{"_id":"@azure-rest/purview-sharing","_rev":"268-93ffec73626839a3dfb8a3d8d107dc71","name":"@azure-rest/purview-sharing","dist-tags":{"latest":"1.0.0-beta.3","next":"1.0.0-beta.3","dev":"1.0.0-alpha.20260305.1"},"versions":{"1.0.0-alpha.20230309.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230309.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20230309.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"30996419b5606f48c95e5b8f1cb4c7aa8766df46","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230309.2.tgz","fileCount":27,"integrity":"sha512-ZZspeidZthUqicGlMHUkf4GC+r7OsE8b75U8MKGqIiuJ05MVx5F6FVtC/6+i8vM/aUVPDMM88zzxVDrF8MV8qg==","signatures":[{"sig":"MEUCIQDBASaCbpCCm7EcANcTDoWSjNIJCf6Cb+ndrcpDa+L/MwIgRuZ9aegtb/WT3P6BWdwNm3ajmcn7nL+1T1zoI7X031Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":239538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCttpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNqw//cy8+tz+Xd6z8qevoQzCyZJ15r4yRMLd3hmaY5ZuzRh+JoCqD\r\nJfo9mVEPmemYARmdtOhu/46FgUQR/M4KAkhyTN6KO30kSjw6RAE1+Pw1dImw\r\nZIYxVj8OQaF073/Li+Jp3HjrFfHObflBnq87tkfyqeACAu4MvgrgCL4D9KIL\r\n/MlAk4OQ1r5uLPtOluvucRmEiom8HXNwWqZ7r0zF6Vr6NjzUu1NkOChCFx0h\r\nGjfPF/TMlXsPRhinxQ7Y3CiRouJggrNLdODfYiFqfB0lhLIc3OO0wYE0XeKY\r\nsOsj1tyNlNkemLTcKKlbGCOyGwTue5a/PEOwD7YoR+mwfBPX1g6o2OzjI791\r\nbO0hUOroMCDhy7uw/JPVB7HFl61Y1AlUnIH6KqzX1zyTPQjdZrPxRRufaDVz\r\nACxwJ/RiNJeRUo4NzyYT4sSNVMV8DEU5jVuGLgPo2gG+EgTr+7FcISIX4u+z\r\nMp6mc7u62YuCoS1LuICcUKcj6HyuOZ3dezW5N4wl8tzCetiWO7ISqCZUPqd5\r\n/gSmA2vqUyWAB3mwEqeziwRh+iLolbA8jm8oIa5zTNYO7/31v2ZwOQ6kIHQI\r\neVCeEttul47Qsm4mOO4Ld3bWNmtLl6AxUXjmf1UldtMxZxP0GTcziEUSgf++\r\nu5sYIqJ3i9mAzdh6+msBVng+g5JN/ymM6RE=\r\n=x0MV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230309.2.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230309.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZZspeidZthUqicGlMHUkf4GC+r7OsE8b75U8MKGqIiuJ05MVx5F6FVtC/6+i8vM/aUVPDMM88zzxVDrF8MV8qg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.2.8","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230309.2_1678433129740_0.16362413958395372","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9048aa8b1babb9f1c4e8dd0df390f46ae3e3487b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-beta.1.tgz","fileCount":27,"integrity":"sha512-KT18FZoQsPr2HIz/NWF5HJLJ0Q7wAEU2whu7c9ZyySbnQy3H44rXY8gpaWaxXtBOxTOQG8YUMrIfr5GlJJPURg==","signatures":[{"sig":"MEUCIGqdlm1jwqPxoQeLZss/Ym2wnFCu99mn1NiknruNGCoTAiEAm90YY580H3vys0/i6Xhd4sLZFtkMXE7c9Gqxl30mkJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":239468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEI/BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp19g/+OCCGXroCke4vU0dp4JlUZUXGzyDCs2CIuxbg86iUsVUrwfvP\r\n+dZuHBKvPCP8+V7V95GDllxT6PzvySBw0hjMOdLtQCF+un7PJ3bfM6FQv3Nn\r\nYCHiZ/dA9J/cnzuIf64Vkb8uwe7Fz840CfuZdCSkQ24/lV6/MTPSNT+OfUAR\r\nHMGw8tMM4YsYEGWryHS3CbxitAgbm5wEXkUM9r7kNDM6/krqJef82E0BR3hi\r\nRHc6Yv08JbZPQJEL7RG45SCV2+Ezm+Izcec15+jZy1WiFY0OhnV9a4D+HblE\r\nRXJHIpzNnLBewQ0Yntjx4CvVvJDCCrBEcDSs7e1Rj+PxVGPzmJphGfzWufHd\r\nEkujHy+P0klAW3G6oGJYkViEwW/KrW14O8rRbsefXl9gKTtu2UEoxgkwdeY9\r\nraDK9p7XQI2Prl657GJcf/TVzsvA64r3gJLKqiH1exOH5ZtC9DLm4kHpadEp\r\nzgpRMYdmiOzEY6rcFAoeFXTSuuSgYKanNX9iMBSAtYJz9N+Tj3rGxg1UcBE8\r\n/b71zPs0rMfAPoWaD4FbHcLiZRSEud/WeQMLNJVJs0sBzffqYRkb9QOghLQv\r\nLgrUNxY+9RTWjeernbzMpc8NrCK7mUlsuSGabWM4ftoFnNE0kuRYBojuL6VM\r\nWhPetj+T0HScgOerrB2hfEbzswKFY3yfVL0=\r\n=v8rX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-beta.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KT18FZoQsPr2HIz/NWF5HJLJ0Q7wAEU2whu7c9ZyySbnQy3H44rXY8gpaWaxXtBOxTOQG8YUMrIfr5GlJJPURg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.2.8","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-beta.1_1678806977616_0.3586936572091586","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230320.3":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230320.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20230320.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"10fefde39cd288b3993da7535a4287e9ddf6b88d","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230320.3.tgz","fileCount":27,"integrity":"sha512-TGyaqcaGUBy/1mry+XfBkLMON8i70toi3PuOQxUFSWdqaAT0GpMW2wGO7CfUkwOebJ48v6SvqpJEczcutB/lVQ==","signatures":[{"sig":"MEQCIQD4484BXNdqoG5kVT9FfPDUSNeC3EPU+QBz9pPeOw+DmgIfWamgnGZhY5APYWj956ulD5viTq1oPWj/NMWrSXgGSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":239518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGUrZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpqgg//dOe4HP3+NwO38+8GcaDO8jmtmRANSQ/klUyYkEpXmnxmnuH0\r\nqNc7CrDcKxA6k2GryPo5ab9ikrve8L8qKKEXL01F5pm6qB2M9kX11+VGaL76\r\nNXWjg/R7wUErMEar4dJxkYKfhKZsJ8wm21k7P0Ds3FVtnALUvSzi7gqMepKQ\r\n6zXYf7kq3dr8UA/U127aNtlEaywIaQGCaRPrYEsnsvaU8y2bQY24B4M+sLmA\r\n2L8oC4P1GJfxyVz8WdJtsNZP9qL9HUNNPSuJuJ9jL0n4vyIHLETLRhxj0WD5\r\nIGEOZ8guinsE6/EUrQFfnuPsAgjDju84TnPVfFv8qRsE7sM9OTbQDmoX8qyv\r\n3B8ZHUO24nnx1Umvcbi3qLoZY8CzUO+sDVmzXMHDnUdRnq8DAxuTYUikDG42\r\n5ec+HBe1LzV05qQBEkGKpyUaHK3B98yV5HrByLCuRKzcTzaJd8xJDVeYvXWP\r\nXQ6WKN6lxccKI4cp8jTNbmkWv21H/eZ8TEAh86GWlqEdXvklmYK6JHfAsrd3\r\nHFdzfeNs4NRwLJiFQC/sLc0BjEdpdTVHP5vGONn6so4NJ7XJAewXFnKYuD3+\r\n4z0n32dQ/yUNIg/5pNjiz5RRo2/4W/iXLm2Ui5oJKyzmxZvfqlRJGYZjf1yi\r\nGISXOcbByatw4ORCiA9LM9SwttovpEefA+k=\r\n=nIuv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230320.3.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230320.3.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TGyaqcaGUBy/1mry+XfBkLMON8i70toi3PuOQxUFSWdqaAT0GpMW2wGO7CfUkwOebJ48v6SvqpJEczcutB/lVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.2.8","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230320.3_1679379161681_0.5196675162292934","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230418.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20230418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"397cc0376b197260a2396b613c71c7bff58d7f85","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230418.1.tgz","fileCount":27,"integrity":"sha512-ZbDrO6ThY7gPEuurWQkOl65drlxHZKnxYtsXxTtG9Nc2WfMVGFoVHrK9HUKVeDJb1usJFifKKRw3iJYDX6Kldw==","signatures":[{"sig":"MEUCIQCoB+TfRqok7dKJlZEecHsr4/+gnIk54MRSZsJvAeAwoQIgZgXYBCBS91d986i7k3xaWGD6D7Lqdeyjs5kUcD9RtIM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":239518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkP4a5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzqQ/+N5PRaB6RmEuFZkiXL9rITX9Gqo0vaNSlDtLtSWoB0OjxkcsT\r\nH8CDC3pc547pyBeyjizWI+Uf0qRiN2Y8FlfIFHI6kkVjJJLDszMDDDfeYzlg\r\nNO0I2X8ZRHH6Z1a/j7HVXQyQMzkGWKngQ3OJEJihNexeuB+OKF6N9/iv7jJc\r\nadqr95Jhe+Oiwy4n9hCdPuD0LCymVSEhz3I7mowZcItAWkMhNuGHGZCl42AN\r\nXr5hkelMjFasiQ3nY6VsaRRvI2cAPIMhy4AcP5egag4vf/2tUsOD9yTtZ6eF\r\n6GjYWOeVHR1KSHELYy0CbXOBDbwMNEoTcuWbx1Yr5wPd5dRrXou9Uzz2a+7q\r\n7dG4+ucsKxDFhQEDraeYG6FWN8phMb1tv8l7pLubzO8XGKWd+jtxEZt7YcL0\r\nEDXbpOPht/GWNdJAWX46jUJziVfad7ZXmIQJVlFHqDOiU9Jir/JEShBXa5lW\r\negNwp9Es4mm5PrwhcKI1Z4ZgImqOGUe9oZejJYRizPGAmDZ85CmEuGFcmqTh\r\nDjTc64mLpVFnDwJXukiac44y30E2GoZSJD8q5Pm+ptxxQ379OBWx3FoEPPr3\r\n9bPznBNWl0vTtCf+PEI9KgkneOWuZDW8/iBAuY68aTphlVvjllyqQN0ghEc4\r\n4hpjzdxd4kAzBunlqOVswISsuvK/CjN+ImY=\r\n=J3Ft\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230418.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230418.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZbDrO6ThY7gPEuurWQkOl65drlxHZKnxYtsXxTtG9Nc2WfMVGFoVHrK9HUKVeDJb1usJFifKKRw3iJYDX6Kldw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.2.8","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230418.1_1681884856887_0.9700666120366324","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230619.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20230619.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1babe1add28e8f05ea08977d9a419079f5068316","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230619.1.tgz","fileCount":27,"integrity":"sha512-AfG07TEKLdQysAcE/ykF0ruC3DFUOA/2P/teIrr7VfYpTbPd03atvC9Q1Zm+NfX2p8HHPTWvAHDZ0MSX+D11GQ==","signatures":[{"sig":"MEUCIF1AVOImEe+b1dDedtg1h1u9OSmFILcfQfpm8BX6kLOUAiEAlEQnurEfCYBD+cLEEwfHtDCqUrsg9GWeNmTdolcHodY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248635},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230619.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230619.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AfG07TEKLdQysAcE/ykF0ruC3DFUOA/2P/teIrr7VfYpTbPd03atvC9Q1Zm+NfX2p8HHPTWvAHDZ0MSX+D11GQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@microsoft/rush":"^5.98.0","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^7.2.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230619.1_1687241547384_0.9557410867784919","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230808.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230808.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20230808.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b4b588a3fb25dbadb4436c939707282fc325c4b4","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230808.2.tgz","fileCount":27,"integrity":"sha512-8agwgIvPxdDqmMXrYLDgLBIvAvacCLVMgOnC0D3fxFKOeq6ZCSHoqMUCH9gRh32braVy5GnQ3amC9ZWo6mHUvw==","signatures":[{"sig":"MEUCIHVsX4uzHDHk5gS8wR+U6zoMUxCxCkHgGRapYOkubkqlAiEAp5X5jDCVzMbDJ5+y8UJZhJ980BG7A7UyygTf+scGOSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248601},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230808.2.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230808.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8agwgIvPxdDqmMXrYLDgLBIvAvacCLVMgOnC0D3fxFKOeq6ZCSHoqMUCH9gRh32braVy5GnQ3amC9ZWo6mHUvw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^7.2.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230808.2_1691561254610_0.662518545910963","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230823.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230823.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20230823.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9f63aa20e0e0e5457857da1d92a93aed1ec8b8c1","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230823.1.tgz","fileCount":27,"integrity":"sha512-ioaXDjvLxQ/PCRXDv1+jHgn8nWCE90eZA+wTj/till0krwlZ/MtOzuz9+TNETYxV+9JkDTNwoYfmhmWJybxlZg==","signatures":[{"sig":"MEUCIQCUftadpLJedjN8U3SPha6f5upH+4QGdsjltDUOv8oTtgIgISCs6Be8mgXNZIEQxg6s9VxRyT5PPJrPxKxsbv9d0OY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248627},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230823.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230823.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ioaXDjvLxQ/PCRXDv1+jHgn8nWCE90eZA+wTj/till0krwlZ/MtOzuz9+TNETYxV+9JkDTNwoYfmhmWJybxlZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^7.2.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230823.1_1692857318983_0.20559295878076234","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230922.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"91e76a1b7f42f6d27e98c90f564b25860fbea419","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230922.1.tgz","fileCount":27,"integrity":"sha512-5uUTEjtVOxqzBO22NqJy5AuRYBWhPB45/7/4VjrbxiEw0qZFwHxthXntrftS+Z6WNx0FtfvjXiM8uNYqnH62EQ==","signatures":[{"sig":"MEYCIQC214pLphCK4ryDjGJuQuVGzo7WUB0X2vPTejfK1jZ96wIhAJtMqu+jdm1iDs71QlN8Rh6oObJPp21fZ02T8Vdnxer1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248627},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230922.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230922.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5uUTEjtVOxqzBO22NqJy5AuRYBWhPB45/7/4VjrbxiEw0qZFwHxthXntrftS+Z6WNx0FtfvjXiM8uNYqnH62EQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^7.2.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230922.1_1695448968276_0.35949193773826793","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230926.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9fb3e340813840097d77cd59aaa04e5065e0d2cf","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230926.1.tgz","fileCount":27,"integrity":"sha512-LQ8Sm+cEAIghgI2fZIfKMIKgv84CUOZXQLi1poTfOamMUnt6i/no4C5nzhA2JAQK+2jvQj/bs5XD242UW7N3Cg==","signatures":[{"sig":"MEUCIQCXRYL4q5Sv7UCfw9lqfrQo1UyoEm09Rv6vrVxaMRsBGgIgARxbxNOfYABiutjgtR0PB0/X7sLDGcQJz8j8zQRzmIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248651},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230926.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230926.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LQ8Sm+cEAIghgI2fZIfKMIKgv84CUOZXQLi1poTfOamMUnt6i/no4C5nzhA2JAQK+2jvQj/bs5XD242UW7N3Cg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230926.1_1695794710473_0.634377802592236","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230929.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20230929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"187a6415e3357fc1af73c09f63d475d10ead180a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20230929.1.tgz","fileCount":27,"integrity":"sha512-iqqQra4Hk+SNBgSJKRtMbXcvWMaFRSs7ghpXGPZJ+ftz5ffHBdZrh+1nXwmDd7p9K+q1krm1ZbqyhKnkxjnzew==","signatures":[{"sig":"MEUCIFyNfNu1W8uZJ0N6sYCZLjb5O6dfmt41ClGh18V4Gb1aAiEA8Hvsyhy2X3JR6uUv/B88moPsPzQupnvUgURj+/ISA+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248808},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230929.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20230929.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iqqQra4Hk+SNBgSJKRtMbXcvWMaFRSs7ghpXGPZJ+ftz5ffHBdZrh+1nXwmDd7p9K+q1krm1ZbqyhKnkxjnzew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20230929.1_1696053677833_0.005604185984818821","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231019.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20231019.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20231019.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"76524e9a4bad37d0f1f99d16551233377e8f5434","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20231019.2.tgz","fileCount":27,"integrity":"sha512-YKfpKlTV0OGBJSoh2hGi/rBT/sVeyqOz1sW70XlGwy1PV2BsMpQjucJDbNIJkNPeNcsTyrr9UGTASP9KvZwkTA==","signatures":[{"sig":"MEYCIQDTZc8XNZSTZKloeeRMU9E8K50aXeUwZPJzWqzXA70lCQIhAKjxUhuyJR81BbwOEAGiVCnLvGj+Q7nrxJL4/49b/g+n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248786},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20231019.2.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20231019.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YKfpKlTV0OGBJSoh2hGi/rBT/sVeyqOz1sW70XlGwy1PV2BsMpQjucJDbNIJkNPeNcsTyrr9UGTASP9KvZwkTA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.3.5","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20231019.2_1697781820656_0.11694638572476856","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231023.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20231023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0aa02a38b4c84e9091edbbac96df4b155338175a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20231023.1.tgz","fileCount":27,"integrity":"sha512-Rj+qT2EmR88ri1e0eCXxcbR4e72B6MIyIbH1cOjG98PnNCeWHzpxu72UAcWa9klc/cXNTuI2j/3Rqb9Qk6ronw==","signatures":[{"sig":"MEQCIBzUcvIlkiaZBx65l4wHvi2JP/Z60Rtov4lXYqKmG5n8AiA0qPGqxf3qRFCccfGXU4JcYi0D8lHn50SldTYJpNHCzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248784},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20231023.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20231023.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rj+qT2EmR88ri1e0eCXxcbR4e72B6MIyIbH1cOjG98PnNCeWHzpxu72UAcWa9klc/cXNTuI2j/3Rqb9Qk6ronw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.3.5","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20231023.1_1698127426908_0.05714552577063081","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231030.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20231030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7143f7953383b00dc0344286bc9ef85a829b65b2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20231030.1.tgz","fileCount":27,"integrity":"sha512-T40sg/Gy25P5RFX+985Rj8XlHEjiGp+7CTbkSnhWjIrBVqTX1N0sl6XYRLrWy8FOkMfWZHV3n++vE774i4LUBQ==","signatures":[{"sig":"MEUCIQDahdgJUHuZRNz9RtEPgpfvD01woxK2hBEP0Dnn6pON5QIgEen29RopWVxullEV6ItI6EcnMAkmgRT0BC5KejN3jCI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248784},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20231030.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20231030.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T40sg/Gy25P5RFX+985Rj8XlHEjiGp+7CTbkSnhWjIrBVqTX1N0sl6XYRLrWy8FOkMfWZHV3n++vE774i4LUBQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20231030.1_1698732236108_0.6426284715317379","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240110.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"37817a5b3d4b9c05781b9697e0556d1975a92550","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240110.1.tgz","fileCount":27,"integrity":"sha512-UU/3HEAkfOOxidoOdDyze5tIvLkgF1rxHCjdrMdKKOwJ9z7iaH9gbQCX6mSeINI3is7TtikM0tWvRbM5yzANnA==","signatures":[{"sig":"MEUCIQCFH3JJYKrjeFd64WcG0P7gUTth9im5Ua691iOC0IdAOgIgUM3m4GdZ4wwdWorHd2uakACptqjorWFswq3Gmwt2zC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248834},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240110.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240110.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UU/3HEAkfOOxidoOdDyze5tIvLkgF1rxHCjdrMdKKOwJ9z7iaH9gbQCX6mSeINI3is7TtikM0tWvRbM5yzANnA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240110.1_1704956598297_0.2932438226315035","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240112.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"118dfd7d2f4577d2afe4ba58195091985aec2d99","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240112.1.tgz","fileCount":27,"integrity":"sha512-rZSvuUTnzEHHz9AjIPJ/WHxTASQguIY9RxYaI73Z/mervk9CPjMvVrGy+/xefCnMYr1Fs8PUrhYhcxRNhyqD0A==","signatures":[{"sig":"MEQCIET4ib4MiREakck8XBuVGUo/qLWEyUEFUiPmsdpQUdcJAiBw9bzlPUbbQFXSU26A+eQmvNjO1HFuh3ExXy1oQJPiNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":247107},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240112.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240112.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rZSvuUTnzEHHz9AjIPJ/WHxTASQguIY9RxYaI73Z/mervk9CPjMvVrGy+/xefCnMYr1Fs8PUrhYhcxRNhyqD0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240112.1_1705129281803_0.7884657739942482","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240116.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1ee9613cb0fee7f8a569fc7fa6ad8d6c0d52f791","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240116.1.tgz","fileCount":27,"integrity":"sha512-lN0LU6mhWIIMq/9v6j9esTRVpn4bmKKbUtV4tSjaXp8Cru3PxE+sUqWIyvX5WkA92q/ySXeBWWdiEE15TCumHA==","signatures":[{"sig":"MEUCIQChhPmtznMaZvhcfxxx0TgXIvvRhEtJLkj4yo8M13efMQIgallXkRoO4bOCEeiqlmJUcquHgVSOeMdY5tANihK6w58=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248834},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240116.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240116.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lN0LU6mhWIIMq/9v6j9esTRVpn4bmKKbUtV4tSjaXp8Cru3PxE+sUqWIyvX5WkA92q/ySXeBWWdiEE15TCumHA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240116.1_1705474868023_0.511484875109181","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240126.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20240126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"95fc37c53054103a6b23d334712c3637032d3590","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240126.1.tgz","fileCount":27,"integrity":"sha512-eCsYimlGuOxgCFGfqXrlZpepg74Kip/n7FyGkApcaBLq6EOx9sSdZ6npaLntloXqpcgRZoJkscZ/B4HoLu0HBw==","signatures":[{"sig":"MEQCIGQv7HUL3lzjzCAeJ0/ca3pDZWclX4cSKUQMub+ghjQTAiBKpj7gk9CEMlX9r3yXWlydNt/KYBZnPGVhN+eA1NcWnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248894},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240126.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240126.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eCsYimlGuOxgCFGfqXrlZpepg74Kip/n7FyGkApcaBLq6EOx9sSdZ6npaLntloXqpcgRZoJkscZ/B4HoLu0HBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240126.1_1706338988191_0.5970988252990017","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240202.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd28b1e6b3b123a62f3b3310a815800ad4a1f91b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240202.1.tgz","fileCount":27,"integrity":"sha512-2mXNaY4quK230md85mFEfzqsNDevi312peq4l6Df9AjnJNUpj6K+6xJFBIXJfxnFL4qdr1sq7Tls6BQcVZVwsw==","signatures":[{"sig":"MEUCICGlgmvQhuBqZYmpfSyNX5+Di0GYlo4MWH7cBXgyufQbAiEAq2FMHcK3G+fQXSoyadbgFXlByQr+j48XKdfI8pg4N9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248894},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240202.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240202.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2mXNaY4quK230md85mFEfzqsNDevi312peq4l6Df9AjnJNUpj6K+6xJFBIXJfxnFL4qdr1sq7Tls6BQcVZVwsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^3.0.0","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240202.1_1706943603522_0.3521876003109998","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240307.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ee69507f59849bd8e24ce5d3dbee92187d7337fb","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240307.1.tgz","fileCount":27,"integrity":"sha512-gNXhwbsqZSX6Q1Gj0N78wE1vBiSEH/lysLX0GynDNHp7xVIw+vIjfHqU4qdA35idm8u442I+zf91wekAIbAuZA==","signatures":[{"sig":"MEQCIAXsYa1HZtKmUV8sq05eVhD4lHSCzcAYWVOZggi5CLTeAiA7Yc8fGademAsegmlXZkVN4ZVH4iUJKRyYm2Av4CxYhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248901},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240307.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240307.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gNXhwbsqZSX6Q1Gj0N78wE1vBiSEH/lysLX0GynDNHp7xVIw+vIjfHqU4qdA35idm8u442I+zf91wekAIbAuZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^5.0.5","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240307.1_1709881724924_0.10694655169646028","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240322.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20240322.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bced9d0d3fd157ffb0e53b8509beecc62ac54309","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20240322.1.tgz","fileCount":27,"integrity":"sha512-xAXZ2qe5jid3JpQgBTafL+thgfzXBbv/apoh5EC2QlQkZNEw3gGUFlnLeGdOSRv0dcJFFxiEz3l3oYHLkzK0AQ==","signatures":[{"sig":"MEUCIFyv5Bd0V+RTsEaG3GAp5b7D1CfaPIOm8AGTt1tOws74AiEA+Qh8ATA+UecRXGmPhN5212VmgVBnft5gVgjfoRwaD2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248901},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240322.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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-rest-purview-sharing/azure-rest-purview-sharing-1.0.0-alpha.20240322.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xAXZ2qe5jid3JpQgBTafL+thgfzXBbv/apoh5EC2QlQkZNEw3gGUFlnLeGdOSRv0dcJFFxiEz3l3oYHLkzK0AQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^8.41.0","mkdirp":"^2.1.2","rimraf":"^5.0.5","ts-node":"^10.0.0","autorest":"latest","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20240322.1_1711173968280_0.08592111088850451","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241111.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78f9bf366255e9e9cafc38cfed6b2d9d235eb8f9","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241111.1.tgz","fileCount":27,"integrity":"sha512-Oc99RNEPV9CzieKa77fNrr9rYmgR8/7AFu0q+rQ0AGf+5ZsvP6DYd/LrQPzfxGmSByn8aWPaifWcrUlEfjz7qA==","signatures":[{"sig":"MEUCIFST4Ab66Sfoa4Q0bdWB1lqt4QV0dbZJQk37Hya+pgU9AiEAgz+tYt6mjaQZqdpehq19Ntis4PfdgNk88K0VrGsgzC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\187c8da1-e419-4c17-87bb-1d6ab59c4e48\\azure-rest-purview-sharing-1.0.0-alpha.20241111.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App2\\temp\\187c8da1-e419-4c17-87bb-1d6ab59c4e48\\azure-rest-purview-sharing-1.0.0-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Oc99RNEPV9CzieKa77fNrr9rYmgR8/7AFu0q+rQ0AGf+5ZsvP6DYd/LrQPzfxGmSByn8aWPaifWcrUlEfjz7qA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241111.1_1731395665287_0.7225647870397907","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241112.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c39db226020a63a48f9bd017f6a08112280b652b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241112.1.tgz","fileCount":27,"integrity":"sha512-9akLMLknow21xydmNAKDPFuakKWLohTA51RgsdmlPiTC56/vBrW/mtTOCcuZLY9onN6AmXlF202ERgoT5QihdA==","signatures":[{"sig":"MEUCIQDGkjLn4fHDhF4s0hhlLa2Gp5qoec7Vubt1U+9Kfrt8kgIgddClGzQpT81UXtlj8Kbtl6m9+5JCIR6mL8haU3KJPIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2bdf24e3-4e13-4c40-bed7-e66c435e7b80\\azure-rest-purview-sharing-1.0.0-alpha.20241112.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App1\\temp\\2bdf24e3-4e13-4c40-bed7-e66c435e7b80\\azure-rest-purview-sharing-1.0.0-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9akLMLknow21xydmNAKDPFuakKWLohTA51RgsdmlPiTC56/vBrW/mtTOCcuZLY9onN6AmXlF202ERgoT5QihdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241112.1_1731482805155_0.5050666973317111","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241113.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b0d84355ecc923befcbcdc1a67492530d2cf5b85","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241113.1.tgz","fileCount":27,"integrity":"sha512-nkxovVKljmCiOBGew+AGmO9evtOEenEhW7ZQDDGoHstyTs2RyLAwpZsvvsdl7Lo7HosHiGkzB1RMSjQYRw1Ejw==","signatures":[{"sig":"MEUCIHpEr9OV/VWoAPYuCoreNmeVXDueeef0Ud6uyFZhv9HBAiEAzCaah53ojWelTd7Zggbal1PfO++mzbPn3orBU2EsbsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b5c67e37-a45a-4150-b7a2-cbd9bb101da2\\azure-rest-purview-sharing-1.0.0-alpha.20241113.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App1\\temp\\b5c67e37-a45a-4150-b7a2-cbd9bb101da2\\azure-rest-purview-sharing-1.0.0-alpha.20241113.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nkxovVKljmCiOBGew+AGmO9evtOEenEhW7ZQDDGoHstyTs2RyLAwpZsvvsdl7Lo7HosHiGkzB1RMSjQYRw1Ejw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241113.1_1731568279899_0.3276852797798042","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241115.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"255528dc6713b5a7f57322ccafb9e34699d9d563","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241115.1.tgz","fileCount":27,"integrity":"sha512-Nf2yt7PjNMG14EVn1DgiGE8eeL9iCBGYYEyHdTHtnvWb0GHh0InDoRQuUBPkJ+vOIn6KocfZJsRdZDB9lLxwzA==","signatures":[{"sig":"MEUCIA1LPt6jXH6M8vPR9nwmGkpJiY263jskwEUhpVs+r0VhAiEA13Woe4I8kAn1Yu6MkVgXeSKavAFrv0wRuUwoCc041+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7f0ed821-623c-49fd-9d1c-4e768d6fa8a5\\azure-rest-purview-sharing-1.0.0-alpha.20241115.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App1\\temp\\7f0ed821-623c-49fd-9d1c-4e768d6fa8a5\\azure-rest-purview-sharing-1.0.0-alpha.20241115.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Nf2yt7PjNMG14EVn1DgiGE8eeL9iCBGYYEyHdTHtnvWb0GHh0InDoRQuUBPkJ+vOIn6KocfZJsRdZDB9lLxwzA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241115.1_1731740986109_0.7792743085754965","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241118.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7ecb9b986e8267f2c03b682d86b5d4ceefd4494","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241118.1.tgz","fileCount":27,"integrity":"sha512-H9Tli4lU8NH2BpqA4A0WsS+SNH7HdFMBNB225+PQ0dzg0X/Vci+qBxw9gLBXLnjAVKjRkr5LoOP4gMl7n2/67w==","signatures":[{"sig":"MEQCIC+SU5cx3fYGEUTppM843LnXgi9ec8MYn5voxuw5lhVuAiBIKk6Ze7trl4LWOAByeqa9p01e1R2kblKn4DnsaRr9zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a4ac88ff-456a-4d83-aeb7-a20dc6e11ff7\\azure-rest-purview-sharing-1.0.0-alpha.20241118.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App1\\temp\\a4ac88ff-456a-4d83-aeb7-a20dc6e11ff7\\azure-rest-purview-sharing-1.0.0-alpha.20241118.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H9Tli4lU8NH2BpqA4A0WsS+SNH7HdFMBNB225+PQ0dzg0X/Vci+qBxw9gLBXLnjAVKjRkr5LoOP4gMl7n2/67w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241118.1_1732000233072_0.6727085034168443","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241119.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cde67ed3c68268e82e89e6c803f05358b1d2da16","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241119.1.tgz","fileCount":27,"integrity":"sha512-icb6UQnEo64zHUUe7ogLjqbKDRZeA0GZfCblWn4e2HRwjbnff6WGV2svYUvpcOfXtm8l8xMcVL67Ndtj0kfHsQ==","signatures":[{"sig":"MEYCIQDhfMm7QcsavUB7sSldMwQGTT9idbi60IvHrAF3nvC8owIhAN5IiobffVCTjws+whrneU/CnOeIDQ0BaOpUVXrfC1p1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5c607e01-ff8f-4c00-afe3-64e2ffaeb2d4\\azure-rest-purview-sharing-1.0.0-alpha.20241119.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App2\\temp\\5c607e01-ff8f-4c00-afe3-64e2ffaeb2d4\\azure-rest-purview-sharing-1.0.0-alpha.20241119.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-icb6UQnEo64zHUUe7ogLjqbKDRZeA0GZfCblWn4e2HRwjbnff6WGV2svYUvpcOfXtm8l8xMcVL67Ndtj0kfHsQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241119.1_1732086642386_0.38843659828033106","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241120.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7d0dc0f908ce862e39bc24cf768807cefcea5b35","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241120.1.tgz","fileCount":27,"integrity":"sha512-nFu1AFSpqH6xBi3iQMnjxAkpH2UKcAXFB34HCdE68CdYJ3cbU0jTSIHnXUm7fwrK1wQjM43lWsCq6zVi8zRmHw==","signatures":[{"sig":"MEYCIQDa7Az0q8M6PJqjvxtYEJCm4/fWh8eU1PWq2h+HxKVRVgIhAJZxmlksEcU1YHcA6sQsoujYLFhDaPX4iDyJkwnEZxQG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248887},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4a1a1104-0bb3-411b-9bd8-1133a8fe7e9d\\azure-rest-purview-sharing-1.0.0-alpha.20241120.1.tgz","types":"./types/purview-sharing.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=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 vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle --browser-test false","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","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_App2\\temp\\4a1a1104-0bb3-411b-9bd8-1133a8fe7e9d\\azure-rest-purview-sharing-1.0.0-alpha.20241120.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nFu1AFSpqH6xBi3iQMnjxAkpH2UKcAXFB34HCdE68CdYJ3cbU0jTSIHnXUm7fwrK1wQjM43lWsCq6zVi8zRmHw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.3","@azure/core-auth":"^1.4.0","@azure/core-paging":"^1.5.0","@azure-rest/core-client":"^1.1.3","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.10.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.3.7","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.3","eslint":"^9.9.0","ts-node":"^10.0.0","autorest":"latest","typescript":"~5.6.2","@types/chai":"^4.3.5","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-source-map-support":"~1.4.0","@azure-tools/test-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":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241120.1_1732173133200_0.25352836373640564","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241122.7":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241122.7","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241122.7","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96b00e1eb743ece2e71ee348add57bac077ace28","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241122.7.tgz","fileCount":169,"integrity":"sha512-NUs7tSnCYEHSIa49KqjZR7LSpQpUq3Y2Kvp/jMiHHsqPy2VHBaNvxibOo/9VIUYkU4sUtTsLH/R+pUNvrQh44A==","signatures":[{"sig":"MEQCIGKD5ZDdyPrm3MIQ2OjtOa2BxzEVNuImWLYTCnlnB9DMAiBW7fa4J7oUZ0YfwrooqxCSzVxMsSISrTi3sr0dHsLMgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":826798},"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\\3be6777d-0b58-40bf-90b0-3f3b39aaeb5e\\azure-rest-purview-sharing-1.0.0-alpha.20241122.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\3be6777d-0b58-40bf-90b0-3f3b39aaeb5e\\azure-rest-purview-sharing-1.0.0-alpha.20241122.7.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NUs7tSnCYEHSIa49KqjZR7LSpQpUq3Y2Kvp/jMiHHsqPy2VHBaNvxibOo/9VIUYkU4sUtTsLH/R+pUNvrQh44A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":">=1.18.0-alpha <1.18.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241122.7_1732346124490_0.9522389640319491","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241125.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7c0f510b0538f6a6ef5eccafdee6f0c3eda32c9","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241125.1.tgz","fileCount":169,"integrity":"sha512-kUrGDfGH1KlikNrBICSNcvVXsxLE6A6Qoyx2i7l+MIUFc+TktHHhz5OmUWt8K5lHEz9foOfosDEk0QRJneAw3A==","signatures":[{"sig":"MEQCIAqzxc7fuj5qIk+kqi669+c2+HaE9LMOJSKsBI2+C1MEAiBgBIj9j7AcgqiSfnPAytsbqlXRZJEirXD+Q7hkv+fhFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":826797},"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\\5126cffb-feb3-460e-847a-d80e930cf83f\\azure-rest-purview-sharing-1.0.0-alpha.20241125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\5126cffb-feb3-460e-847a-d80e930cf83f\\azure-rest-purview-sharing-1.0.0-alpha.20241125.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kUrGDfGH1KlikNrBICSNcvVXsxLE6A6Qoyx2i7l+MIUFc+TktHHhz5OmUWt8K5lHEz9foOfosDEk0QRJneAw3A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":">=1.18.0-alpha <1.18.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241125.1_1732605426776_0.7070897253432544","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241126.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7796fc7dd9d2d36ce8043a01c60ebf027d7c9dd0","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241126.1.tgz","fileCount":168,"integrity":"sha512-ONf1Ieg/CDxONwlc0LL4eV7urqhLAqfGuVDNKsDMdGBzOYfrZ7dOq3bnY1GmXFe+5yyPnGz9bWZ6ulpKN3ol8w==","signatures":[{"sig":"MEUCIFXx9BoTifiXFkCMw8xEhRupx/mrAzrfE3MXx+QUx2J1AiEA6ob7+iH3znT9/68QHFtUMqfDle0WweXqkEvvAyHs+Pg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\193373e7-6ec1-4cd5-ae9f-160cc10d0be8\\azure-rest-purview-sharing-1.0.0-alpha.20241126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\193373e7-6ec1-4cd5-ae9f-160cc10d0be8\\azure-rest-purview-sharing-1.0.0-alpha.20241126.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ONf1Ieg/CDxONwlc0LL4eV7urqhLAqfGuVDNKsDMdGBzOYfrZ7dOq3bnY1GmXFe+5yyPnGz9bWZ6ulpKN3ol8w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241126.1_1732691379840_0.6604511770569943","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241127.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8fbd7950d2bb3c5e9e0ab9b5ad2342a19ec476f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241127.1.tgz","fileCount":168,"integrity":"sha512-vi843aFEpI+QckG/68jvt4kjsYBekzKH69k2dlBaH9dq/Ffk9BOp9FAoAXoU3JhhTawPkFwYM970aQmgBjSHaA==","signatures":[{"sig":"MEUCIASKzSeBNcXnz/s42feaJJ1r2vshPsutttVn60ehlr9iAiEAoxajF0E9S0NcVlwKQMawXHCxTHj9XAdLynsP/qL+aac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\f1f06cee-f4f4-4dda-88de-027219961eb3\\azure-rest-purview-sharing-1.0.0-alpha.20241127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\f1f06cee-f4f4-4dda-88de-027219961eb3\\azure-rest-purview-sharing-1.0.0-alpha.20241127.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vi843aFEpI+QckG/68jvt4kjsYBekzKH69k2dlBaH9dq/Ffk9BOp9FAoAXoU3JhhTawPkFwYM970aQmgBjSHaA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241127.1_1732777783820_0.06819520907183452","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241128.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7dde0419f0a39df65fc8e56a088a079686d5501","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241128.1.tgz","fileCount":168,"integrity":"sha512-CDBPYEmJgS2Ldn0a19dZKLAbBHa53ae31CD5o2iCl7tHyYPraKIjfs/KxSov116pL/iUoVouHthxJ1O0hQ82/w==","signatures":[{"sig":"MEUCIQCHx7D4uwl2ECawOC0y6VKpFatJ+64rWUEhypAZLyYAOgIgYBLEw4x0U0ryDCht+MCBcJH2RdXrFdNVmfJMhAk9jpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\9d469ea9-3cb5-4084-be26-75d6844ff5ab\\azure-rest-purview-sharing-1.0.0-alpha.20241128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\9d469ea9-3cb5-4084-be26-75d6844ff5ab\\azure-rest-purview-sharing-1.0.0-alpha.20241128.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CDBPYEmJgS2Ldn0a19dZKLAbBHa53ae31CD5o2iCl7tHyYPraKIjfs/KxSov116pL/iUoVouHthxJ1O0hQ82/w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241128.1_1732864477941_0.2763816187704282","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241129.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"467b0e44e8b11c694922bd5ea2aeda1ccb733b8c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241129.1.tgz","fileCount":168,"integrity":"sha512-aJJK1KVeVfEdvUlR2XwHUV6kqXm6EgKxaII7J/Abm3AVb1D5Fd5Z8GFzVw6cYe8QqqOZhcbe74cdXsvD+xL1fw==","signatures":[{"sig":"MEYCIQDKvstNtVccJWtUOwsXAinNb/8KASQCjPPL8YdccdxsxgIhAKG675YBFRy67BYEd3BFLeivUVOuS3QtWOACdmmdx0ZM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\a3d29554-4219-4bff-b4af-d7d7563e4ec6\\azure-rest-purview-sharing-1.0.0-alpha.20241129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\a3d29554-4219-4bff-b4af-d7d7563e4ec6\\azure-rest-purview-sharing-1.0.0-alpha.20241129.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aJJK1KVeVfEdvUlR2XwHUV6kqXm6EgKxaII7J/Abm3AVb1D5Fd5Z8GFzVw6cYe8QqqOZhcbe74cdXsvD+xL1fw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241129.1_1732950714745_0.31866216768139544","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241202.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8dc73d0dfaf3edb37588434837ca29662890798","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241202.1.tgz","fileCount":168,"integrity":"sha512-Ldsob8duV+u9mbaSWJI+FeotwOcQ4wA4/ZGZ3ShQs8TL10DoRboDrz1ToGWIi9OYnZPnD3A3R1ndYoTmhqCDhQ==","signatures":[{"sig":"MEYCIQCxHygGcMq95iPrRHR9zYnthdz49+rg8X95jX0aSWnMDAIhAJ7/vqsZWlAzCMbc9TwP92utcqqVgrA8QqWoGeI24tRl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\c1aa210d-e784-4f46-9880-9c2d427e0045\\azure-rest-purview-sharing-1.0.0-alpha.20241202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\c1aa210d-e784-4f46-9880-9c2d427e0045\\azure-rest-purview-sharing-1.0.0-alpha.20241202.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ldsob8duV+u9mbaSWJI+FeotwOcQ4wA4/ZGZ3ShQs8TL10DoRboDrz1ToGWIi9OYnZPnD3A3R1ndYoTmhqCDhQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241202.1_1733210003068_0.14732645087112273","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241203.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a229511a95a59c743df98581831d4ca2b1bbb531","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241203.1.tgz","fileCount":168,"integrity":"sha512-5X8ozqeXT4LUC+oXp8//wbR/iaJJ2B9+kzM4U//gBETGDCFNgq3Bi2IsFEZpbZjY86oE+nXbJyAs5NiDQtvnfw==","signatures":[{"sig":"MEYCIQCl/bnfaG8BC5xJK5U8vBtcAi3VYLmgE2HMzsILz+nkGgIhAOHfwiTBZ9Eu2ydM0mH6ZsEQxlCc8unGJjme++2sguVV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\eee609b0-59b3-4f82-a17e-0b7d52a9b87f\\azure-rest-purview-sharing-1.0.0-alpha.20241203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\eee609b0-59b3-4f82-a17e-0b7d52a9b87f\\azure-rest-purview-sharing-1.0.0-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5X8ozqeXT4LUC+oXp8//wbR/iaJJ2B9+kzM4U//gBETGDCFNgq3Bi2IsFEZpbZjY86oE+nXbJyAs5NiDQtvnfw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241203.1_1733296329876_0.9729053240558885","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241204.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b11e06bb46442dcb82611259268c59b61d81f0bf","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241204.1.tgz","fileCount":168,"integrity":"sha512-RRdDE+VW0oXerCisbOEu34B+lgmJtYwRY/UrPCEuqAvPLpMeJcIqFAdO7gL39HoXWvvy/9gVJEyrLbQ1Jn0HPA==","signatures":[{"sig":"MEUCIQCnTlXiN5otqGAUpUptfF221va//U+G5L0/OhW9+fRAJAIgGlrQTadJkevAv+6E8ZfEEtI2oMtU6U5KhM8LxzjZFrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\41069836-eaca-43b8-8275-fd3ad0adec9e\\azure-rest-purview-sharing-1.0.0-alpha.20241204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\41069836-eaca-43b8-8275-fd3ad0adec9e\\azure-rest-purview-sharing-1.0.0-alpha.20241204.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RRdDE+VW0oXerCisbOEu34B+lgmJtYwRY/UrPCEuqAvPLpMeJcIqFAdO7gL39HoXWvvy/9gVJEyrLbQ1Jn0HPA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241204.1_1733382682257_0.22708079136338366","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241205.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7bcd0aa907f584c3de6c82e6d91ac5268119d6a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241205.1.tgz","fileCount":168,"integrity":"sha512-qZjQqKRlgK8DF7Wn4PtFtvxwAhE2kNsXc5pUQc84JpO/bABJ1Ip5OCT/isgJHXzTpF0nSzCha8zE3WxWs9zGJw==","signatures":[{"sig":"MEUCIFBxRcSwv/XrW0uQvAIpfRNF8ce6d+b5B9qs/2VxGSsTAiEAs6EXp6cTzCznZmXNRqKrIyl86Puasp3sctAg+K1tTCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\23db9cb2-83f7-4ae0-88fb-a311bf7b63f9\\azure-rest-purview-sharing-1.0.0-alpha.20241205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\23db9cb2-83f7-4ae0-88fb-a311bf7b63f9\\azure-rest-purview-sharing-1.0.0-alpha.20241205.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qZjQqKRlgK8DF7Wn4PtFtvxwAhE2kNsXc5pUQc84JpO/bABJ1Ip5OCT/isgJHXzTpF0nSzCha8zE3WxWs9zGJw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241205.1_1733469435779_0.5924766155159567","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241206.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afe5564175657550e818534d0a2874a4bfc63ce3","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241206.1.tgz","fileCount":168,"integrity":"sha512-brvt+a1MmsUbHOTdraaR2wAY0U3+vxiTx7fZA28jkupIk1T4+iOWkSDV0xWa5Dl0fx85qGVbUnxpKp+T0/MGxQ==","signatures":[{"sig":"MEUCIQDm+AdnQQEYCeYwaC+3DjL0fqb4UAxvZQOQIWScPGcBcQIgLJO7Zbf+3OQlrLBXdnaAoyW/PIaSYIop5XaZ1hYZICI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\7e2b1e53-9ff9-484b-a7de-c20aba72dd55\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\7e2b1e53-9ff9-484b-a7de-c20aba72dd55\\azure-rest-purview-sharing-1.0.0-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-brvt+a1MmsUbHOTdraaR2wAY0U3+vxiTx7fZA28jkupIk1T4+iOWkSDV0xWa5Dl0fx85qGVbUnxpKp+T0/MGxQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241206.1_1733555397915_0.9252390857843231","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241209.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb3f9c969b48ae408ad5dd4a30bf90842b3fd061","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241209.1.tgz","fileCount":168,"integrity":"sha512-lPL+E3mEGkwpyTUMzleHxiNX4E+p0n2RX3J2y1qapM2/JsHDafaBLbAgeUDjdOt0Yvgx0QaJTXXNz85+5oRPqA==","signatures":[{"sig":"MEUCIQDfIlVQCMH9ciQZxYp5weOu0Ki7uOeQq6bTJa6B1u/EywIgSzqLmVoBcEL1swKUljZjDvzdgoYpV55WyIFb+y2Bp7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\7b93f9a7-3a7f-486c-9fb2-8a06b6f2ad04\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\7b93f9a7-3a7f-486c-9fb2-8a06b6f2ad04\\azure-rest-purview-sharing-1.0.0-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lPL+E3mEGkwpyTUMzleHxiNX4E+p0n2RX3J2y1qapM2/JsHDafaBLbAgeUDjdOt0Yvgx0QaJTXXNz85+5oRPqA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241209.1_1733814934480_0.57459899460646","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241210.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc36095a65fc67aef23795558986e187cc3e5cc4","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241210.1.tgz","fileCount":168,"integrity":"sha512-MJgfyeKolH84PKVF1MJomAg7vypQ7fY9dKDt5CYG3QKapm1SLkFEv0m8yinmm73GPnziSS8X1FkjZWj2bwCziQ==","signatures":[{"sig":"MEUCIE0Joju4oZB3Sfjn1l9F8hmkcS4ERouhKqcad89xgVumAiEAnGQWT9I7YoCzNoxZsS7WkyqUhk/mrG1ZGLRpZ8tHO2M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767353},"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\\cde4c16b-5cfd-4584-ab5b-ee0b7b362cc6\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\cde4c16b-5cfd-4584-ab5b-ee0b7b362cc6\\azure-rest-purview-sharing-1.0.0-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MJgfyeKolH84PKVF1MJomAg7vypQ7fY9dKDt5CYG3QKapm1SLkFEv0m8yinmm73GPnziSS8X1FkjZWj2bwCziQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241210.1_1733901212890_0.5440591612336823","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241211.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241211.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241211.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b870c737d7260a6fa9ad36bc70a660e55bc3243","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241211.2.tgz","fileCount":168,"integrity":"sha512-ucSptaBZ364R5eSOMAaL2rcRap4GxLUlcVsBsOI4lhhoWPRrpEtc92RzWGLF6jq//1lRgAAHtEgJ1K8MNz5Spg==","signatures":[{"sig":"MEYCIQCFsU7c49joj3M9VqqKuzLDMk07gW7WnD1IjA6b3JKOiQIhANq5R9Drgzidi7arPi/70ThoSx0bSzMqFfL9g2rEpgrh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767397},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7214444c-db62-4d82-a610-2fd357f29b16\\azure-rest-purview-sharing-1.0.0-alpha.20241211.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\7214444c-db62-4d82-a610-2fd357f29b16\\azure-rest-purview-sharing-1.0.0-alpha.20241211.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ucSptaBZ364R5eSOMAaL2rcRap4GxLUlcVsBsOI4lhhoWPRrpEtc92RzWGLF6jq//1lRgAAHtEgJ1K8MNz5Spg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241211.2_1733987618374_0.1727897163033727","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241212.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc1911efa7453db90023a2c2945f642b40ecab21","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241212.1.tgz","fileCount":168,"integrity":"sha512-ffR8NIJHJDR3DAQDd8mL9aYL2oYS4M9tLZOWJ3rNEGU1fadlMNXrVA+IT5rUyRNHUdxE40qc0fdeLB14AmL1uA==","signatures":[{"sig":"MEUCIGjQX+KXzkEx9gmq+iMjVQxkqC2srCk8SPE296r0l9UOAiEAsHUEfmHDHMC+/xSFpG1Mj+9vv7iz5eY1tKxYsXuDUqY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767397},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b7da15a7-9c83-44c4-af04-9d701b3702f5\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\b7da15a7-9c83-44c4-af04-9d701b3702f5\\azure-rest-purview-sharing-1.0.0-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ffR8NIJHJDR3DAQDd8mL9aYL2oYS4M9tLZOWJ3rNEGU1fadlMNXrVA+IT5rUyRNHUdxE40qc0fdeLB14AmL1uA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241212.1_1734074000954_0.9760550477041223","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241213.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241213.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241213.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3e9eaf495d15d6693def9ab3ee7c93c1c8c2d98","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241213.2.tgz","fileCount":168,"integrity":"sha512-q8Qj5draPRkg4THdJ5DT9DjJi71R6mS/fx8ryX2gCFD8ZMqoR+tVH0ldE7AijldmXOv90mgHT9O+SMsUO9Jskg==","signatures":[{"sig":"MEUCIFOrBvrjo3hA8KByBser+PSYiwtjgU9dnvL/KDavKomZAiEAxnGrP2KZb5rW3NvoZIezrEML9SY+D4z+A+FoakZc6jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767397},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a4096477-a723-468b-acb8-d84dc91ec688\\azure-rest-purview-sharing-1.0.0-alpha.20241213.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\a4096477-a723-468b-acb8-d84dc91ec688\\azure-rest-purview-sharing-1.0.0-alpha.20241213.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q8Qj5draPRkg4THdJ5DT9DjJi71R6mS/fx8ryX2gCFD8ZMqoR+tVH0ldE7AijldmXOv90mgHT9O+SMsUO9Jskg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241213.2_1734160592600_0.9442124334634259","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241217.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5cd312f39af16f952a8cc33ce5da78bf68fa391e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241217.1.tgz","fileCount":168,"integrity":"sha512-Oa1YR1MaMZ6WqnbdghGr47ed7nEu9cbVfBOcphXpOfLEJ28q+dtofNINHfYueqsXR2ytVymdqJwBSIXIhxiq+w==","signatures":[{"sig":"MEQCIEH2mg9fsJhXEUvA5fkl2ikKQ1s/lE0ycf08WXuEcgBPAiAyq4Y8XtvrNzyj9k+lMjllhzMwPHD0BCiSRXbrbHU9fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767397},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\abafd924-78aa-477a-b7bc-b8b2307d1487\\azure-rest-purview-sharing-1.0.0-alpha.20241217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\abafd924-78aa-477a-b7bc-b8b2307d1487\\azure-rest-purview-sharing-1.0.0-alpha.20241217.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Oa1YR1MaMZ6WqnbdghGr47ed7nEu9cbVfBOcphXpOfLEJ28q+dtofNINHfYueqsXR2ytVymdqJwBSIXIhxiq+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241217.1_1734506177118_0.5464400354378007","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241218.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2475307783ad76330aec87e3aa6a6d03dff11d04","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241218.1.tgz","fileCount":168,"integrity":"sha512-/GrdmcEw8riZAs39TWJeDn1Z648Sf/LC0sW6Rf19BoklYQOI9wAhBm1qRsewshU4QV3QeWSyOy+Br8h2LZBqZw==","signatures":[{"sig":"MEUCIQDgyK6N1blWdqqqrjbdplzWU9UfhVa6+4fv4J5HSSH3IgIgDnGbOM0GbTyGcJLyeeNnBc6b1CAzTUVn0fp7W8Dw9NM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767397},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f38b5f4d-63c4-40b2-981c-0b5555bd0abb\\azure-rest-purview-sharing-1.0.0-alpha.20241218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\f38b5f4d-63c4-40b2-981c-0b5555bd0abb\\azure-rest-purview-sharing-1.0.0-alpha.20241218.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/GrdmcEw8riZAs39TWJeDn1Z648Sf/LC0sW6Rf19BoklYQOI9wAhBm1qRsewshU4QV3QeWSyOy+Br8h2LZBqZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241218.1_1734592447824_0.24401680120554747","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241219.5":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241219.5","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20241219.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5320cb5d4b0c39ad1e5b1ed71a9d7fbdde7a50ad","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241219.5.tgz","fileCount":184,"integrity":"sha512-0QxnRASBLKwWXc9kTkvRmf8WBVlprLa3RaU8Xg8I0Sz30cDS1ceGtUSng1Yy8JK/o3Y+bGNDiP+8a9NgToE0Lw==","signatures":[{"sig":"MEQCIBgY/R+nw3pQrXhC1q6A0OLJP50IaR+tdN9IRXxpYi/LAiAZTUqABIRxfSujVoGWqzsInR8hAXdvPnx7vYi0C/RVDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\25356501-64a4-4633-b88a-d4f8274091c3\\azure-rest-purview-sharing-1.0.0-alpha.20241219.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\25356501-64a4-4633-b88a-d4f8274091c3\\azure-rest-purview-sharing-1.0.0-alpha.20241219.5.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0QxnRASBLKwWXc9kTkvRmf8WBVlprLa3RaU8Xg8I0Sz30cDS1ceGtUSng1Yy8JK/o3Y+bGNDiP+8a9NgToE0Lw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241219.5_1734678943584_0.8222845570363975","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241220.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"62bd6951778aecf2421c3cd7991b9a2b91392248","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241220.1.tgz","fileCount":184,"integrity":"sha512-+TWRCU45QiKztQNzrol26smsaNv/GhkvB+L5+adhsMCfRbvpQdmgcpVNBPIaqnxIxjOKY8IGP8BunQyVP2Pb0A==","signatures":[{"sig":"MEUCIAka6XBlQX2mzMtGM0xRQWur0g6R+c71hxVlEC5o1BqyAiEA23GHMNEAkNEPzrNqWBGfXlEzA3bcX3rcKn+n/ySW8yE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\194e9271-42fb-4e88-802e-7d2355ad9863\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\194e9271-42fb-4e88-802e-7d2355ad9863\\azure-rest-purview-sharing-1.0.0-alpha.20241220.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+TWRCU45QiKztQNzrol26smsaNv/GhkvB+L5+adhsMCfRbvpQdmgcpVNBPIaqnxIxjOKY8IGP8BunQyVP2Pb0A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241220.1_1734765109646_0.3970168560321605","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241223.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"631024568bbd5719420c89510b8717ffa80780b5","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241223.1.tgz","fileCount":184,"integrity":"sha512-goZe2DkOUuIwzZOTFU0Zi+3M9ulCR33JU3RXsRDECCiDWzHeMnJs/5XrXOzPoS+3FWVeTzvOmoIu8az67z65jw==","signatures":[{"sig":"MEUCIFHqQJDzCJ5WKdpQMd9/zyPknBjt4NDI6i9uMGWUjLKAAiEAjw2SHDfwbVsPIInCWKfnej97j4lZseHd6nh849RVf4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d34e91d-545d-488b-bfa7-4f1b5700a910\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\1d34e91d-545d-488b-bfa7-4f1b5700a910\\azure-rest-purview-sharing-1.0.0-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-goZe2DkOUuIwzZOTFU0Zi+3M9ulCR33JU3RXsRDECCiDWzHeMnJs/5XrXOzPoS+3FWVeTzvOmoIu8az67z65jw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241223.1_1735024478819_0.3711670815547061","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241224.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8949874193fb310b65cd7b474acac86a24a88284","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241224.1.tgz","fileCount":184,"integrity":"sha512-pYHxcZxGTc+Ro702XvyZyOBFZFCb3MHIAcwsVpkXfDh/hTMAI1ULhpaN5V5C5vmDzUhPF1RA/AAqrLUQe2y8gw==","signatures":[{"sig":"MEYCIQDyXNGxHvFbLNufoIJ9Tv7DJy5PQMjsV2ErNevsaezxAgIhAOqS2I+uo7vchBT1BTzSYuAVrcr4ucRSGlZQxqX0LYgZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1843e001-0953-4c76-80f1-9cc38887be7a\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\1843e001-0953-4c76-80f1-9cc38887be7a\\azure-rest-purview-sharing-1.0.0-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pYHxcZxGTc+Ro702XvyZyOBFZFCb3MHIAcwsVpkXfDh/hTMAI1ULhpaN5V5C5vmDzUhPF1RA/AAqrLUQe2y8gw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241224.1_1735110765519_0.30208680076720706","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241225.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3e3f1e320799ba3e50bc4fc496195ed8cb88ff8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241225.1.tgz","fileCount":184,"integrity":"sha512-pwJjk6yeL2G0f4K2QJ5mgRWZ8dLRfNJo4riSlXifK4+gq7S+SiGPu5oi4dpEY6lhb82m87vSzhKDMql7Y+lNWQ==","signatures":[{"sig":"MEUCIBtofh+jRXm1X7tmEj3eOaX0JCXWxi04YhUIJpdN8urZAiEAhUX6aqhQhHk4jhmObCTt/7/R2O1JsWua83ZGYPm0dlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95878bb5-0c4b-41d9-9cdc-7ef9c6f4a435\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\95878bb5-0c4b-41d9-9cdc-7ef9c6f4a435\\azure-rest-purview-sharing-1.0.0-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pwJjk6yeL2G0f4K2QJ5mgRWZ8dLRfNJo4riSlXifK4+gq7S+SiGPu5oi4dpEY6lhb82m87vSzhKDMql7Y+lNWQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241225.1_1735197213385_0.9673703074299074","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241226.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a59e26a924b9a7eea1b4ee692cc845f5abcb525","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241226.1.tgz","fileCount":184,"integrity":"sha512-lhsR/1WBVLo264Q2AHOCNkkIvUEq0T+bJqr2PzTBt3NpQJMMH+V6mFAZwKgP+Fg1U75jbD2UtW8GrmHMQzyITg==","signatures":[{"sig":"MEUCIQDRMp/daAcQPP2phm2s/rc84xfiffawmIvvvULOWISsUwIgLQo5w2V3DpxNT9sZ3wT/xogqAO91HoztsxY1qZCil0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\71d5cd12-a3ee-498b-9afe-8224ac0b2b01\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\71d5cd12-a3ee-498b-9afe-8224ac0b2b01\\azure-rest-purview-sharing-1.0.0-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lhsR/1WBVLo264Q2AHOCNkkIvUEq0T+bJqr2PzTBt3NpQJMMH+V6mFAZwKgP+Fg1U75jbD2UtW8GrmHMQzyITg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241226.1_1735283648288_0.13711371363739877","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241227.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f16239c92a8fa980426a307ed7cec284fee2d05b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241227.1.tgz","fileCount":184,"integrity":"sha512-kDKAvg4RV83VdaPmqwZEtuAKzaP/uY5FveQICLfuPv48RHHgS7Bm6pmxD/tR+0vy5Nfu2Vp0EhuHHN/qTSg3Sw==","signatures":[{"sig":"MEUCIQCMLG8EUN0Fp1ijSNrrCA0JQKyd7hNwxCuOMYC1ngEhuwIgQmXc20xFyXS3WBRvJIE1R04SD+Zu8Uqc/c+oczhg97k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c80d0377-ba62-4a08-a802-83fe2b6f73d4\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\c80d0377-ba62-4a08-a802-83fe2b6f73d4\\azure-rest-purview-sharing-1.0.0-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kDKAvg4RV83VdaPmqwZEtuAKzaP/uY5FveQICLfuPv48RHHgS7Bm6pmxD/tR+0vy5Nfu2Vp0EhuHHN/qTSg3Sw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241227.1_1735370064908_0.4253002518121274","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241231.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20241231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c020fbcce5181ecfdb43417e15a721de2600d029","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20241231.1.tgz","fileCount":184,"integrity":"sha512-ZWxA+KKrREdmK64oisNRRMVC21dJkxiirTCVxlPvvEMbIjoyR2kVkRHO26dzHiTS6gxXx4gye9HMHvxscAtv/g==","signatures":[{"sig":"MEYCIQDSlN8XVzYMUf5ls/aJZAvr/dOBtmaAmZuNu11KsL0Q8wIhAJnZ47wtipZVdFRdd4+ut/4kVD4xpsKvQDdqRq6z4P6q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\11af7034-5476-49e6-8510-0ad8cdba0dfb\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\11af7034-5476-49e6-8510-0ad8cdba0dfb\\azure-rest-purview-sharing-1.0.0-alpha.20241231.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZWxA+KKrREdmK64oisNRRMVC21dJkxiirTCVxlPvvEMbIjoyR2kVkRHO26dzHiTS6gxXx4gye9HMHvxscAtv/g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20241231.1_1735715433924_0.4477023920520957","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250101.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250101.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb3b83a21016fe5ece6052292904400813078b55","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250101.1.tgz","fileCount":184,"integrity":"sha512-H9HUkMxdf/nWX4KmrkrH9mWliPIwqXQUw8srEQKpb+cz8hHu98FlHoqbKbCGYJ0j8EW8v4/OHniIJWcLayWjNA==","signatures":[{"sig":"MEQCIA64a2chSU9/R95mOPNC+IhEzN+jBPfkw0erbEPydZo+AiAOz9XoU7k0DPe5kOxCClAAhQlR6cNMzJN/yqQxapTtTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f920017c-71b8-4122-bdc7-5907df04fcfe\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\f920017c-71b8-4122-bdc7-5907df04fcfe\\azure-rest-purview-sharing-1.0.0-alpha.20250101.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H9HUkMxdf/nWX4KmrkrH9mWliPIwqXQUw8srEQKpb+cz8hHu98FlHoqbKbCGYJ0j8EW8v4/OHniIJWcLayWjNA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250101.1_1735802055745_0.42467704411553453","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250102.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e42377694de20cc8ad1f059c2721d4990ebd900","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250102.1.tgz","fileCount":184,"integrity":"sha512-4u6RGBMD7NWFuUQPBrgqN8x8OFsPnnUK9UcOM8A4CafrVe3PgwY1cFzZLTyszOqQTLqjHhvv1JULtJPGa1expQ==","signatures":[{"sig":"MEQCIEDsOoYADwBbkrzr0eX1cFbkHUYDU/t+Qw6ECnzirNzzAiBrSlPDADOuQxNr1/7WXnjmic8sypLHv8Ba/KUJ7JdfPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7a785efb-be67-446c-825f-5c654d7dbb63\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\7a785efb-be67-446c-825f-5c654d7dbb63\\azure-rest-purview-sharing-1.0.0-alpha.20250102.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4u6RGBMD7NWFuUQPBrgqN8x8OFsPnnUK9UcOM8A4CafrVe3PgwY1cFzZLTyszOqQTLqjHhvv1JULtJPGa1expQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250102.1_1735888544928_0.7197428497231524","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250103.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cfb3f0ce3c4a422120465232b3de1e16b45415a4","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250103.1.tgz","fileCount":184,"integrity":"sha512-aVOnx9xr+QnhJYADvpt19JWNs0Uv4B98FYNQkMiux2lH0hCzF8/1VKM7LqcS/DehPinhk/mlbeKZLMsVERymXg==","signatures":[{"sig":"MEQCIGRQTXR7DPGdHWTyWNd4qxyQ6/1VmVCJZ2k5VC5GFBVoAiBwe1Knk/RX3yWVFpCJhU8u4c7WExVbWcrTKrzfSmvUIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54afc37f-98ef-4b64-8a41-3c6f191fbf15\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\54afc37f-98ef-4b64-8a41-3c6f191fbf15\\azure-rest-purview-sharing-1.0.0-alpha.20250103.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aVOnx9xr+QnhJYADvpt19JWNs0Uv4B98FYNQkMiux2lH0hCzF8/1VKM7LqcS/DehPinhk/mlbeKZLMsVERymXg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250103.1_1735974710507_0.9415729334014851","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250106.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"413c1cad237b18c539265e467695bc8d74282a50","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250106.1.tgz","fileCount":184,"integrity":"sha512-G/bxpKL/ILXfTkz565SVe/G2lb3MgHkMc8byRBbSKXqIf0MutPODjCxFK9pCn/GZsOlogtIDf5pCQO9rFcIQIg==","signatures":[{"sig":"MEUCIQCp5dhPwxna7d8fLY5Elr6ZW2uXxh+h0GNfUQIb2TTFIgIgIFA4kAZPIfI2J4zVvDDHh597YvdK2jFQbM02nnl0eaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67a190c9-8d40-478d-b4ee-664713354b3d\\azure-rest-purview-sharing-1.0.0-alpha.20250106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\67a190c9-8d40-478d-b4ee-664713354b3d\\azure-rest-purview-sharing-1.0.0-alpha.20250106.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-G/bxpKL/ILXfTkz565SVe/G2lb3MgHkMc8byRBbSKXqIf0MutPODjCxFK9pCn/GZsOlogtIDf5pCQO9rFcIQIg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250106.1_1736234067587_0.03994317803977365","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250107.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"651720177bbcd77d08898739c616045fb7169c91","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250107.1.tgz","fileCount":184,"integrity":"sha512-HrhpoW6fYXJfDDvd9Y4g/Cpl+RoXrdB+i6H0jnIk1EU6Q3MX38SsLkZbgV6ABU8rgG4ZOKDFlSIITWPZHCVl4w==","signatures":[{"sig":"MEUCIQC8QxoarPQMqmb3/fb5FmJYtPmOCE2PWuI51WzkXHyFEQIgIY+UQsujhlUbXAHQ52ekB6oUZmPd04/xGsNUrHA8y8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1b418de5-e283-45d3-97ac-05befc802000\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\1b418de5-e283-45d3-97ac-05befc802000\\azure-rest-purview-sharing-1.0.0-alpha.20250107.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HrhpoW6fYXJfDDvd9Y4g/Cpl+RoXrdB+i6H0jnIk1EU6Q3MX38SsLkZbgV6ABU8rgG4ZOKDFlSIITWPZHCVl4w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250107.1_1736320395367_0.30743668886191533","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250108.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250108.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc2a973877e3e73aaf2d749519329739fa74d3ea","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250108.1.tgz","fileCount":184,"integrity":"sha512-riWxEEVonkBEtI6oPafXgnGsNBA8Ddg1wTJo+JYqoy3dDWUwWMQZ9kgkZfKLXwdNX8/RU7Dygk9g/IDnyV8hGw==","signatures":[{"sig":"MEQCICM3fHPMi+UFq+gRQp9UrLPxe3r3K4hfF4EZfD5BmRgMAiAupZdIfjPIDmMkJu6xgo5VEkKiY2brIAa8+laC0ICXrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873562},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\628cd6d5-243a-4adf-a43e-1467e675795e\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\628cd6d5-243a-4adf-a43e-1467e675795e\\azure-rest-purview-sharing-1.0.0-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-riWxEEVonkBEtI6oPafXgnGsNBA8Ddg1wTJo+JYqoy3dDWUwWMQZ9kgkZfKLXwdNX8/RU7Dygk9g/IDnyV8hGw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/purview-sharing?view=azure-node-preview","productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250108.1_1736406748283_0.6522729050643401","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250109.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250109.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250109.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de9e01252cd5f87b36ac3937203cac5509c6cf70","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250109.2.tgz","fileCount":184,"integrity":"sha512-sqo+TAXjyZFskvakBUNhREtRY0lgVVdeEmHsH27ipGE0Svc/Bthioq7Q4fG/Rwd+YolrP8eDn+7RTsSBEPJYPg==","signatures":[{"sig":"MEUCIQDTOjOFS5iizB7C6kCToMhRsmkHTX2IKscPtOH0G7vS+gIgVCvgJ6KN02dNzzoLWSKUcGaYarCjqUT9jQWMNaNo3eE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873448},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\156c8fd7-d281-47b5-add4-7f27d88193e0\\azure-rest-purview-sharing-1.0.0-alpha.20250109.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\156c8fd7-d281-47b5-add4-7f27d88193e0\\azure-rest-purview-sharing-1.0.0-alpha.20250109.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sqo+TAXjyZFskvakBUNhREtRY0lgVVdeEmHsH27ipGE0Svc/Bthioq7Q4fG/Rwd+YolrP8eDn+7RTsSBEPJYPg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250109.2_1736494061676_0.5779468952539","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250110.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3fd00620a0b5d297c7964a3dccd1bb0904a5332f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250110.1.tgz","fileCount":184,"integrity":"sha512-rfDiK2CvrN3fTt+2PHYAX+6VuvPH37hF12YyJEIh4ju2iUvlT6OC1bKdHDn8VQa84v6/c2vZEJ+dUlOPuD5TCQ==","signatures":[{"sig":"MEUCIQCmU78NW8kV8W1Z1TImIXFglwbpU9vCeXGNYd0KPJRH+wIgEqxrgOz8J5fruIB5nbBXbGjYEClupFFSPbPYhZ9aqtg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873448},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\f8babe5a-c4ec-4cd9-a34f-cc5d6205d395\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\f8babe5a-c4ec-4cd9-a34f-cc5d6205d395\\azure-rest-purview-sharing-1.0.0-alpha.20250110.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rfDiK2CvrN3fTt+2PHYAX+6VuvPH37hF12YyJEIh4ju2iUvlT6OC1bKdHDn8VQa84v6/c2vZEJ+dUlOPuD5TCQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250110.1_1736580096687_0.2299608337556387","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250113.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d811eac789a059403e7abb85c164945b8e6bc0b8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250113.1.tgz","fileCount":184,"integrity":"sha512-/M5SaxsxRqUa9vlKrWtxaixCzU0dheh7161qZMrKJAyX2COJ/8rV4D6mr3+yuMiU7Syp9kbXK2as0+tp/chJJA==","signatures":[{"sig":"MEUCIQCscteyLp9EhqTFx+mkeNwTp5f/bTozuGoq0h+fj4NVPgIgU+Abcm6E3U7OjE5NCmfJXuuDTBK5xuYHCDaBYh1D1NU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873448},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\4d2efeef-598d-4a3a-a5f1-b9fb50729ab7\\azure-rest-purview-sharing-1.0.0-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\4d2efeef-598d-4a3a-a5f1-b9fb50729ab7\\azure-rest-purview-sharing-1.0.0-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/M5SaxsxRqUa9vlKrWtxaixCzU0dheh7161qZMrKJAyX2COJ/8rV4D6mr3+yuMiU7Syp9kbXK2as0+tp/chJJA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250113.1_1736838799577_0.7859199191159205","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250114.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf79b78f769fe7b61c2f63b91b4e3bc36655b878","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250114.1.tgz","fileCount":184,"integrity":"sha512-fRyim/ne7SCEqdZPOnk9vVarlpckmB9OZAW5TcXzg23AUqkjWmNFUzukK30igy+lYLP5QA5pQ5Q3UFbUXwPczQ==","signatures":[{"sig":"MEUCIG7fBq9oU1xBmXe1ImBZLKjPGOYV+CfXkicQomixzBiPAiEA7M/rw9rVqE+ONpzqYPpV7XFx6dGERJvxlTQfTRaNCZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873448},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a2be5f2c-d4b4-4629-8324-b0dffdda1e1b\\azure-rest-purview-sharing-1.0.0-alpha.20250114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\a2be5f2c-d4b4-4629-8324-b0dffdda1e1b\\azure-rest-purview-sharing-1.0.0-alpha.20250114.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fRyim/ne7SCEqdZPOnk9vVarlpckmB9OZAW5TcXzg23AUqkjWmNFUzukK30igy+lYLP5QA5pQ5Q3UFbUXwPczQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250114.1_1736925007042_0.6896651379904584","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250115.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e6331006743c182cd72f0ddd6cfafeca7da5371","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250115.1.tgz","fileCount":184,"integrity":"sha512-eRCqxwVsf7hhy+2M2D8/D10dYXsc6mtEKyk2KH+WxCmBJEg65nezSnUO9WNuxuLQjpz2Z/ZoPmQpsj4bEF2g6g==","signatures":[{"sig":"MEUCIQCZfDy8u57FNaJM9dXYnrroC2Fg4QTsPqkMWZOdWbHg/AIgVSsCkEfIOq/iaZ8c6XgQGx3xFbv51Y5Wj5J//c7s8CU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":873448},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d7623c5-4ef4-4ac0-aab4-7ab431dc2975\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\5d7623c5-4ef4-4ac0-aab4-7ab431dc2975\\azure-rest-purview-sharing-1.0.0-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eRCqxwVsf7hhy+2M2D8/D10dYXsc6mtEKyk2KH+WxCmBJEg65nezSnUO9WNuxuLQjpz2Z/ZoPmQpsj4bEF2g6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250115.1_1737011910708_0.3817768082064117","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250121.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb077926e6aea01e00ba05b4d325a00b84c13155","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250121.1.tgz","fileCount":184,"integrity":"sha512-IPD+vK3+SU+61265WkHHxjVCZ1E+NDHRug9AQndq4Xu9kYDHCKHwdr2WyvxdWnxy6aNNn8eQMb+fuKJIGQTc0Q==","signatures":[{"sig":"MEUCIQC34OTDbZq2HMK0/mbJLAQcp1D6DOxTqPyQgyF1YUajdgIgUrS/T3ZS7+Mbaoy9vSIE08caEOhIoCE/I+kVrEogOAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873448},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c2ce32d-344f-491a-a407-3428715135fe\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\6c2ce32d-344f-491a-a407-3428715135fe\\azure-rest-purview-sharing-1.0.0-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IPD+vK3+SU+61265WkHHxjVCZ1E+NDHRug9AQndq4Xu9kYDHCKHwdr2WyvxdWnxy6aNNn8eQMb+fuKJIGQTc0Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^2.1.5","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250121.1_1737529935993_0.9737343086999795","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250124.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250124.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250124.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f2979f0781f12618cb7c097333a1c6c627a9d4d9","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250124.2.tgz","fileCount":184,"integrity":"sha512-9TKcc7cvs25tM7Pp+pqRTdxYmuqvcdOTI/MF9LvCCKyaRYPJAd49MQldxT4ErUtY9ZBmBKpyrKOAm13Kbrw0+w==","signatures":[{"sig":"MEYCIQCNPHydSCd1ynIC9af9MNfiNFCbD9SHD2kcbnSxZFFrsQIhAIWjKNAylOswovnJBQU/+z0wno2PFn1UpEG2gknrGEYL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873407},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4829f304-b669-4bec-a76e-90f2996d1dea\\azure-rest-purview-sharing-1.0.0-alpha.20250124.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\4829f304-b669-4bec-a76e-90f2996d1dea\\azure-rest-purview-sharing-1.0.0-alpha.20250124.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9TKcc7cvs25tM7Pp+pqRTdxYmuqvcdOTI/MF9LvCCKyaRYPJAd49MQldxT4ErUtY9ZBmBKpyrKOAm13Kbrw0+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250124.2_1737788951275_0.027339602871303992","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250128.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea7ab4ef638c9bd34ec3be8226480f3af3e63ba7","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250128.1.tgz","fileCount":184,"integrity":"sha512-+IrrgX5e+fhx688QGc12RQkEXedsDAkozGfllZNY7gRfZXyEuD2GFagGj60uas7DCIlqZiBmpWYfSqaWYYdaDQ==","signatures":[{"sig":"MEUCIQCC0eI18t1lx1oePttGzsOBBdrtD0zg3q5/X6USYGOq2AIgZnGcESENRz1e/SXGiMtXS62rgvbSRenwNiCjb4GUTwA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873407},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\811a59d5-34ec-4f61-b01b-9ac36b3ac00b\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\811a59d5-34ec-4f61-b01b-9ac36b3ac00b\\azure-rest-purview-sharing-1.0.0-alpha.20250128.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+IrrgX5e+fhx688QGc12RQkEXedsDAkozGfllZNY7gRfZXyEuD2GFagGj60uas7DCIlqZiBmpWYfSqaWYYdaDQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250128.1_1738134721175_0.3485238947260425","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250129.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6585599358a8b550dd1e505c062d159494901c2c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250129.1.tgz","fileCount":184,"integrity":"sha512-j66IMWccICFUsaspKNyxoXXBP0LriQPEFLCeVNadxl2/lpKsgu1ZOR83sl5YbmA3lKAqHxlCIOrE1OZWy4OFRQ==","signatures":[{"sig":"MEYCIQCN5JDXELlqK8Aquo8mDyI/ECf0zkmQxUBxkGpWg0TsRAIhAIGx/RH8rGQz9xOzWiqxnygv+sRcn8IsVBZaZ4HaWELo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873407},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3bd16407-1277-44f1-a512-18f8e02ef206\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\3bd16407-1277-44f1-a512-18f8e02ef206\\azure-rest-purview-sharing-1.0.0-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j66IMWccICFUsaspKNyxoXXBP0LriQPEFLCeVNadxl2/lpKsgu1ZOR83sl5YbmA3lKAqHxlCIOrE1OZWy4OFRQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250129.1_1738221052022_0.6970980877415693","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250203.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d87dfde916ef9a414dabf74d7304885d1e10766","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250203.1.tgz","fileCount":184,"integrity":"sha512-zGtQVUErHBl6WKW5/JvDnGkJ/Trw/N2hWfKCSJeLMJQFw7b5G4KNKwL1ea8lOqunetIzpTJ8FkGdkyZtVWqaDQ==","signatures":[{"sig":"MEUCIQCJFO8isfIjZBJmz0wZYvoeZZutnRaZmWvUvmtViiEqEwIgf2NI7PW7g8XZVIxYKgvBNmUQm99emPZv/AIqteZfk+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29c86bda-7494-4066-bfa5-d40ae22abf01\\azure-rest-purview-sharing-1.0.0-alpha.20250203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\29c86bda-7494-4066-bfa5-d40ae22abf01\\azure-rest-purview-sharing-1.0.0-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zGtQVUErHBl6WKW5/JvDnGkJ/Trw/N2hWfKCSJeLMJQFw7b5G4KNKwL1ea8lOqunetIzpTJ8FkGdkyZtVWqaDQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250203.1_1738653053632_0.237869687411556","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250204.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aea8f35de06b3eef177c5e8ef3fbdaaea4752a0e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250204.1.tgz","fileCount":184,"integrity":"sha512-ToVnfV7OiofIW3ybH2HaASKPUNOZnBZrC8JeXpSCAtQaY8vAFOUyaXEThmqXtU21ODSloNaIHe39HNUmfVLvhg==","signatures":[{"sig":"MEYCIQDJZn2qFeBmiA3VyYRfCs4V/O1eA2nFoxlsS132phIosAIhANrxNckYzKpiciPL2ZYYtvQGRaVyQxoKwFakchoZ2YEG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9472c017-c9fc-4c47-b859-9c2645fcf4bf\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\9472c017-c9fc-4c47-b859-9c2645fcf4bf\\azure-rest-purview-sharing-1.0.0-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ToVnfV7OiofIW3ybH2HaASKPUNOZnBZrC8JeXpSCAtQaY8vAFOUyaXEThmqXtU21ODSloNaIHe39HNUmfVLvhg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250204.1_1738739550603_0.4916618952266807","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250205.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe78d5b6c9361f1d42736ac7656152ccd34a6cd2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250205.1.tgz","fileCount":184,"integrity":"sha512-77rDtNLcnANue7x3uYY2M1ZmD8U3NPY806IlCfNAQC7vHlhfzBxUxrjJAfQ6mI5/Vcfv7Nvb422Nf/BIx0M8Yw==","signatures":[{"sig":"MEQCIBYlNu0CjIY7yXODPt455uwDIZIFYeHpLO+84hCis96UAiBCgKaAc1Lk3SFgkHc7Jf7VPGt6/rFRdtl9Oh4THCdHYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b573a0fa-e33c-4f10-bfe0-3467df648646\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\b573a0fa-e33c-4f10-bfe0-3467df648646\\azure-rest-purview-sharing-1.0.0-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-77rDtNLcnANue7x3uYY2M1ZmD8U3NPY806IlCfNAQC7vHlhfzBxUxrjJAfQ6mI5/Vcfv7Nvb422Nf/BIx0M8Yw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250205.1_1738826232036_0.7688101137585379","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250206.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"915a8e1b81fe385bfaab67b16a614bb84bbae408","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250206.1.tgz","fileCount":184,"integrity":"sha512-DA/e0sYKP2GJwj8jV2ybLByCn9e8Ga7h50M5tBlrNAvbATdjP1nZSJZlKHwo4t0b4PUkQ5LMvcQfiT9t9shq8g==","signatures":[{"sig":"MEUCIARE/oQKw76fuuLJxm/9ayrANFrqJm4iboZcndUHKa58AiEA415vLPD0SnvHec39AHMaYanFqXllSV9PexWSLyhTSmc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d80a5ed-4671-44e0-8d97-dd4d7bc0e6e3\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\1d80a5ed-4671-44e0-8d97-dd4d7bc0e6e3\\azure-rest-purview-sharing-1.0.0-alpha.20250206.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DA/e0sYKP2GJwj8jV2ybLByCn9e8Ga7h50M5tBlrNAvbATdjP1nZSJZlKHwo4t0b4PUkQ5LMvcQfiT9t9shq8g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250206.1_1738912880554_0.5034484368738577","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250207.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250207.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f239acf620740515ee29276fc363f924bd804435","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250207.1.tgz","fileCount":184,"integrity":"sha512-QJP5wDYnae+KYTXPeknMgmzCbrAGQpVG/BFVeqxfTBo35SXgroIyNoZXcf0rfSzSRvxdYLPqwRA8RzQImijZLw==","signatures":[{"sig":"MEUCIQDyo47orDaqr9a62hj3f/i3w+KfW/FAy9EVnJtH0OUoCQIgX5ySC4x6b5xyUspY/NCg98Nf+C7tlxhLznG/Xu/KnHU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\602970a1-a9e4-4201-b258-b178a6f65d79\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\602970a1-a9e4-4201-b258-b178a6f65d79\\azure-rest-purview-sharing-1.0.0-alpha.20250207.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QJP5wDYnae+KYTXPeknMgmzCbrAGQpVG/BFVeqxfTBo35SXgroIyNoZXcf0rfSzSRvxdYLPqwRA8RzQImijZLw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250207.1_1738998677480_0.2957584409533509","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250210.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250210.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250210.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b68c76eb60108b441a5089e3dc25e6d0fdc5de24","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250210.2.tgz","fileCount":184,"integrity":"sha512-wDkmzj9IWx+9HAefsWxoDj3JE5WHqWNw2EUkqe9JttcjIVDZYOcju0O9w7C8KTPxKb5Rp558h1rOgSo0xSWiKw==","signatures":[{"sig":"MEQCIGrx96d4e2tUiU29rtK6pXLqHj04w/VLILnkYN5dKKz8AiArFuioy7qb7OwSb63H0Xlzorc4bxx4+mJeH2xTgEzakA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67154565-9046-4ec5-95b9-b8697f2b1c73\\azure-rest-purview-sharing-1.0.0-alpha.20250210.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\67154565-9046-4ec5-95b9-b8697f2b1c73\\azure-rest-purview-sharing-1.0.0-alpha.20250210.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wDkmzj9IWx+9HAefsWxoDj3JE5WHqWNw2EUkqe9JttcjIVDZYOcju0O9w7C8KTPxKb5Rp558h1rOgSo0xSWiKw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250210.2_1739257950136_0.04259031209401898","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.3":{"name":"@azure-rest/purview-sharing","version":"1.0.0-beta.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-beta.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"0754a1fd1fb59e5fa234c12db5b48ccdeb6f76f8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-beta.3.tgz","fileCount":184,"integrity":"sha512-bZDjXuZ7KtWcEcUdot0Pktkvrsf2KeVrPHTZV3QOdk+B0MQDufUjq2iCzXyEyjxfcy75Yq8rh5BOmHDGU9QyVw==","signatures":[{"sig":"MEUCIFoKYw14qqsxRwRtsc3iLZybxiMedBzEd/cnpxmIX2MYAiEA6rSFLatjv/d3FlYGbjOBBHOqo1Bd0tZf8P1OlKDH4e8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873316},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a9e21ee3-8dcb-4a8c-9998-d17ffa58bcae\\azure-rest-purview-sharing-1.0.0-beta.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\a9e21ee3-8dcb-4a8c-9998-d17ffa58bcae\\azure-rest-purview-sharing-1.0.0-beta.3.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bZDjXuZ7KtWcEcUdot0Pktkvrsf2KeVrPHTZV3QOdk+B0MQDufUjq2iCzXyEyjxfcy75Yq8rh5BOmHDGU9QyVw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-beta.3_1739331619799_0.3368510191701597","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250211.3":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250211.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250211.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4609255fa0a4c7a5b711d51eb5ee16711a641431","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250211.3.tgz","fileCount":184,"integrity":"sha512-TUimXmnzRR28TQMqhQA/xzHipvsEBRZqNFT2gcScf5h8hAlEhGwtsaHTpHxFERzs/rbWigCzkFj78eXD9ZdLKw==","signatures":[{"sig":"MEUCIFY51bjURKfwo07Z1rY+05SNHZqrnKHkJRGo+2C4KPdIAiEAgYQvQNS8xxraxP0xTJEStIjruK50b7wZ38blpvyVtTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\492250c6-b723-4353-b3ba-f1e2fa5a7b48\\azure-rest-purview-sharing-1.0.0-alpha.20250211.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\492250c6-b723-4353-b3ba-f1e2fa5a7b48\\azure-rest-purview-sharing-1.0.0-alpha.20250211.3.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TUimXmnzRR28TQMqhQA/xzHipvsEBRZqNFT2gcScf5h8hAlEhGwtsaHTpHxFERzs/rbWigCzkFj78eXD9ZdLKw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250211.3_1739344827824_0.9620054251402639","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250212.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250212.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250212.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f205b7d804e3f62f394a6db8c9e4ad68f4891582","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250212.2.tgz","fileCount":184,"integrity":"sha512-kKyVRsWxQxWqW3+qss4zOyYpQjT02XoOV2GeSU5yHcXwTwG5NfBeWsS5YPOJ88vSS8GzhuCHXNirhiqQLAg0hg==","signatures":[{"sig":"MEYCIQDCTx7fRXdxiWFY1kETMWSwKK1BEXKkO32U526me6y3dgIhANMFn3TAdAPNzi0LtqaNkcP438tLejf3vWnyJ4Ct7HKc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\dc7746c3-dda5-407f-aa4b-ff7fdd7987d2\\azure-rest-purview-sharing-1.0.0-alpha.20250212.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\dc7746c3-dda5-407f-aa4b-ff7fdd7987d2\\azure-rest-purview-sharing-1.0.0-alpha.20250212.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kKyVRsWxQxWqW3+qss4zOyYpQjT02XoOV2GeSU5yHcXwTwG5NfBeWsS5YPOJ88vSS8GzhuCHXNirhiqQLAg0hg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250212.2_1739430887649_0.28336660142054004","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250213.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c73d803827608501aa344085c97cb7cb78e3109f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250213.1.tgz","fileCount":184,"integrity":"sha512-W8HcrwxSWT5ALSYs3q7lYe8dAT/jFVDk2YhOFKmOpO5VDUU4C6rP7haCKHIGXCPWoS8cLwZOsiaz0DzdQgEFfQ==","signatures":[{"sig":"MEUCIDfiVJqaqTJSUKOoMcgrxcCwdabPWyL+Mf/vtfWVaERbAiEAyTGKN07Mk7Bh6LTBNGllWIb6F0rCUE8VGbPhSn5GVIc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\0b413b97-7b3c-444d-9e40-99ce4d679aee\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\0b413b97-7b3c-444d-9e40-99ce4d679aee\\azure-rest-purview-sharing-1.0.0-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W8HcrwxSWT5ALSYs3q7lYe8dAT/jFVDk2YhOFKmOpO5VDUU4C6rP7haCKHIGXCPWoS8cLwZOsiaz0DzdQgEFfQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250213.1_1739517110053_0.39461004261232624","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250214.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250214.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98b2ab275bc9743fa1cbe4836f195b52c98b47fa","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250214.1.tgz","fileCount":184,"integrity":"sha512-WToMtRLxpMEFONdOIIadyr2Kq5+xpx75OLJQDIoSywDUAhXSQmULlIjToRhV9D6/q/kS7e6DSDmFMeKqJFi/VQ==","signatures":[{"sig":"MEUCIEF5TLYLMzABFqCkddFQGtfo+tyl7k89Gyatx6K30BWHAiEAhyEpriw88s4uU1WhSOa/NRiMK/I7IHiijakFxVOcKhw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\80d45df3-f6eb-4af3-8044-ca15b15f30a0\\azure-rest-purview-sharing-1.0.0-alpha.20250214.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\80d45df3-f6eb-4af3-8044-ca15b15f30a0\\azure-rest-purview-sharing-1.0.0-alpha.20250214.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WToMtRLxpMEFONdOIIadyr2Kq5+xpx75OLJQDIoSywDUAhXSQmULlIjToRhV9D6/q/kS7e6DSDmFMeKqJFi/VQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250214.1_1739603811609_0.7793237747693045","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250217.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb899d5581122c8142be7d5ff69270bf05f720a2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250217.1.tgz","fileCount":184,"integrity":"sha512-ZJkWSmIZrSOse+WkBd1H4OQyImcnfYA4kv8RpPhKX4ScofAcEpisOJpdCVQkBSiK4AHtbc9iInjyB5Xj9A1wig==","signatures":[{"sig":"MEUCIBX/yvDJfhw/hLA5gpicRPCq949pH4toGjwbH+Jo8qcPAiEAkWber8IkeHGdUH7yMKUE+bRJTLwOc0wlIGpkezkeX08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\49a2d23a-a82a-4484-a723-b9bb9310fb3f\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\49a2d23a-a82a-4484-a723-b9bb9310fb3f\\azure-rest-purview-sharing-1.0.0-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZJkWSmIZrSOse+WkBd1H4OQyImcnfYA4kv8RpPhKX4ScofAcEpisOJpdCVQkBSiK4AHtbc9iInjyB5Xj9A1wig==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250217.1_1739862815128_0.45048325250226795","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250218.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b0f6eafd8783413f3efdb2f5462e1a3c36deaad","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250218.1.tgz","fileCount":184,"integrity":"sha512-/ONW0jMMMVHO0IFX1iK5Yo8Gaeb5FGxv3BjAElew9KzeQeuJusk7ESbMLS4qTg2AyccqwtcQ+RrBLMKF0Wg/iw==","signatures":[{"sig":"MEQCIG28xeLcILJdOVlb3ldOq2oA6cJGcdyk7yWDrdyengyMAiAJJgPFGBH5Med/CvlVmLw1+kI0EF0WwuWhgYDKbv621A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\1303113c-967f-4bc2-a334-656992be091e\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\1303113c-967f-4bc2-a334-656992be091e\\azure-rest-purview-sharing-1.0.0-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/ONW0jMMMVHO0IFX1iK5Yo8Gaeb5FGxv3BjAElew9KzeQeuJusk7ESbMLS4qTg2AyccqwtcQ+RrBLMKF0Wg/iw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250218.1_1739949146507_0.6597861126834299","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250219.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b83599188d0ea52bf06d14c1d29c217a54188541","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250219.1.tgz","fileCount":184,"integrity":"sha512-KHg14A7tlLcLtDTaPyncI/kYejufWe6DA2KohQIJOh/LSD48DsgX7CReJporQ1lRI3pY73Q2QUt1q8djhmOhgg==","signatures":[{"sig":"MEUCIQC7QYzkMGt3oq7BrrsJ1u71AjzWrf9VtVZIB+NADw65sQIgEvnypw1Fk2W7KAHOZsyrq/uTyP9pn67S8+WEcHzdsOU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\c9568087-223e-4ef8-9c30-85f4a4b8dc46\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\c9568087-223e-4ef8-9c30-85f4a4b8dc46\\azure-rest-purview-sharing-1.0.0-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KHg14A7tlLcLtDTaPyncI/kYejufWe6DA2KohQIJOh/LSD48DsgX7CReJporQ1lRI3pY73Q2QUt1q8djhmOhgg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250219.1_1740035779855_0.8251493895728339","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250220.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ff1bf65e9b6b0477a91b8286fcb13c272e45244","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250220.1.tgz","fileCount":184,"integrity":"sha512-hXnVVESRm8N8d75xlbZcvljBlCAX/daw3h3+5U0ZsGvHoqFlfxDHv9IuNz9gE8bGhghBGKr/p7bIUJ5hFfT2wA==","signatures":[{"sig":"MEUCIQCqHNwMwUZE5f+dmJyFekPC3v46ob40yk6N/Mzy+U/QQQIgWvJi58V31SmouJ7Afs7QjEm1jzkh46j2R4qpqy/fZ7Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\001a3e43-a589-4d4c-bf88-53dbbd94462e\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\001a3e43-a589-4d4c-bf88-53dbbd94462e\\azure-rest-purview-sharing-1.0.0-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hXnVVESRm8N8d75xlbZcvljBlCAX/daw3h3+5U0ZsGvHoqFlfxDHv9IuNz9gE8bGhghBGKr/p7bIUJ5hFfT2wA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250220.1_1740122048410_0.8872044124438923","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250221.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250221.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db7805d2c69024fc81b4ee8dbefb59af4be39589","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250221.1.tgz","fileCount":184,"integrity":"sha512-LcKWNVIKH5JhAly1k8ce9GFE7kmwG5Fq446LK87YjqeOZW55pmRPjDLtOG8V/3EifQPlzdlP6Zxpi4qyJHTqRA==","signatures":[{"sig":"MEYCIQD7vAnsOw9kI7c2i645BlN9/TE2IoJLSydEUjTXgScn3wIhAM7ZxtcAvRTlur4twO8w2hMHQ3JMLE5spl0nYmy6alUR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":873406},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\5cc5fdda-ccc4-45a9-8d09-3b367c6ba5e2\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\5cc5fdda-ccc4-45a9-8d09-3b367c6ba5e2\\azure-rest-purview-sharing-1.0.0-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LcKWNVIKH5JhAly1k8ce9GFE7kmwG5Fq446LK87YjqeOZW55pmRPjDLtOG8V/3EifQPlzdlP6Zxpi4qyJHTqRA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.3","autorest":"latest","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250221.1_1740208424741_0.48582070510925757","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250224.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250224.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250224.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ee485e403dfbc2e764ad38946ddc06852e980ff","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250224.2.tgz","fileCount":184,"integrity":"sha512-ijl8oFcCGmYqgFNN+4N9+afPugpa8cFnAxwuthc/rfHeebHMZ+cP50z7w9jDbWIf/AbzCVfyQwfXqYt/+IdmAw==","signatures":[{"sig":"MEYCIQCrFziTyeAf6d3QgT6p+pDqvmOzlOC0LPBHYzgP26KQswIhAJmtWZlUd5SUIhBjocYKKi1XzD6EBKPOeDhuYGSAzbp+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d294a21a-58d2-44a5-9006-7758a73c8b1d\\azure-rest-purview-sharing-1.0.0-alpha.20250224.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\d294a21a-58d2-44a5-9006-7758a73c8b1d\\azure-rest-purview-sharing-1.0.0-alpha.20250224.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ijl8oFcCGmYqgFNN+4N9+afPugpa8cFnAxwuthc/rfHeebHMZ+cP50z7w9jDbWIf/AbzCVfyQwfXqYt/+IdmAw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.6","autorest":"latest","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250224.2_1740467842232_0.31721346920919724","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250225.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6dfd39ea0423c20f11a814f088716942e74ced30","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250225.1.tgz","fileCount":184,"integrity":"sha512-v6Gaa5jfSXNJBACyYGJ2Ed37Nh5AdQ2mesPVTceVFmshUaFJVIvgrg1jpa6uE8m7QXWFLy3CiPEUth2shZ4azw==","signatures":[{"sig":"MEQCIEOgnb1b4DdEveuMY1nPvOPQKLEGEMdmodvuCeLtMmycAiAXcxhMD0uvZpvwf6cf8X2G96FxYFhNEjX8k24CKl2FAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\813d48ae-29e3-47b7-a398-695f69e1c8d7\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\813d48ae-29e3-47b7-a398-695f69e1c8d7\\azure-rest-purview-sharing-1.0.0-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v6Gaa5jfSXNJBACyYGJ2Ed37Nh5AdQ2mesPVTceVFmshUaFJVIvgrg1jpa6uE8m7QXWFLy3CiPEUth2shZ4azw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.6","autorest":"latest","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250225.1_1740553954020_0.30037568550588145","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250318.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250318.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250318.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"227590b2aaf46112971adc3857978a51abe0ab4b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250318.2.tgz","fileCount":184,"integrity":"sha512-SPyPZd586wlRxLA9ynsqsXXDuIwETZ2fGyTwwVkH0EIhZ044hmJcjC7GVEFiZeiXP1FMCYgpVOa1WnlQLVznOw==","signatures":[{"sig":"MEYCIQC+Nlizi6gbWrTp11EHNX2bmWCJnRsm83id1apUdTee7gIhAN8qBvAQAzVKCB2+DZ8MZkvsEM7bpbRV8+wOfzCeEyDN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0b00c859-8c12-43a7-a035-53b5f3443ff3\\azure-rest-purview-sharing-1.0.0-alpha.20250318.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\0b00c859-8c12-43a7-a035-53b5f3443ff3\\azure-rest-purview-sharing-1.0.0-alpha.20250318.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SPyPZd586wlRxLA9ynsqsXXDuIwETZ2fGyTwwVkH0EIhZ044hmJcjC7GVEFiZeiXP1FMCYgpVOa1WnlQLVznOw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250318.2_1742364469326_0.55582112840375","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250319.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250319.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57c28f6bee0f556d8c588c96889c9c2d2df2e8cb","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250319.1.tgz","fileCount":184,"integrity":"sha512-VhND4bV7rbonU6SKJ8f43rANsYNBcX2Prb8+O154sZWsAWArJWgf0OWL5495QIc9TpKF8S5+d0XQHIuWTPNgPw==","signatures":[{"sig":"MEUCIQCdAaYrgM0pORhvikluVoVR0T/MbmTJzIDucfum/rEoGQIge5SRxJkW8rPdsyf+zYfSsUMNZXTFeXa98+kSbIzqemw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e071c2f8-4192-4bc3-8704-5b58f07ceb0d\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\e071c2f8-4192-4bc3-8704-5b58f07ceb0d\\azure-rest-purview-sharing-1.0.0-alpha.20250319.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VhND4bV7rbonU6SKJ8f43rANsYNBcX2Prb8+O154sZWsAWArJWgf0OWL5495QIc9TpKF8S5+d0XQHIuWTPNgPw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250319.1_1742450903699_0.9750799743039864","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250320.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250320.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250320.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13db522ee598e544a2e24bde52c0efc2146b8fa4","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250320.1.tgz","fileCount":184,"integrity":"sha512-g8YUwG+yj+jONJ+iJtRBCb2uiP+OU3X+Twg8Sbt2vAmpEdegDxjXbFszbIa4FylBB2FxcxLW8xIUybJrPPFWVg==","signatures":[{"sig":"MEYCIQC0Mo+tNisdU+soN7FgYZG3DqwPwdCk0h48+s5Dy+bJTQIhAL1W1PZrxfc5k9Zh58jj/t8JHJ6uQL5zStN11f/iO1F2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5ff95b73-f0cf-40d3-840f-a198ba70a139\\azure-rest-purview-sharing-1.0.0-alpha.20250320.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\5ff95b73-f0cf-40d3-840f-a198ba70a139\\azure-rest-purview-sharing-1.0.0-alpha.20250320.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g8YUwG+yj+jONJ+iJtRBCb2uiP+OU3X+Twg8Sbt2vAmpEdegDxjXbFszbIa4FylBB2FxcxLW8xIUybJrPPFWVg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250320.1_1742537220479_0.7601600152448249","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250321.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250321.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5b303d755a1da0a3482516c274a0b0bc7e614590","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250321.1.tgz","fileCount":184,"integrity":"sha512-Xq1ySE6gD8uBk6UEEpUnc1fshPiwOCY47SPkqsL1kCKDMGTvnPliYXxCPHiL0vivSLMon9ijBB/MDI4S4AWX+w==","signatures":[{"sig":"MEUCIBc0HoFVG5ajaKiv4+WNlGC8nFnCb1mECekq7tXheAvuAiEAyJxR4nX09nbNn3PHwOk6IVoqwMqR9M/3BZ26cXxCRoU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94c7cbf9-c7ed-4155-9c16-39e1bd7f65c4\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\94c7cbf9-c7ed-4155-9c16-39e1bd7f65c4\\azure-rest-purview-sharing-1.0.0-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Xq1ySE6gD8uBk6UEEpUnc1fshPiwOCY47SPkqsL1kCKDMGTvnPliYXxCPHiL0vivSLMon9ijBB/MDI4S4AWX+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250321.1_1742623587546_0.36114579843497463","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250324.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250324.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"87a569e2c25d26a92c181a419bc32210dbdba951","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250324.1.tgz","fileCount":184,"integrity":"sha512-nMQNStZsujuCJWOOxNx+yJ3HPET8LWO90nrvewJYNHuSE/RM7FaspnrxaAeZyktZ0cs2Xca3J3/thBBWDHVNKQ==","signatures":[{"sig":"MEYCIQDbn9/CxJwBhQ4s9faLb9j6DQ+8Po/IroXtvzmV7FJEmgIhAP7nohsBGXTZlO8oE2rjn9hlW3MpO24lO3B6sISQYtAG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dc572556-30d6-4736-bdb7-5950fcf22dd0\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\dc572556-30d6-4736-bdb7-5950fcf22dd0\\azure-rest-purview-sharing-1.0.0-alpha.20250324.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nMQNStZsujuCJWOOxNx+yJ3HPET8LWO90nrvewJYNHuSE/RM7FaspnrxaAeZyktZ0cs2Xca3J3/thBBWDHVNKQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250324.1_1742882912392_0.3750354121114794","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250325.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250325.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9bf9c3292c7fc22c81a32dbe53a13b434ace0708","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250325.1.tgz","fileCount":184,"integrity":"sha512-3pYMqmQzIJ+lIG3hnVAm8dikd4bLnKPYMF8aCz65QkzRjOgcLd6NTfRzdK0S8/68u3F9hE2HelmHtYjf4cGz8g==","signatures":[{"sig":"MEUCIQCt7EV6KoMicNIJYvJEIKURC4LlMZv7NmmO3RS+eqU9qQIgc/xYwPZoUvPZUY42sgfO0oHjojqKRvBGCVNpxeLKxUY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\61ad008f-583e-4b5c-8cd8-bca33faa7e77\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\61ad008f-583e-4b5c-8cd8-bca33faa7e77\\azure-rest-purview-sharing-1.0.0-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3pYMqmQzIJ+lIG3hnVAm8dikd4bLnKPYMF8aCz65QkzRjOgcLd6NTfRzdK0S8/68u3F9hE2HelmHtYjf4cGz8g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250325.1_1742969380564_0.5810010099494187","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250326.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250326.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d32210b7ebb2ce3197ea53c54ac1ab00cf283db9","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250326.1.tgz","fileCount":184,"integrity":"sha512-v/wU7Eggif7Syr7SI9lIDxZVuI7hwLpke3zR2Hb6vkOpApLytJFMuSQ3oqnvzJODQinHvOpd3Uf7IBUZ4YUqeg==","signatures":[{"sig":"MEUCIB2uX6lhEf80FE2kht0g9oTIYKcT+oy95BtGEN7z7cUfAiEAyVxu+7HqurjQu9Tt5W7uqaNII318t39wwyYFilguPy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fc078ca9-d2f3-43d8-a0d0-54e3cdd24d7d\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\fc078ca9-d2f3-43d8-a0d0-54e3cdd24d7d\\azure-rest-purview-sharing-1.0.0-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v/wU7Eggif7Syr7SI9lIDxZVuI7hwLpke3zR2Hb6vkOpApLytJFMuSQ3oqnvzJODQinHvOpd3Uf7IBUZ4YUqeg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250326.1_1743055656949_0.4524504497356787","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250327.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250327.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c8cfa6c6e35fa629f733784d7cef1e0a06ce4cb","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250327.1.tgz","fileCount":184,"integrity":"sha512-NRt9yd9cSL377kBn2x/WxSDPcwvapaxuMDoexZCPJWI5kFoh48v0zPHmHSwgdcWjYdaZ473UadWHOyi/w6b4eg==","signatures":[{"sig":"MEUCIEFKdSIkbFfLeZv6Dm4D4DSKwpWQyf+2kFF5PuTlUtZbAiEAj9LegaDeV6PxZ5HuyoyP3BxI/RgjYH+jRi2Is7SbLCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\439e359e-b1a8-4b06-8828-ee72c8193599\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\439e359e-b1a8-4b06-8828-ee72c8193599\\azure-rest-purview-sharing-1.0.0-alpha.20250327.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NRt9yd9cSL377kBn2x/WxSDPcwvapaxuMDoexZCPJWI5kFoh48v0zPHmHSwgdcWjYdaZ473UadWHOyi/w6b4eg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250327.1_1743142032577_0.39793378102087007","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250328.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250328.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a60a0018cabc7a6ac4cac12c51ec0cb833904d6f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250328.1.tgz","fileCount":184,"integrity":"sha512-Eerz8GKl13/RjavC5NMwdCJ9q+19/yNJbg8Sa1NEVUls47973ec394S0ffSfzKnncWCVNKaLozKYFn0una5Aeg==","signatures":[{"sig":"MEUCIAWOAjjyALxPzHjXgYfzpMtS6vx22y3Djq1SsqFznnOPAiEAtI2FD4I31RKomhw6pSFaflSZ9QaZADr287GdLeLPDs0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b0fc65a6-28e1-4599-9626-d595fc654e1e\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\b0fc65a6-28e1-4599-9626-d595fc654e1e\\azure-rest-purview-sharing-1.0.0-alpha.20250328.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Eerz8GKl13/RjavC5NMwdCJ9q+19/yNJbg8Sa1NEVUls47973ec394S0ffSfzKnncWCVNKaLozKYFn0una5Aeg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250328.1_1743228538580_0.9273148446588062","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250331.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250331.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"234ac9eeadfb73db584def4a005d5dae25777f03","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250331.1.tgz","fileCount":184,"integrity":"sha512-m7X/5PENG461Kfa/F834/Eh+1UkXJaLLxqy7lIqkDPLGs/lVm221RBv0yG7QNUuihCTk6jCYRHBbHwH3DEZMrg==","signatures":[{"sig":"MEYCIQCa354gVPApcwa1jdCqWZaAV8tTQvtyWHEyRaRGghv0cAIhAIEWCa7OckvHFMJK9YbMaEWxguNIfxFjeLDcBkAtYhBe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":875640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1ed6a02e-f5ff-4ea2-b7ff-cfed977651b5\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\1ed6a02e-f5ff-4ea2-b7ff-cfed977651b5\\azure-rest-purview-sharing-1.0.0-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m7X/5PENG461Kfa/F834/Eh+1UkXJaLLxqy7lIqkDPLGs/lVm221RBv0yG7QNUuihCTk6jCYRHBbHwH3DEZMrg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250331.1_1743488010658_0.4533343547411428","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250401.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250401.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250401.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c418acebccf56361d02feb556a0daa3fb6a3930","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250401.2.tgz","fileCount":186,"integrity":"sha512-997KVjSa+ff/UcqsOUmebn54p9D9hcTHj2sVkrenSVTlv63wyr1/HiGnVSkpUrSmcvb/ITaeI/eCGbYCDH7UfA==","signatures":[{"sig":"MEQCIFYTW9agYZN7wgj8U6TgH0paGOvFaXm976r9FJZ41fFKAiAiWDoq11zPCHb/6lvahwrSsy/8C0DLXulx9mQDKuuT5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\72f5f036-5791-4265-bf4b-f0ca5d011d53\\azure-rest-purview-sharing-1.0.0-alpha.20250401.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\72f5f036-5791-4265-bf4b-f0ca5d011d53\\azure-rest-purview-sharing-1.0.0-alpha.20250401.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-997KVjSa+ff/UcqsOUmebn54p9D9hcTHj2sVkrenSVTlv63wyr1/HiGnVSkpUrSmcvb/ITaeI/eCGbYCDH7UfA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250401.2_1743574454414_0.5178180517345328","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250402.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250402.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efe5392f47bce9b7285e201c398d85e1d9e91153","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250402.1.tgz","fileCount":186,"integrity":"sha512-QNLGC1HQ46/blBYY6JnfSsq0UUWVDzbHDGo6I+lAtctPH7enbJebsvK9gGfrXNRbH26cLTAneSya+s260Acnxw==","signatures":[{"sig":"MEUCIEONVKOHlvT0mcXfOliMOLhrtAXp+9jnNewDB6qsyvacAiEAz6smdJ/8rJuE4w/YCAjy9MaJ0ZbyjQyrPJiJ1/WIzBs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\99be34fb-fd86-4eb4-a7e4-295ad77261bb\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\99be34fb-fd86-4eb4-a7e4-295ad77261bb\\azure-rest-purview-sharing-1.0.0-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QNLGC1HQ46/blBYY6JnfSsq0UUWVDzbHDGo6I+lAtctPH7enbJebsvK9gGfrXNRbH26cLTAneSya+s260Acnxw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250402.1_1743660638264_0.9118755111901979","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250403.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250403.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250403.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29aabb1a91770f5da09a719bca0539e996d400a0","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250403.1.tgz","fileCount":186,"integrity":"sha512-dO+gn1Od0lgO13fglkjxCn4tAf8/ps5KWrmrUhdemKzndddvJs/5q7DrmTfULeRUYHIaExko6TJ5bKErqdspLQ==","signatures":[{"sig":"MEYCIQCoFTLjzqGsddrhAFOMdCK+s5KQd1BzjJX0/gmxeV/mpwIhALd2XfQ8JFUlVOPCywZgsl9GWrvoRa7VlWDKWXpLUO+a","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a2b2ec6f-0487-433f-b0cb-f096d2233337\\azure-rest-purview-sharing-1.0.0-alpha.20250403.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\a2b2ec6f-0487-433f-b0cb-f096d2233337\\azure-rest-purview-sharing-1.0.0-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dO+gn1Od0lgO13fglkjxCn4tAf8/ps5KWrmrUhdemKzndddvJs/5q7DrmTfULeRUYHIaExko6TJ5bKErqdspLQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250403.1_1743746849748_0.07222266568210856","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250404.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250404.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a5905264775d142fea8f3aaa76d46feccfa32d3","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250404.1.tgz","fileCount":186,"integrity":"sha512-ek9cO8vGmi3FpbjdSChUdCpQldX/beZv8UNLUMEdugueuM0IW7YmikL0+M/z63xOiOd2eVS4imA3rFF3m/b4ww==","signatures":[{"sig":"MEYCIQCu4UAE3DB/WACSE7zF9fsvvh+mDgdbU6Pg6Ec79sBWKQIhAMP5ojGQgaW9J78jHjry9dVZWq/bprwJ9BGvE00wMTRM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\315da362-b6de-430b-88e2-ea752fc11835\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\315da362-b6de-430b-88e2-ea752fc11835\\azure-rest-purview-sharing-1.0.0-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ek9cO8vGmi3FpbjdSChUdCpQldX/beZv8UNLUMEdugueuM0IW7YmikL0+M/z63xOiOd2eVS4imA3rFF3m/b4ww==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250404.1_1743833662827_0.07201977531564596","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250407.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8f88babe41937246ab9a100e9801aa7359a7f7c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250407.1.tgz","fileCount":186,"integrity":"sha512-11FZEIwC9BaM5GBEyZwy8HFKnrLoq+YvghPPieXCh8KnpWgzksMdoQ6DMCOc9sD80LP+/a4/vLz8Dcmlp6ZXgw==","signatures":[{"sig":"MEUCICCU5s3Xp/LDipFvGEBxuAACABTLTrChrzVGEGQ2dTAIAiEAuGRvroJMjCwZMqmQ9xJwaopl/5bOwEbmJEgNkby0Rc4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe20165b-38e7-45fd-b15e-d1949508f997\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\fe20165b-38e7-45fd-b15e-d1949508f997\\azure-rest-purview-sharing-1.0.0-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-11FZEIwC9BaM5GBEyZwy8HFKnrLoq+YvghPPieXCh8KnpWgzksMdoQ6DMCOc9sD80LP+/a4/vLz8Dcmlp6ZXgw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250407.1_1744092782926_0.8974510636656148","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250408.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250408.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1c6a0c5caaec649e01af22c58853b84c4249487","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250408.1.tgz","fileCount":186,"integrity":"sha512-FS/fBne4YmUtI2ytgXWhzW/F/iQcORaz2UhAX/aPLidc/pw/gUrctiCqmeA5ENLy4Voz+Kfwkurjfh8aQTTFBw==","signatures":[{"sig":"MEUCIE0KCgS8UaQSnkGKwms5CgWUi9hPOMEuwSS6sfzIOAPBAiEAt7Cb30SvQvYVLbj+uYp6dVZnoY8gbrbBgdRhNoeXJGA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\10965a54-6184-446d-baef-67e2d45014b2\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\10965a54-6184-446d-baef-67e2d45014b2\\azure-rest-purview-sharing-1.0.0-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FS/fBne4YmUtI2ytgXWhzW/F/iQcORaz2UhAX/aPLidc/pw/gUrctiCqmeA5ENLy4Voz+Kfwkurjfh8aQTTFBw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250408.1_1744178934795_0.6724855608334155","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250409.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250409.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7cf9f49b1ee962606164fa65bbc8f23d289f1100","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250409.1.tgz","fileCount":186,"integrity":"sha512-iwIli3lmi3JcKk/A/NMjTU95MALy1eBxAxNk2R111Lm6hiQbXWHasn/XxZv/2af8i7vMZPiG4keXNt7G3yuqcA==","signatures":[{"sig":"MEQCIBix6YDkcuVcOuTCgE2tLZYI2XTiC8ZNAOPARXw0yx/yAiAITEF3OTP+AwVNLO7lXPd0ectenhtDctO2uWDXLaN7ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919798},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\04937778-9374-4232-b943-6fac0154e9e5\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run 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 --browser-test false","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","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\\04937778-9374-4232-b943-6fac0154e9e5\\azure-rest-purview-sharing-1.0.0-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iwIli3lmi3JcKk/A/NMjTU95MALy1eBxAxNk2R111Lm6hiQbXWHasn/XxZv/2af8i7vMZPiG4keXNt7G3yuqcA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250409.1_1744267846043_0.4188585407505636","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250416.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250416.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58780582139e59191e0ee71a696d72d468633fd1","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250416.1.tgz","fileCount":186,"integrity":"sha512-pgSkFfBoapZSrVggirqAj7iYvD54YysGPnrwMC4NE/uNnGxchkd6mdLPFQBPNhN//MaCZmQPGq/A3bdkiFplZg==","signatures":[{"sig":"MEUCIQCqk2ZTrfnVxk0smIB/9+owbieM7oTOOHg8TeoA8JSJkwIgD4yL1IEy21oDMeqrDAuo7agLrghjf7nzADWNrCvg2Oo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41fece1e-883c-455a-b46b-eadb40cad32b\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\41fece1e-883c-455a-b46b-eadb40cad32b\\azure-rest-purview-sharing-1.0.0-alpha.20250416.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pgSkFfBoapZSrVggirqAj7iYvD54YysGPnrwMC4NE/uNnGxchkd6mdLPFQBPNhN//MaCZmQPGq/A3bdkiFplZg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250416.1_1744870112541_0.3251050815839853","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250417.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd2dfc41a6fd075559893335f94be376bda068f7","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250417.1.tgz","fileCount":186,"integrity":"sha512-1PmnhdVozI8mawMEgcYbl9174sF4ciax2Iug8w2djE/r09Y9l/qzCwhEOftVRgm3ZYS3gxsEOVO0xlrnX1oiCw==","signatures":[{"sig":"MEUCIDWEz8AZQ0Q2/Ofa/x7a8lvkmztJxPcUqO2XUapYAZYFAiEAkAa58vkVb3ZMOYRDyCGr7HIbuGPQFvy/e3mROvkTpug=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06947087-724b-4810-86f9-840f1f9a463d\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\06947087-724b-4810-86f9-840f1f9a463d\\azure-rest-purview-sharing-1.0.0-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1PmnhdVozI8mawMEgcYbl9174sF4ciax2Iug8w2djE/r09Y9l/qzCwhEOftVRgm3ZYS3gxsEOVO0xlrnX1oiCw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250417.1_1744956522419_0.14648297628252238","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250418.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00e6fd959efd3c288602ffe9c846e6969ff1d77b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250418.1.tgz","fileCount":186,"integrity":"sha512-x3yEtfpUNNATupIu/f//W0c5uW6aqNFU2ulxLt2QyxBOm06QofyrGZ+2+LCfUdBd/jUq5HDlofOi/BKMsk6+8w==","signatures":[{"sig":"MEYCIQDYywBGcM/+paDOjxc6NC4xZfaRcN5Bc/v5roe8UQOmgAIhAM/Qugre5YkCG9PUObhbSmWSs8A3MpGuFS0hiXD+cnsz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95f33d61-34a7-47e7-95e5-7187ba9acba9\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\95f33d61-34a7-47e7-95e5-7187ba9acba9\\azure-rest-purview-sharing-1.0.0-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x3yEtfpUNNATupIu/f//W0c5uW6aqNFU2ulxLt2QyxBOm06QofyrGZ+2+LCfUdBd/jUq5HDlofOi/BKMsk6+8w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250418.1_1745042826685_0.10291475295915009","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250421.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250421.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4148da4e74fd3028579973027afa422ea85bf78f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250421.1.tgz","fileCount":186,"integrity":"sha512-Z/CkldGH5i07Jk9cMYBGZ1f2aanR68Cwpzz0fswQX0ixqQw/tdWk3VDPWLY/NSUgOT0kfq7OtJcs8fUr1sLIwg==","signatures":[{"sig":"MEUCIHw/wcdLxxtrm8GL8mTLOQXJkL7U5n2oWpntizr8PeAkAiEA5R/itzHi1o+zQwngaDH+UHAT55RGyP4JdPN/37zweHc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\36e994c3-938a-4c66-a553-469c3e577469\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\36e994c3-938a-4c66-a553-469c3e577469\\azure-rest-purview-sharing-1.0.0-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z/CkldGH5i07Jk9cMYBGZ1f2aanR68Cwpzz0fswQX0ixqQw/tdWk3VDPWLY/NSUgOT0kfq7OtJcs8fUr1sLIwg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250421.1_1745302298629_0.1703937307267107","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250422.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250422.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f61acf3c2184648566c13aaf96232231501099cf","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250422.1.tgz","fileCount":186,"integrity":"sha512-TXpG7TQvKnl4fWt0IvZxGGqr1nJhzSMabHhZHlZarfBf4hO8HhSXh1F9G/Ee/kZ5LtnhLZj+BWR7dvFTLeEsjA==","signatures":[{"sig":"MEUCIG98WTMB14q6C5JaNTojmY7p0HdFGdOduu+Xh2epnibmAiEAycIwAeqAUdDHnN1KcL6GH0zMJ1fySOOXS2lKD/1YjMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4c0f0948-5d4d-4860-a00c-903be4fb82d8\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\4c0f0948-5d4d-4860-a00c-903be4fb82d8\\azure-rest-purview-sharing-1.0.0-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TXpG7TQvKnl4fWt0IvZxGGqr1nJhzSMabHhZHlZarfBf4hO8HhSXh1F9G/Ee/kZ5LtnhLZj+BWR7dvFTLeEsjA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250422.1_1745388514357_0.2305684566495838","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250423.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8fbf142861eb4de99377dad4f9e7e0dc2e0fac88","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250423.1.tgz","fileCount":186,"integrity":"sha512-8PU6S/nfmtHJFGoU3dgoe1zX2oh8brHWnGhpivP0XIj/QehpEz/dsDWpejIgJ0OiatW7TZLgsEt9ZdNw23mg7Q==","signatures":[{"sig":"MEYCIQCgim+wRS2TpaBa05mle6p1oQ6ZKj6Bd6KVqFb4FnlYyAIhAKsUzMP3qntLagdgvb4KAb8lwTS4uJUT8ROOvU+Rh+iL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c4e570ea-bc8b-4de5-81c9-d4d16d388bcf\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\c4e570ea-bc8b-4de5-81c9-d4d16d388bcf\\azure-rest-purview-sharing-1.0.0-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8PU6S/nfmtHJFGoU3dgoe1zX2oh8brHWnGhpivP0XIj/QehpEz/dsDWpejIgJ0OiatW7TZLgsEt9ZdNw23mg7Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250423.1_1745474975747_0.045496276620578646","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250424.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250424.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"56dd7f399cb5aac2096e5c7aa4238fc851718c1e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250424.1.tgz","fileCount":186,"integrity":"sha512-lMEStzbjNsXCAtC5Ai1WbIXLKEuJlCWxI+z7yK7RCUbeT0pd/1GaTodcAPs+uPu6B6inVa73SBluE7lyvG6TZg==","signatures":[{"sig":"MEUCIQD+sb5RLD6m1CLLt12iqDHi01dkwDd9r9cMmmddbBpGOAIgEpD+w9CsMCWW0aD3dw7WG9QPLQcWD4waUa0PALGQL/o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\367f1915-a688-4f62-89cc-0a6deb31c138\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\367f1915-a688-4f62-89cc-0a6deb31c138\\azure-rest-purview-sharing-1.0.0-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lMEStzbjNsXCAtC5Ai1WbIXLKEuJlCWxI+z7yK7RCUbeT0pd/1GaTodcAPs+uPu6B6inVa73SBluE7lyvG6TZg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250424.1_1745561252262_0.6531620680557477","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250425.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4855c597829ca010947da68d2756dc2e8c2cd88b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250425.1.tgz","fileCount":186,"integrity":"sha512-US/vy3ITnR0x63fLRsLo/f6hFtbc4B/Ot7ZYbrVJeF+S7e9Nef3AXgdfQIjzeAQMac/AO3r6Oje1q06DNLQprw==","signatures":[{"sig":"MEYCIQCAXmeCluuI4zyVO6CA9rK3fNwGkY/iCBWBH3qDHe7agQIhAPlpaBAyVJwlvPTsyH+Xww/ioHBzIS9q0HQKzWLRYDeT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2944ee1f-b3e0-4722-bf0a-e3bab6453852\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\2944ee1f-b3e0-4722-bf0a-e3bab6453852\\azure-rest-purview-sharing-1.0.0-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-US/vy3ITnR0x63fLRsLo/f6hFtbc4B/Ot7ZYbrVJeF+S7e9Nef3AXgdfQIjzeAQMac/AO3r6Oje1q06DNLQprw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250425.1_1745647721027_0.6888890509403596","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250428.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250428.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4fe473ebbbbffdf7c101ad0b75756bcbf973a2dd","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250428.1.tgz","fileCount":186,"integrity":"sha512-sjSF8Cv4wH0HJcrvMjJyxVpcPf1tYt4jA8ggSlWSojcdDikmg2ho5/GPfaK3C9Z6ZpQn33p3NFpsnNcCHu51Eg==","signatures":[{"sig":"MEYCIQDuqgcPvDvpuhl8IiLlqciUR+q8at/zXyN6CzYYLriVlwIhAMjxl3a+DSuBicRecMwCYs91jWJT7DYfRzsn9yk6/JTj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\2c318403-5fe4-4ebc-b07b-f6bebf1b2ab7\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\2c318403-5fe4-4ebc-b07b-f6bebf1b2ab7\\azure-rest-purview-sharing-1.0.0-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sjSF8Cv4wH0HJcrvMjJyxVpcPf1tYt4jA8ggSlWSojcdDikmg2ho5/GPfaK3C9Z6ZpQn33p3NFpsnNcCHu51Eg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250428.1_1745906952241_0.038844050225389726","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250429.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0702e79a24c2db287053c74fa0796fda079728bc","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250429.1.tgz","fileCount":186,"integrity":"sha512-o+tQr0tWilz+i3u6UJ/5gHpYIVAxehoeRwSTBm4cpZbH8PLnhY6PVpOomWtlhYCI5/j/bqZwVct/V4bVhXLhaA==","signatures":[{"sig":"MEUCIBQy3wxcrqmvZE9Am/iCT5bTNxvZ6CZPYpuLmCQivyQ+AiEA3yBPoflGgGd7NLocCsyor7mg4HN1/BjADP7p/pi+Sy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\e64964fc-d759-4423-8b0a-125459690795\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\e64964fc-d759-4423-8b0a-125459690795\\azure-rest-purview-sharing-1.0.0-alpha.20250429.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o+tQr0tWilz+i3u6UJ/5gHpYIVAxehoeRwSTBm4cpZbH8PLnhY6PVpOomWtlhYCI5/j/bqZwVct/V4bVhXLhaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250429.1_1745993258945_0.2454103288384588","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250430.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c10fe5997d692d1a1e22a6adcef4b6fccb4cd28","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250430.1.tgz","fileCount":186,"integrity":"sha512-LBM+qSXTMmWWwyUm9XilptPJL1Ue3cH01+ZtisN26FPNTfqczVbOGTIcxJC1b2XKF2+ZCBEvn8VhERSNgTr7zA==","signatures":[{"sig":"MEUCIQCr9gDiiDxHE9Z7R7zd6e7d6SjFZMz8eQn8uTDp0H3KrAIgQ41p1UjUExFIK6GB8wt+YBkCvmNY/V/BPjVRTNfhWVU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":919496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\fa6302db-e091-47ea-ae19-bdd002a515e5\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm 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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\fa6302db-e091-47ea-ae19-bdd002a515e5\\azure-rest-purview-sharing-1.0.0-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LBM+qSXTMmWWwyUm9XilptPJL1Ue3cH01+ZtisN26FPNTfqczVbOGTIcxJC1b2XKF2+ZCBEvn8VhERSNgTr7zA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250430.1_1746079605752_0.5575191171199503","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250506.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250506.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250506.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dda89916ffc423c8656a01af2d6b59a28b7dc92f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250506.1.tgz","fileCount":186,"integrity":"sha512-UdG7zXrJHr5RxxwiGAMzhF7uZPoCZuFfAG1g56YC3DmKCvr+vYEVyVyUPUL2eGheL8K4SjynVzmj3ZzNYOy9MQ==","signatures":[{"sig":"MEUCIQCfcjw1iFz+G6CQaiG1VEmJh01EHRbHy1qiYahctam6+wIgDMrq72aEiMnXF6jO7nIzeJ6va0oyNy/0Sv+2A/OoHP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\64345061-249c-41cb-a355-50ee61d982f6\\azure-rest-purview-sharing-1.0.0-alpha.20250506.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\64345061-249c-41cb-a355-50ee61d982f6\\azure-rest-purview-sharing-1.0.0-alpha.20250506.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UdG7zXrJHr5RxxwiGAMzhF7uZPoCZuFfAG1g56YC3DmKCvr+vYEVyVyUPUL2eGheL8K4SjynVzmj3ZzNYOy9MQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250506.1_1746598725565_0.5740122405832158","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250507.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c76c687f59ea0ef35e9d49de7286562be74e5058","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250507.1.tgz","fileCount":186,"integrity":"sha512-QmYeGhNJMJZDIEFOw//JZCJMqOA+bqtIQG9ElkWZm4Ea3WbgxDOrSuZ5YGNgqKiOfsbteg797ulF671dZNV4dg==","signatures":[{"sig":"MEYCIQD3JGDCYxvoV4Gw1KlPhTz3ImDF5voIw8hvfxnA7G+oYQIhANV9Jdhf6pc5CsCGkh4/OiwEGEeGafuULL2ZiyS1L+bX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\18f7a456-621d-4259-a544-e8b14c41c9f2\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\18f7a456-621d-4259-a544-e8b14c41c9f2\\azure-rest-purview-sharing-1.0.0-alpha.20250507.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QmYeGhNJMJZDIEFOw//JZCJMqOA+bqtIQG9ElkWZm4Ea3WbgxDOrSuZ5YGNgqKiOfsbteg797ulF671dZNV4dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250507.1_1746685423023_0.36605878698346195","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250509.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250509.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250509.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4b4fea0d59a8ef2284f313ba51cdf74796cfb5f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250509.1.tgz","fileCount":186,"integrity":"sha512-n13oYqBeaiLlpcFMoq57s1wIcnuEaIYJWc7/ew8JyLAdogjSXy+JNs5U8FnFEgUsxyx2SLnwbCWE85oTyRlyTw==","signatures":[{"sig":"MEQCICNjcRBmELEJUq4ZXE0zrevcL0rFvQEz1GplspdCz0izAiA+F7yHEwh9GNfb9nTwBmf0MLAYaL6JHI7FFu53WnW8jg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\31d45ed9-e900-4fe9-8a32-a7c008f44fe5\\azure-rest-purview-sharing-1.0.0-alpha.20250509.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\31d45ed9-e900-4fe9-8a32-a7c008f44fe5\\azure-rest-purview-sharing-1.0.0-alpha.20250509.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n13oYqBeaiLlpcFMoq57s1wIcnuEaIYJWc7/ew8JyLAdogjSXy+JNs5U8FnFEgUsxyx2SLnwbCWE85oTyRlyTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250509.1_1746859347221_0.24583791505497476","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250512.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250512.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35ed3b6c7a7ecb2f959456343a7bca750b047a16","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250512.1.tgz","fileCount":186,"integrity":"sha512-53LUe5e5Lh+QEfghbVKbjOHUI6adfmj6N4ZF3ZkEl1OkB2fPeX+xryYjCpJlPvGG384oU9zVrb2WCHAfPVLhhA==","signatures":[{"sig":"MEUCIC0P1zZrEZp0SAKq0BAaGQMHG+m9KRcy9zAGgHJp3HPnAiEA2UFGJWxjCS04YFnDw9crwSYNYk6fcEJAPPdzyMGK5jc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\1c9319a6-fd61-479f-ad67-44b934f8a37f\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1c9319a6-fd61-479f-ad67-44b934f8a37f\\azure-rest-purview-sharing-1.0.0-alpha.20250512.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-53LUe5e5Lh+QEfghbVKbjOHUI6adfmj6N4ZF3ZkEl1OkB2fPeX+xryYjCpJlPvGG384oU9zVrb2WCHAfPVLhhA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250512.1_1747116441375_0.013593027546284997","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250513.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc96a6f8f0b834df5dea1d4bd5e831421dc13357","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250513.1.tgz","fileCount":186,"integrity":"sha512-ZB5lkNnFUdk2k5hrug8mbaGjZfCN5j4ztdMGp0Osh96I1qjubeMdN+5vVc6dGKVFiqDwN9h8/PB3ZbMZIAKcJA==","signatures":[{"sig":"MEUCIQD7C8TXFBW5sKysZfVAevPuB4W/sYz31jqZ767t/yEn8wIgI/bsy7P5hlnhuNAtKzuNeubDyFBssCAdNd3SOEATI7w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\c152a6a3-a76c-4334-8f30-55774328d9b4\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\c152a6a3-a76c-4334-8f30-55774328d9b4\\azure-rest-purview-sharing-1.0.0-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZB5lkNnFUdk2k5hrug8mbaGjZfCN5j4ztdMGp0Osh96I1qjubeMdN+5vVc6dGKVFiqDwN9h8/PB3ZbMZIAKcJA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250513.1_1747202967212_0.7233346419213376","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250514.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250514.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9adeba7d9ae55b16f796f788eb0556e552932b9f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250514.1.tgz","fileCount":186,"integrity":"sha512-iLP/HLYPoPFIVHFa8l6P2NS/JqSVvaKRn71dBCRXSKjc/z02vpgAHUcFMZ+ZHN6nzvMPIvWTgXtN6Y7/5Ges7A==","signatures":[{"sig":"MEUCIQCUtMUKNK0XJ8UOfWuFH+UAXWtKsPEgE35AxglkFhbiZQIgYSOKVj04F2JuBGeaQqEnHTxtN4Twl25oyGnQ2jvvlm4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\e9a95cff-a217-492c-904b-e824409f3199\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\e9a95cff-a217-492c-904b-e824409f3199\\azure-rest-purview-sharing-1.0.0-alpha.20250514.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iLP/HLYPoPFIVHFa8l6P2NS/JqSVvaKRn71dBCRXSKjc/z02vpgAHUcFMZ+ZHN6nzvMPIvWTgXtN6Y7/5Ges7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250514.1_1747289298035_0.9123582449301224","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250515.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250515.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43fd464e6d4d7469d6c873c8cedee675ab7ab19a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250515.1.tgz","fileCount":186,"integrity":"sha512-FMn4pT8YIKi0FN1wZIGpjwQzoL7BV59c38sSIDti9uybZY4zMNX7LMOOX2/4YPSPJSxK90L1u0+3j3/lP8v1ZQ==","signatures":[{"sig":"MEUCIQC4dHwFGc+QcI15tqfXtxvYTULXPjh+sQ8q1Hg+QPSIHAIgKb3xjpsC1sJf1UF7WDfnGbV8q44Pzj48HS+NzPQy/7k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\416f5f9f-691a-4b16-9007-8e596c6173e3\\azure-rest-purview-sharing-1.0.0-alpha.20250515.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\416f5f9f-691a-4b16-9007-8e596c6173e3\\azure-rest-purview-sharing-1.0.0-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FMn4pT8YIKi0FN1wZIGpjwQzoL7BV59c38sSIDti9uybZY4zMNX7LMOOX2/4YPSPJSxK90L1u0+3j3/lP8v1ZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250515.1_1747375805831_0.36043657425803954","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250516.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc0dd97a7bdb75b8ce7a545a7d78cf9b50873862","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250516.1.tgz","fileCount":186,"integrity":"sha512-+d3ILA89Vhcs/v0YEx2iFAa7MaOWkpO6w5jCKw/eoFsSS2+z84dHtOWoF1XZc4jDfz63xazrw5xCm02Hq5k8Aw==","signatures":[{"sig":"MEYCIQC3w+eIco5JX8xq3vcCNScPcR1CDT8oR1dutLAtpLvo0wIhANupNQrwOn6C5++nzQMyYbmyBJIqDV+/n9TZuzk0ysas","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3aa594be-a730-4f46-bc77-4ecbf521184c\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\3aa594be-a730-4f46-bc77-4ecbf521184c\\azure-rest-purview-sharing-1.0.0-alpha.20250516.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+d3ILA89Vhcs/v0YEx2iFAa7MaOWkpO6w5jCKw/eoFsSS2+z84dHtOWoF1XZc4jDfz63xazrw5xCm02Hq5k8Aw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250516.1_1747462268643_0.3124729871821661","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250519.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250519.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34d4b734c54d1c4de2db0620326dfbe39cc68432","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250519.1.tgz","fileCount":186,"integrity":"sha512-p2FOC3cf+9WnQgE4YP48MZZpIiwPWI1kVKOO4ENWd+7DdX+/NyMc150fesJ2dTbm/F27OXZzdYVZvWybqSVq/A==","signatures":[{"sig":"MEUCIQCykjrPMtosfdhXgMsjfuqcAyH9tyBOtGa9g4FsjOmnyAIgGdFLwQJEHpfo/5p6LGamuAAUDzCz+MAfpwxzdiAIpVA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d6dbf43b-43f2-46df-8663-691f0644a721\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\d6dbf43b-43f2-46df-8663-691f0644a721\\azure-rest-purview-sharing-1.0.0-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p2FOC3cf+9WnQgE4YP48MZZpIiwPWI1kVKOO4ENWd+7DdX+/NyMc150fesJ2dTbm/F27OXZzdYVZvWybqSVq/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250519.1_1747721560185_0.45294579714615857","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250520.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc0b361691b2eaff66494b896c7ecab630d11c93","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250520.1.tgz","fileCount":186,"integrity":"sha512-xxXqejEJC2GahlytfnZDgcyCKjWDS4ZPhcxsCU8WFEfJ+bJ9Kaxdl2QJYi8gNoELD4IKREX1zHJTSrincK/JJw==","signatures":[{"sig":"MEUCID8aV29ulXnG9Spt0t3qTmdG6+H9u2dg5K2beVXNcco9AiEAjfO3mRMojwxeJuryvmt3Bg/lp8qdIud1m9p7PHxMKMc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a233cac3-b51f-4ddb-a0b7-c228fb0bf307\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\a233cac3-b51f-4ddb-a0b7-c228fb0bf307\\azure-rest-purview-sharing-1.0.0-alpha.20250520.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xxXqejEJC2GahlytfnZDgcyCKjWDS4ZPhcxsCU8WFEfJ+bJ9Kaxdl2QJYi8gNoELD4IKREX1zHJTSrincK/JJw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250520.1_1747807755372_0.28019781367360874","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250521.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b168153dc8439907e244f7a339f52c5cb7a652a4","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250521.1.tgz","fileCount":186,"integrity":"sha512-D6OesifjYODuqw9dESiTynxLxJIiiSyUgxKgRwqCI7MtrkDH3UpAWsRlT5lVyqQ5MZ9KFVyJ5RWUz1a/EcRdww==","signatures":[{"sig":"MEQCIE022SJpk4C/GKVOz4b54M6NDGXiFMkMGD8oBDOqVaTnAiAOsMUBq/ellDUn/5tY+tVpbyNVKmNEH1FVx83jT6KNEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\2d7be982-5582-4c3a-8b38-b37eff4c8a61\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2d7be982-5582-4c3a-8b38-b37eff4c8a61\\azure-rest-purview-sharing-1.0.0-alpha.20250521.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D6OesifjYODuqw9dESiTynxLxJIiiSyUgxKgRwqCI7MtrkDH3UpAWsRlT5lVyqQ5MZ9KFVyJ5RWUz1a/EcRdww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250521.1_1747894036671_0.18764544381349801","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250522.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f3b6ba08ea0e84d8a343e0eab2249ca2d4c3f8d","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250522.1.tgz","fileCount":186,"integrity":"sha512-eR/2BJ2qILVvamvFre7i+Itkckamp54XZpi+mkqcD0IDQ+L3UIBzGml50nkBqLSpKNyOrntzsGWr6Q/KF8zJlg==","signatures":[{"sig":"MEUCIQDvKtRLpcMSVL3jsOi+5mYotUyFAsgozhMp5y/M/mpS0QIgGa6JZTn0GcEuUKE9B8F8Oh6kZIvuFqNqRQ2Rft17Z1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\c704a056-6782-480a-a5c6-6e4550e41542\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\c704a056-6782-480a-a5c6-6e4550e41542\\azure-rest-purview-sharing-1.0.0-alpha.20250522.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eR/2BJ2qILVvamvFre7i+Itkckamp54XZpi+mkqcD0IDQ+L3UIBzGml50nkBqLSpKNyOrntzsGWr6Q/KF8zJlg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250522.1_1747980530646_0.6396967944486933","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250523.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d97019a74d96279955d215c9188b570c68f1f3a8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250523.1.tgz","fileCount":186,"integrity":"sha512-rHkTYiKChK8ael48dozHnogMaAf8E1zFAiydY9MsROcgEGtUc1yVrw9Jk5eUdxC5d0pyzBnGjCRTofc3HkX1EQ==","signatures":[{"sig":"MEYCIQDzDakFwNiDEGSm3UzqBYrRTXHGb3F+byKvaQbJrqresAIhAJvzvxBvq0mk909tQ18qVOHswejCIZX59sec4tgWxtm2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\19aa6df1-6149-4f67-b70a-0a0cef98278a\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\19aa6df1-6149-4f67-b70a-0a0cef98278a\\azure-rest-purview-sharing-1.0.0-alpha.20250523.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rHkTYiKChK8ael48dozHnogMaAf8E1zFAiydY9MsROcgEGtUc1yVrw9Jk5eUdxC5d0pyzBnGjCRTofc3HkX1EQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250523.1_1748066951959_0.008012075471110824","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250526.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250526.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"578d1781ae0d16c45d9ee9cf14cfa6fb16be2e7e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250526.1.tgz","fileCount":186,"integrity":"sha512-qxqyOuvW2yIU5wyZirxUCrkd2FcreiQN46+AODfrCWF00Fmgkk/272xh7BWEH3OqdfQEdz8XFjdP7U3xmKTkqg==","signatures":[{"sig":"MEYCIQC3zgJVpSufuIii5uL+pjI27YZ2BeKRnsjrQDvPYLfAswIhAOEd9UzhkADTVSBCLKTW74N5jXCCzNuZ5xDJcrKbL3am","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca4dbe93-71be-4eab-948d-33520b252642\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\ca4dbe93-71be-4eab-948d-33520b252642\\azure-rest-purview-sharing-1.0.0-alpha.20250526.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qxqyOuvW2yIU5wyZirxUCrkd2FcreiQN46+AODfrCWF00Fmgkk/272xh7BWEH3OqdfQEdz8XFjdP7U3xmKTkqg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250526.1_1748326176961_0.5125802565421573","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250527.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"71911e54f41e8ff5bde8ecf59c775d0af64fb650","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250527.1.tgz","fileCount":186,"integrity":"sha512-x5ss7nwsicvGhiIYxjQIHpjg6Rwz5yB0z+G0BcPPrs4uxdg40hwKQmuHhdgCORSu+Q0A1IjKG4sfUnyFxhbNsw==","signatures":[{"sig":"MEQCIGjen+EdzZfLUH3Y02scBAiWmsJwC2L97jg8o6oHYVtAAiAqFcmK+FUv3dP7oBoh4NtYsV3PIcG+RrOitxXa8aBG7A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\f92ae153-0557-46f6-97a0-a82dcead7040\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f92ae153-0557-46f6-97a0-a82dcead7040\\azure-rest-purview-sharing-1.0.0-alpha.20250527.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x5ss7nwsicvGhiIYxjQIHpjg6Rwz5yB0z+G0BcPPrs4uxdg40hwKQmuHhdgCORSu+Q0A1IjKG4sfUnyFxhbNsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250527.1_1748412544963_0.44381881922628086","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250528.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5e024d8bfefbe70dac67f4cd07288725bb8d792","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250528.1.tgz","fileCount":186,"integrity":"sha512-bzHw8UzAB3AzGL3MdklkwOjZ6Gk+vpQKk3IoooWymBnHF9D2/xnXM3+50IsIiZ5CCg3T10xtds0aOSnUyc6qkw==","signatures":[{"sig":"MEYCIQDCsLPNMr2C/DkXJ9Klj0I625OZnZd/nH8p4YhOJRqJwwIhAJR9hJIdR0dw0Q6Y2D8PHWTQ2c9nn7qhJQOFKFRgFA2c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b6a1017f-b757-4d81-a6ac-cc96e796d231\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\b6a1017f-b757-4d81-a6ac-cc96e796d231\\azure-rest-purview-sharing-1.0.0-alpha.20250528.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bzHw8UzAB3AzGL3MdklkwOjZ6Gk+vpQKk3IoooWymBnHF9D2/xnXM3+50IsIiZ5CCg3T10xtds0aOSnUyc6qkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250528.1_1748502579365_0.6567162332260987","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250529.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250529.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"150a37062d5dd14e66f4156d0e49dd0aa1b0ccbf","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250529.1.tgz","fileCount":186,"integrity":"sha512-pXYpu3fgeoffklGjMUZb9klcxpKfEUxZ2X/ZW5kiX0eXcvpdhZ9waggQZFn+TWLFxmv/qFw1xrSEkXZMOLpsOQ==","signatures":[{"sig":"MEQCIDBM2UjNhqMjTcBWlNN+6rURNXln8BBlNnRKOD/eECNZAiAQbSvk3ohliYgGmwXzP/7PWV2iJ3LoLzX9729npJ932w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\cc1963f0-71df-4141-8b5d-e9ae9c51b085\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\cc1963f0-71df-4141-8b5d-e9ae9c51b085\\azure-rest-purview-sharing-1.0.0-alpha.20250529.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pXYpu3fgeoffklGjMUZb9klcxpKfEUxZ2X/ZW5kiX0eXcvpdhZ9waggQZFn+TWLFxmv/qFw1xrSEkXZMOLpsOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250529.1_1748585594134_0.0031578863250361078","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250530.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d146fdff0c8322ab42d26772dc69425c4d396bd6","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250530.1.tgz","fileCount":186,"integrity":"sha512-yibygmq+Racy6ipO42Cr2gI3RW1POqGAVPqVb88VLCL7eZCTQh4MbZxVxz/fpaHwb1iEvsNWpYk01lg7Q7Z1xw==","signatures":[{"sig":"MEUCIEQLNND8ee0iYM98Z96lf6CoUnS0WtPLkLGL2I+X6igEAiEAyaRWKk/HL/CQDyggwgDpvuu7ZqfKqyejF2xV8zW/gvI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\794c837a-6b05-4402-beec-f24676936713\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\794c837a-6b05-4402-beec-f24676936713\\azure-rest-purview-sharing-1.0.0-alpha.20250530.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yibygmq+Racy6ipO42Cr2gI3RW1POqGAVPqVb88VLCL7eZCTQh4MbZxVxz/fpaHwb1iEvsNWpYk01lg7Q7Z1xw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250530.1_1748671456691_0.5634064220231318","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250602.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250602.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"28e90ef79b194c98195828a85c7ccb6585843ca0","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250602.1.tgz","fileCount":186,"integrity":"sha512-m1zcwsLocrHhd48v12dDBJkKOl8fAEKcpi/d0zb1kXd3t0Fwj52nW4ge/EN1R8RPFfkmwJHqRpQW23npTA+Jrg==","signatures":[{"sig":"MEUCIQDOlgqsvxHb0xTutWWi0+fKZHcNg5U06p5csLkI+PM4lwIgEF0AwwRhbOdA9dCgbzLheqDu76hfqrKMf8M2Et2gji0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\895edcf3-ef69-4f5a-bfdd-dc1b84ee751a\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\895edcf3-ef69-4f5a-bfdd-dc1b84ee751a\\azure-rest-purview-sharing-1.0.0-alpha.20250602.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m1zcwsLocrHhd48v12dDBJkKOl8fAEKcpi/d0zb1kXd3t0Fwj52nW4ge/EN1R8RPFfkmwJHqRpQW23npTA+Jrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250602.1_1748930887470_0.021807313693876784","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250603.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0c51c9685e1450476f9d505f5197fad651610b70","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250603.1.tgz","fileCount":186,"integrity":"sha512-6r+RuuY7w5Q+qLeaArgG7Vjs6/vJJIm8NGVKMo1aOJzg5PzqRl9ZVoxHlSeEGVZ2Dqnbp58qYT1Faz0TUxAwKA==","signatures":[{"sig":"MEUCIQCUu1aR+SEabAFDOFCZVVk1et1W4BioGHn1DJa/Maq9KQIgGYRBoa+uS7Xh094aYu0TjzOhgOB4UmYI8RsXkUy6vpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2014e7e7-20b7-4d52-9448-97fafa8d381b\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2014e7e7-20b7-4d52-9448-97fafa8d381b\\azure-rest-purview-sharing-1.0.0-alpha.20250603.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6r+RuuY7w5Q+qLeaArgG7Vjs6/vJJIm8NGVKMo1aOJzg5PzqRl9ZVoxHlSeEGVZ2Dqnbp58qYT1Faz0TUxAwKA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250603.1_1749018309129_0.5148493761851896","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250604.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39620bc63879b54423338ebe0a2ac11a231009f2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250604.1.tgz","fileCount":186,"integrity":"sha512-gNPKGzBrC+ZeKYRZRTnQ/YtpnycLMZLy6kkATVAYTvIo7te4eDB1xUux1JmZaCRFEMUDLbndJhnxHJNP71Y8iQ==","signatures":[{"sig":"MEUCIQCbnXxExabEUb7hjt1BsHum1Tgvznlswut19gnJXwpQnwIgB5z0ItYjK07HEqxmmTBtG4uDuyLoUrXIn6fOMGa76vw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a35e1e74-9851-4832-bd47-787f8d2459ae\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\a35e1e74-9851-4832-bd47-787f8d2459ae\\azure-rest-purview-sharing-1.0.0-alpha.20250604.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gNPKGzBrC+ZeKYRZRTnQ/YtpnycLMZLy6kkATVAYTvIo7te4eDB1xUux1JmZaCRFEMUDLbndJhnxHJNP71Y8iQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250604.1_1749103751077_0.5628137846350498","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250605.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"49ee35a8c1fb69c84f1cac573c1751818ce5cd4b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250605.1.tgz","fileCount":186,"integrity":"sha512-af3n0bnT1nGbC3461XgyXpaJHLI7NTBKs6Zg0FhP+vqK42s0UUA/LPnPhyV6WMC6OycKKfoObyZybNP34J5rmA==","signatures":[{"sig":"MEUCIQDhzLxjUIxwtcuBFcOSPgNw4kLp09YaTvIUNIRRzPntdQIgBMyG0amLVjNUY8JTMqa0hxss5kg27FMyTzFxsHyeuk4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a2144517-c1f8-4b8d-8ca8-087923d92a6d\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\a2144517-c1f8-4b8d-8ca8-087923d92a6d\\azure-rest-purview-sharing-1.0.0-alpha.20250605.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-af3n0bnT1nGbC3461XgyXpaJHLI7NTBKs6Zg0FhP+vqK42s0UUA/LPnPhyV6WMC6OycKKfoObyZybNP34J5rmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250605.1_1749190128918_0.2561352687676475","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250606.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a0d3c60b03391e4ab1c857f7b138e58111d9bca","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250606.1.tgz","fileCount":186,"integrity":"sha512-rGecezuXPJBHkZE4j7iyOK4vTDB/VD7Sva88OJF4970bpwjf0tLE/qIhYBQwpKKKz7s2MiCzdsbG+h34DpDwYw==","signatures":[{"sig":"MEUCIQCJHMUfzYTH02+6Izwm1eGEC/XUIa7l3QGpAj1m90InUAIgX58JBWpg9f/ZiUH0myrdvAuP3fIK2CCPz8LaHeZqLjQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\85be0e51-584c-4f7f-b9ab-257bdcd2f55f\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\85be0e51-584c-4f7f-b9ab-257bdcd2f55f\\azure-rest-purview-sharing-1.0.0-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rGecezuXPJBHkZE4j7iyOK4vTDB/VD7Sva88OJF4970bpwjf0tLE/qIhYBQwpKKKz7s2MiCzdsbG+h34DpDwYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250606.1_1749276571442_0.006319091953167488","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250610.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"26849608b987a26af11ec3b6dcbf9ea37a0fff11","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250610.1.tgz","fileCount":186,"integrity":"sha512-jIG2/OF8EDEJjRtjrAca55VesAPhKYBu95QQn0YbscRXpM5VVU6Z7KsDf/9s+rQFNqyAuL8okmt6MK4rpFp6bw==","signatures":[{"sig":"MEQCIAs2aocqaa60iOaAzOPfN0JpYeCun9xW5uNP+0M5O8NrAiAZVw0HYSYhYBWSHn1AVaRVdpfa/d5RONcm2kUhh/CI0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\056f44af-92ad-4e26-8bf4-b562a9b0a547\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\056f44af-92ad-4e26-8bf4-b562a9b0a547\\azure-rest-purview-sharing-1.0.0-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jIG2/OF8EDEJjRtjrAca55VesAPhKYBu95QQn0YbscRXpM5VVU6Z7KsDf/9s+rQFNqyAuL8okmt6MK4rpFp6bw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250610.1_1749622251171_0.787898090414545","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250611.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a34cdede750b1f6efc6ea37cd160b48bcf68f6e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250611.1.tgz","fileCount":186,"integrity":"sha512-9sZtomGDdz7d9zT+R+IaFGGMAhoq2Qb5Hk/ImsJIxftQujVHIb37YHaovPFECFhoafh57SqjT9WU+xMEBdkbnQ==","signatures":[{"sig":"MEUCIHRSfkuzq0SlREJ1jmGYpA+UqLh+ZlA11M0YhbMW+g/sAiEAqQNauY1dIVbsnQEAV/bPvvOEJb6J9JOxSTdkHf1KfaU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\82724b87-c85b-4068-9e83-4b5407447483\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\82724b87-c85b-4068-9e83-4b5407447483\\azure-rest-purview-sharing-1.0.0-alpha.20250611.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9sZtomGDdz7d9zT+R+IaFGGMAhoq2Qb5Hk/ImsJIxftQujVHIb37YHaovPFECFhoafh57SqjT9WU+xMEBdkbnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250611.1_1749708665743_0.7110565995204794","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250612.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6995eb93294cc1d6414d8027a2d6f974d408abf0","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250612.1.tgz","fileCount":186,"integrity":"sha512-qJBm59WidUZao+d30AVi9pdqXZGlaSC9rmJSPp9qK9gLcyfC5qZ10gvf/nvcaS+vrVlCbPqSRalPl/BKcdZP5w==","signatures":[{"sig":"MEYCIQDxBzsdugLkRZM3y/eT0V3Tctjhz21Ajrlyra/xbGfG0AIhAOmzxumdbmGgTxe2nV7/hi6wAic5q9Jw8Yc8Jv6uHFHI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7dac8d7e-304b-44ee-9a48-69ebc725d79c\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\7dac8d7e-304b-44ee-9a48-69ebc725d79c\\azure-rest-purview-sharing-1.0.0-alpha.20250612.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qJBm59WidUZao+d30AVi9pdqXZGlaSC9rmJSPp9qK9gLcyfC5qZ10gvf/nvcaS+vrVlCbPqSRalPl/BKcdZP5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250612.1_1749794882952_0.4694514948016364","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250616.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250616.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250616.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5898936a99cb46ed67d5eda4a73388a99176bdc0","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250616.1.tgz","fileCount":186,"integrity":"sha512-rUIjfONLf+p/rEEsYUtuug6mUFNCFLIdgOggGt9XgWusrZL4XR/ejZnamN1esnUHxRiEvaFQpDb6XiAP7hNEAw==","signatures":[{"sig":"MEUCIEbIpAi8uyO/uFZ5DX6jmJN+OKZYxV4ZA1k7HoCuPpVtAiEAz1kWHZ1My+fEAzaZDFNQ0eQstVneA0rnNvih1gDEktA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918949},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\06b8e654-9fbf-4490-8aa4-d131f3ce1a07\\azure-rest-purview-sharing-1.0.0-alpha.20250616.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\06b8e654-9fbf-4490-8aa4-d131f3ce1a07\\azure-rest-purview-sharing-1.0.0-alpha.20250616.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rUIjfONLf+p/rEEsYUtuug6mUFNCFLIdgOggGt9XgWusrZL4XR/ejZnamN1esnUHxRiEvaFQpDb6XiAP7hNEAw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250616.1_1750140449045_0.7237700298996057","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250617.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250617.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c90001d424d9846797b8103b1c5571f57e532ef8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250617.1.tgz","fileCount":186,"integrity":"sha512-kIRSRK8zQsK666cGMFndlhWqjcyKcHyXzaNk9Qeyjuvwl6JkVvx2n8fck5UWqCvQep9PURDvUw/10gTQmx51KA==","signatures":[{"sig":"MEUCIAmeL1TT/+TbpaXoRNmi+wqCXAVCZJoEQm9tFmq+6VZnAiEAr7rqx1U0becq497Z7A70W490G0DFuhAMKYGxlA44MqA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918911},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a269613b-72a2-4daf-a447-fe44cf2f8bf3\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\a269613b-72a2-4daf-a447-fe44cf2f8bf3\\azure-rest-purview-sharing-1.0.0-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kIRSRK8zQsK666cGMFndlhWqjcyKcHyXzaNk9Qeyjuvwl6JkVvx2n8fck5UWqCvQep9PURDvUw/10gTQmx51KA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250617.1_1750226913470_0.8802651536375545","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250618.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f6a4a26f140c9accd0d104302f43d450e747731","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250618.1.tgz","fileCount":186,"integrity":"sha512-9zc4R30+UnYIyFLzVmEtF9aIBMypYlYpQpCIt+EEpTJtBsI3ze4/g480pzXBshqO2pg4BZCmN8uhubzLLWg26Q==","signatures":[{"sig":"MEQCIBblMggZE7JbVVEkJBoobRdLi3toW+NyVbE8+qo2LyR8AiB1yj+o9z1uPEjiwBAVSlmcIZP5mG2ANOVsNd326KTvOA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918911},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\8357e684-bf88-45f4-9526-a5ed5eb51442\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\8357e684-bf88-45f4-9526-a5ed5eb51442\\azure-rest-purview-sharing-1.0.0-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9zc4R30+UnYIyFLzVmEtF9aIBMypYlYpQpCIt+EEpTJtBsI3ze4/g480pzXBshqO2pg4BZCmN8uhubzLLWg26Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250618.1_1750314864729_0.3404823868596416","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250619.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b68c4d797d05f5074cbd93c4131d673bac706d0b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250619.1.tgz","fileCount":186,"integrity":"sha512-5jjxZV/2ujGz4QL50flB2ijRH/ydCkBxtyzrGGmjoMjIJ+JheLWE8NtbA4XK04hDdSuXdTzs4RJv1E36b/Q+NQ==","signatures":[{"sig":"MEYCIQD+sLWa7cM9W6als/l4q0rf301yrLWS6IwAbb9KdeiDpQIhAMl3vUOwUY43+salavYDFmRBAPBBBtUpw64Z66/mdCQ1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":918911},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6b584ed1-b26e-4480-9b0a-dedf355c3f77\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","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\\6b584ed1-b26e-4480-9b0a-dedf355c3f77\\azure-rest-purview-sharing-1.0.0-alpha.20250619.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5jjxZV/2ujGz4QL50flB2ijRH/ydCkBxtyzrGGmjoMjIJ+JheLWE8NtbA4XK04hDdSuXdTzs4RJv1E36b/Q+NQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250619.1_1750399639727_0.19193095824923656","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250717.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250717.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250717.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"426d3f31fa89442f918f77f92b48e814957259ea","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250717.1.tgz","fileCount":186,"integrity":"sha512-TpxHFDyESWyk86V4LvpoXouU4G2ZbwtfyWQzZn0wc5hMYMqP7HJU/UGeWMNyQ5ExpHdv4DcIZsh1QK7VkybtIg==","signatures":[{"sig":"MEUCIH6Dvy7AyxoNLeFurwxSEslQi5oywqrrWQI/L2UK77zrAiEAvnyF9ncqH0kwejsT2YgPDJwmJGSWr0jMaBpI6cxbuJ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":920249},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\61dfd9ec-f4a4-49ce-9366-a307835ea3cf\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250717.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\61dfd9ec-f4a4-49ce-9366-a307835ea3cf\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250717.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TpxHFDyESWyk86V4LvpoXouU4G2ZbwtfyWQzZn0wc5hMYMqP7HJU/UGeWMNyQ5ExpHdv4DcIZsh1QK7VkybtIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250717.1_1752818541777_0.6945715455159831","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250718.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250718.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250718.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12dd92c65806495ffb6369be6636bc50ea8a2824","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250718.2.tgz","fileCount":186,"integrity":"sha512-Xl3KJGa1auqVc+k2uXIG43f0rajldqZb++r9e5WaZeG3hJe1XPOKpddYqyCH9TtswH+RcXt6No7LwCfY0Iul6A==","signatures":[{"sig":"MEYCIQDzDwpUPGkuVD9PCs779p2uUcWfBzY3vQXtDRhS/gw9TwIhAJUZyLWSyubju+bfPaIlKgZzIT+R8dOqlX3ohzbzy3mC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904253},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3027e57c-a959-4bf1-8abd-31f4af89d513\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250718.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\3027e57c-a959-4bf1-8abd-31f4af89d513\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250718.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Xl3KJGa1auqVc+k2uXIG43f0rajldqZb++r9e5WaZeG3hJe1XPOKpddYqyCH9TtswH+RcXt6No7LwCfY0Iul6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250718.2_1752904970521_0.23317887899914957","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250729.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250729.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"577bd498cde13efb9b2c641042afafad4186a2d9","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250729.1.tgz","fileCount":186,"integrity":"sha512-hJw8w63bQJRM3wnmDiWGI0jqiSaUAgBze4vhXJN0lfoJYJ/slkY/B1e3AOp1gtIDXpDs0jilVNGXpylgHEFsSQ==","signatures":[{"sig":"MEUCIQCYjLViib55HUikuGqzz4hCCDxbY1Y7gT1XYp2ychH+zwIgDMjshIhXORcGAx0yzsDlMTclwoMbMLdP///O7D556KQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904253},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\17e21318-befe-4b0b-907c-6245ff6c4f9f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\17e21318-befe-4b0b-907c-6245ff6c4f9f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250729.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hJw8w63bQJRM3wnmDiWGI0jqiSaUAgBze4vhXJN0lfoJYJ/slkY/B1e3AOp1gtIDXpDs0jilVNGXpylgHEFsSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250729.1_1753855465037_0.3379424310806889","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250804.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250804.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df65b3cfafa47ab53994edca9a61262b3500e982","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250804.1.tgz","fileCount":186,"integrity":"sha512-zNFnheZsVeiTHFIwqwrU/iCE0bPBrEQR/7W+eDPixpwZ+d7EZ88HoJBjwMO3yHjlVX1hy3954TOwdA7KHcUdAQ==","signatures":[{"sig":"MEQCIBcRsKmxDJ0W+nIQmbKz/6Homh5eVHdIQ3nLpgfU5IxoAiA+l5yiRGGzprXsY6NXzgRJPHZQ4YYdexQGqU0h5ubD5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904254},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\318975e9-ef2d-408c-9ab3-7a446e6b75ca\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\318975e9-ef2d-408c-9ab3-7a446e6b75ca\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250804.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zNFnheZsVeiTHFIwqwrU/iCE0bPBrEQR/7W+eDPixpwZ+d7EZ88HoJBjwMO3yHjlVX1hy3954TOwdA7KHcUdAQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","eslint":"^9.9.0","vitest":"^3.0.9","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250804.1_1754373812634_0.2950174879894474","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.4":{"name":"@azure-rest/purview-sharing","version":"1.0.0-beta.4","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-beta.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b40394673bfa3c8a104a322e5f81aa30bbe46442","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-beta.4.tgz","fileCount":186,"integrity":"sha512-Fnac9P3xD3VpYBVR+jyg9RVXgYlu00MJprsC+3KkbGVL1LnpJzAo/rXIsf330T7nx6uRQHEVYrpBuH51UfR9sQ==","signatures":[{"sig":"MEQCIBYF/J/U6nmdl6Rmse9/ljpgNuHiywd1PjFfCW/ZBHyyAiBLtBV7SNnn25VyWtwNAtlrNxPQN6uO5/Y8NFUexT8qxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\0b577850-9dc1-4d62-9fa4-edebfdce8668\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-beta.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\0b577850-9dc1-4d62-9fa4-edebfdce8668\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-beta.4.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Fnac9P3xD3VpYBVR+jyg9RVXgYlu00MJprsC+3KkbGVL1LnpJzAo/rXIsf330T7nx6uRQHEVYrpBuH51UfR9sQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-beta.4_1755845558873_0.140936817290638","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250822.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250822.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f30dd3c73d3dbb04f3afc68ded5d58d47b62b2d8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250822.1.tgz","fileCount":186,"integrity":"sha512-L/vU4vCcHHSCE9x0vzFK+pmmVMs0Wo58nUh/fyZDncvwGvoXMpQ1PQaca15bz1oWU9h5key2lDy4ebNtfCEWMg==","signatures":[{"sig":"MEUCIEz50DLj3xnIKU/5bb15pJSUmNJBg5jVeE5lW3rPtic6AiEAkoIKBSt9m5oNoWqQkZxbl/2YWFyKQuZQ0EWMbo9PQ2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bc4f33aa-6e01-4630-8ea6-52247f5b7ed8\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\bc4f33aa-6e01-4630-8ea6-52247f5b7ed8\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250822.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L/vU4vCcHHSCE9x0vzFK+pmmVMs0Wo58nUh/fyZDncvwGvoXMpQ1PQaca15bz1oWU9h5key2lDy4ebNtfCEWMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250822.1_1755929707378_0.1071272180221714","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250825.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250825.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd85c86ee754cac636aaf222acd90033fed89577","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250825.1.tgz","fileCount":186,"integrity":"sha512-q4iHK9IYPmie5A1MJlKSDTGtTL0mNI+2/LCKP+yqZmUI1VnPcpQXBw12Vs6TOlM1rfNrgbWSzIE7SxKkaIBioQ==","signatures":[{"sig":"MEYCIQDpzgVXB57p2kflLFWuWdrVUD/VDGSAf0jJjVulcDhEDwIhAPD7fMtmIMPPywXp5jYxBko4P+Mmm6gc9G+z1noNR5yY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93cbda09-bfbe-4845-8d42-09871f551659\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\93cbda09-bfbe-4845-8d42-09871f551659\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250825.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q4iHK9IYPmie5A1MJlKSDTGtTL0mNI+2/LCKP+yqZmUI1VnPcpQXBw12Vs6TOlM1rfNrgbWSzIE7SxKkaIBioQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250825.1_1756188568560_0.29167551362229216","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250826.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ad1ac6920736b6cad41c2821518b71190280f49","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250826.1.tgz","fileCount":186,"integrity":"sha512-ugVzyPkJMxacp847wWfjNe3DWTuRCzz17xgYhUFW0m6IXolLR+Xgvf5+OdWtYm0p4BEWZtNfrHvBoH3Vv2aRBw==","signatures":[{"sig":"MEUCIGuWNMQwmDO7gse5m3UkwA6i/WsX0GinJCkrhcpCl5i9AiEAhDuDhhYLrzldhKK5DeGHFQaB7uFlIe8cGZB5doseI3M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\04043fa3-c8cc-40d3-84b3-5c3e8b07571e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\04043fa3-c8cc-40d3-84b3-5c3e8b07571e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250826.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ugVzyPkJMxacp847wWfjNe3DWTuRCzz17xgYhUFW0m6IXolLR+Xgvf5+OdWtYm0p4BEWZtNfrHvBoH3Vv2aRBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250826.1_1756275059588_0.017221096451173645","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250829.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6095356565f205943ac2ffb9f93a9244533ba74","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250829.1.tgz","fileCount":186,"integrity":"sha512-1pd22snQ0Yb21I81lKnYyfCZ7qadZwjJQZSegFByBjQzwzExNgVaW2S7wY4rGi8NXQ7Fpz4DNysvsnTSaTM/fg==","signatures":[{"sig":"MEUCIBg4UQhz7iAxRjs1vFTE+SqtPaTbKEiW4GdLSL1Ey9nAAiEAmPm/Ts94z6nVwJaSMG997zwah7vP4nQA9yx/mxxtQ/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1aeb4a10-1b16-4e53-860a-a2b9a5e0d2cb\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1aeb4a10-1b16-4e53-860a-a2b9a5e0d2cb\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250829.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1pd22snQ0Yb21I81lKnYyfCZ7qadZwjJQZSegFByBjQzwzExNgVaW2S7wY4rGi8NXQ7Fpz4DNysvsnTSaTM/fg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250829.1_1756534043508_0.6819129587384303","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250901.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250901.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32c5484d7b807fef390217118cc9f33a035684d8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250901.1.tgz","fileCount":186,"integrity":"sha512-F1RAvN+fEfkfVjC6C/Nyq4XkKwWJgDYZTb7q7X3DDiodvN5i9hbDww7HjcQcOlF1v1mO1bAisDiWNmVP1SgMeg==","signatures":[{"sig":"MEUCIDO+4VMiQbfWIkq4xLDZ7yQvYz1Javi/WZASZbCWSNO8AiEA71XRN3nxlNEDAHahLxB4MXB3T/7fUezsMsaqIp+z1Dc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ed39be2-0d61-4738-92c0-6efe2d35c498\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\8ed39be2-0d61-4738-92c0-6efe2d35c498\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250901.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F1RAvN+fEfkfVjC6C/Nyq4XkKwWJgDYZTb7q7X3DDiodvN5i9hbDww7HjcQcOlF1v1mO1bAisDiWNmVP1SgMeg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250901.1_1756793523965_0.049893215521910506","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250902.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a6d314de3f55b73a4cd1fe202a4e4b5336f66e3","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250902.1.tgz","fileCount":186,"integrity":"sha512-Be4BcYPJlt5Fn/F3FIqApS8cC/ig91aN0/rYDktoIZwfTMEogKiQvMOVyD25LTdUH3D9bXvtLvnrzKJTXkYVTA==","signatures":[{"sig":"MEQCIG24hJ7yoLvGuSNZUxLaDK7BxV1ZBiO+n93HUtXm4uB+AiAk26YPJeNtrW2Fh/WIpwr9hEL34Ph4O37QzCFLjjL9Nw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\768e517f-4eca-4cb0-a1bc-542edf40163a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\768e517f-4eca-4cb0-a1bc-542edf40163a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250902.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Be4BcYPJlt5Fn/F3FIqApS8cC/ig91aN0/rYDktoIZwfTMEogKiQvMOVyD25LTdUH3D9bXvtLvnrzKJTXkYVTA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250902.1_1756879761270_0.6697536506748012","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250904.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69ff7edf442743da98d1943ebbe1417bebec2556","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250904.1.tgz","fileCount":186,"integrity":"sha512-qGH9UZ6YOdNJu0C3/KZ+aThcXRi0n1t1ogXhzRrhEjh7HQTUN9syxCGI1R6pBRPJG4roX+Gi4xAanWq43JMhUw==","signatures":[{"sig":"MEQCIHi2pSNN+gg3IgLLDynioIyiYmJs+WJaZfPlvi3xmTcNAiBAdDGzs479DOdh/T9oeL/VKKmobCM/Kizfe8h1j0xnHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\160f192b-887e-4718-b4b1-67eee1793e2e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\160f192b-887e-4718-b4b1-67eee1793e2e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250904.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qGH9UZ6YOdNJu0C3/KZ+aThcXRi0n1t1ogXhzRrhEjh7HQTUN9syxCGI1R6pBRPJG4roX+Gi4xAanWq43JMhUw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250904.1_1757053214427_0.2813800370603248","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250905.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c93d315704af215427f8516eb19a5ec463246786","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250905.1.tgz","fileCount":186,"integrity":"sha512-2X9wbvtZnFqL9gLpxjabIdkCoZclmh6J/ZrG30CWgX54bW0SbeYfM0I1ZkohbJd/Ult6NJOSA2J8wCqUv6rxig==","signatures":[{"sig":"MEUCIDnJTdLV3yb89tz3jEJKdomLs6cPCX/v3MF5gShIENr7AiEAxcxD7bPL96u41WtXxVtTxpus13QiZNXeKF1u6Q/e5iA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6343370b-995b-42d0-93af-5408145a3093\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\6343370b-995b-42d0-93af-5408145a3093\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250905.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2X9wbvtZnFqL9gLpxjabIdkCoZclmh6J/ZrG30CWgX54bW0SbeYfM0I1ZkohbJd/Ult6NJOSA2J8wCqUv6rxig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250905.1_1757138480028_0.16456522806428997","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250908.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250908.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fed12b744294e6957bbc5fd5eea94d1ffec76f27","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250908.1.tgz","fileCount":186,"integrity":"sha512-JTnSmskWi1P6FLEwMIGh4DTafSU6OSSeoTZER2+ird4ENgZf1nY8AIzLH6agjnAs8xlxmKxuJI2IdtKYDNZb3g==","signatures":[{"sig":"MEUCIGlKpJnk9mykfHZ43pbV3foR2zjIJGgiIYxGiVear4ngAiEAxyuUbzb636uh3t1iCouk6m9Uztu3QxLXDz08/KUseQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\98739708-16e2-4678-a79d-8c6681aeae76\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\98739708-16e2-4678-a79d-8c6681aeae76\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250908.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JTnSmskWi1P6FLEwMIGh4DTafSU6OSSeoTZER2+ird4ENgZf1nY8AIzLH6agjnAs8xlxmKxuJI2IdtKYDNZb3g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250908.1_1757397687190_0.3497351563508493","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250909.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43f266bed8dbaa0966b32feb5a151db0d24c0464","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250909.1.tgz","fileCount":186,"integrity":"sha512-yN3ZuI6jFuSJWxCEA2BYHVtzXyLUfLghN84U4zqfhGNTQ6bRRDhCn4rDvPxy9uSIlbvuYh2l/oZIVkDvbjEMog==","signatures":[{"sig":"MEQCIAqxpPFMeoxJxIHVNAp8Xm9sFy/PtPUBI1KoCAYnc10+AiA6Rjpp+bmXNxhZGOygPSFhJyOmUyPDOGe2mNu569axZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a6f14442-da9c-4db4-9b8f-80e82bbe008a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\a6f14442-da9c-4db4-9b8f-80e82bbe008a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250909.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yN3ZuI6jFuSJWxCEA2BYHVtzXyLUfLghN84U4zqfhGNTQ6bRRDhCn4rDvPxy9uSIlbvuYh2l/oZIVkDvbjEMog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250909.1_1757484101286_0.7915492457573052","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250910.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ac9f4160e672e3e9818cca223b4064a90b965dc","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250910.1.tgz","fileCount":186,"integrity":"sha512-vY5EN/gHPfiRP5wu+ZpVl1bOuIgOYzw/ytSt2wFTld5mFS/JsJDsM24iOJkxPTFcb4sdX68p2w86ID+7ctXMeg==","signatures":[{"sig":"MEYCIQD6a0vCse2Nsbrv2LLORSpJXsh7TZeM3uat7ih0RkY3LwIhAIQPuf2fQXcFV7JH79z4js0Xl0fkERZYkLDwrjEtcXEE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80e5b794-1043-4397-875b-42c6d269f866\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\80e5b794-1043-4397-875b-42c6d269f866\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250910.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vY5EN/gHPfiRP5wu+ZpVl1bOuIgOYzw/ytSt2wFTld5mFS/JsJDsM24iOJkxPTFcb4sdX68p2w86ID+7ctXMeg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250910.1_1757570624596_0.8334368169161102","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250911.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da6e1d9fba742cdef785976d818f434779bbc129","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250911.1.tgz","fileCount":186,"integrity":"sha512-U32Z9At5W9AJLl+ba+89QaM69IFhAaQ/3XnzJQgz2BG0S8uFPp5oLMvuibvqqHzh8uDwZ/tQfw6zXni9jq01Qw==","signatures":[{"sig":"MEUCIQDrO6Oop6BCkCKuz/cnxxPEsTz1+ExMAfi+KQFsNZQhpwIgOBqQuLksaXN52zYbV/L9XMEEpsNh/91eUdh6hkugbrA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\94ce4275-a315-4c98-894d-75c912ee440c\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\94ce4275-a315-4c98-894d-75c912ee440c\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250911.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-U32Z9At5W9AJLl+ba+89QaM69IFhAaQ/3XnzJQgz2BG0S8uFPp5oLMvuibvqqHzh8uDwZ/tQfw6zXni9jq01Qw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250911.1_1757656961377_0.5397629975109057","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250912.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74386f62b0ee36186f8c9e6a3090399cd491939b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250912.1.tgz","fileCount":186,"integrity":"sha512-9Q/7V3ZLwUY0djUfCx5ttZQxWANHTuK8xv/QZZbAHJDVn6VztzpziQbJEqB8wg/sfi3UGUnuVMsknLlNohDdnw==","signatures":[{"sig":"MEYCIQCAC+Lav9TGQNo5jhZnJJjqe5rPPjzKjziBRuR5Pv157gIhAObS9lDAqoLveYfiGJ8Bmh6pv1bkSQwH0REtLdsgx3kF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\24731c10-5614-48d5-9ecc-8e340bffa4ae\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250912.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\24731c10-5614-48d5-9ecc-8e340bffa4ae\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250912.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9Q/7V3ZLwUY0djUfCx5ttZQxWANHTuK8xv/QZZbAHJDVn6VztzpziQbJEqB8wg/sfi3UGUnuVMsknLlNohDdnw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250912.1_1757743693696_0.16266775204084993","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250915.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250915.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a39b65891b940153522667e80c81c6a8c31d0351","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250915.1.tgz","fileCount":186,"integrity":"sha512-Py4RYYN5NeRG8vrU+xlIbVkC3wDsRjkNuSF+4EMboAa+b/Ocf+LKhbvBF3PYe9powgG7N1XaNNcDo5yGYvFT7w==","signatures":[{"sig":"MEUCIHc0edoZBAOQIIQIjG5tOwYZKc9FM7XxhFbxknsM5RnPAiEA0e5A2joQP4DZH0Pou5VAWNEwNQOAwblD7R8jUzyqpCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\9851bf6f-9d80-498e-9f27-a022500a179e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9851bf6f-9d80-498e-9f27-a022500a179e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250915.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Py4RYYN5NeRG8vrU+xlIbVkC3wDsRjkNuSF+4EMboAa+b/Ocf+LKhbvBF3PYe9powgG7N1XaNNcDo5yGYvFT7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250915.1_1758002394523_0.6937716989088181","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250916.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e86484cb7eec61848e4556c7b4707c9e22849b2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250916.1.tgz","fileCount":186,"integrity":"sha512-BgrSsyWPYM2R0+aVcZRysO6Rb041gXzqoCg/lV1W04VhaWM3oqd2MQDyD5Bo4/sIq1tzFFxkT96FGcXBjFjmgw==","signatures":[{"sig":"MEQCICIhPQSLY6q1Gg7873ONla4oPP/YQWm9SbusHwGrl9mNAiAoRvgeMW9OKT68P5tG1ezW0Rx4O3xTuMmCF+ptY5LDIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\848d08b5-3e62-4b68-b0b9-0c98a55133fb\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\848d08b5-3e62-4b68-b0b9-0c98a55133fb\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250916.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BgrSsyWPYM2R0+aVcZRysO6Rb041gXzqoCg/lV1W04VhaWM3oqd2MQDyD5Bo4/sIq1tzFFxkT96FGcXBjFjmgw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250916.1_1758088811539_0.3693676464166644","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250917.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250917.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc24300daec42850786274dd04564e4e4428947f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250917.1.tgz","fileCount":186,"integrity":"sha512-rNKlTxDrPVkykddPqeq6FI/TbgjRCA0VGRNJSLMwidNCeaAUR8kKnWamPL7jSaJ26aiwpeAchnR1YqxBc2CkFg==","signatures":[{"sig":"MEQCIEJ7WKJ75Gfvb5KrgiFUmGcHUFDbbcnQldpW5WslSRDjAiBuA5h97dai49YmIiziRmNUm6agximeyyeAnKhtDwmJfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f37561c0-15a9-4737-a513-615cfb199e94\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f37561c0-15a9-4737-a513-615cfb199e94\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250917.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rNKlTxDrPVkykddPqeq6FI/TbgjRCA0VGRNJSLMwidNCeaAUR8kKnWamPL7jSaJ26aiwpeAchnR1YqxBc2CkFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250917.1_1758175503355_0.8380444182074505","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250918.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0bc2f043defda3107a85e94e55fbca82fa3fb8ab","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250918.1.tgz","fileCount":186,"integrity":"sha512-mu34XPs5Dan0XqNuYllJgwf87aR84xQnr2r1pN1z+0qmv+jKPT33qUJb4i9sOc+VM5AM3DGU/nvee/HCYYCCZw==","signatures":[{"sig":"MEUCIQDz/GxxuAGBhjLrG/X4JU0SJJOc9PHOYF2P8X9PC3brdAIgGDLuUoi+OVJaRoS3/jckwiktsieDWV7FlxxfTC4f6OA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7829f740-b8de-40b0-a186-50fb132b43a7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\7829f740-b8de-40b0-a186-50fb132b43a7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250918.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mu34XPs5Dan0XqNuYllJgwf87aR84xQnr2r1pN1z+0qmv+jKPT33qUJb4i9sOc+VM5AM3DGU/nvee/HCYYCCZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250918.1_1758261964268_0.3610862891752047","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250922.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1950ebd1d097c7c5e56eecb85f720d54fadb9b85","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250922.1.tgz","fileCount":186,"integrity":"sha512-eGsx50oT9r8IKr+UL8x4ls0Qc+Oxqch2qAX1XvgqVtObh7OdwTrFC3OEgC1IgwhXoArC/6wbmCkAc580rFQv/w==","signatures":[{"sig":"MEYCIQDpu0iWMvOY2IFEV+MSvDxfhxgKcautaQx4HRB/ZM/UdwIhANxuVQKc514uSfZvu9N7i/9beao5OAcP9AdlBBeEY1Nu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\df31f8a3-dd63-4531-b142-30b32079aff2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\df31f8a3-dd63-4531-b142-30b32079aff2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250922.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eGsx50oT9r8IKr+UL8x4ls0Qc+Oxqch2qAX1XvgqVtObh7OdwTrFC3OEgC1IgwhXoArC/6wbmCkAc580rFQv/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250922.1_1758607360668_0.2650016543379534","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250923.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250923.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"866fbed24f93c3424307cea7042a70fde7e72079","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250923.1.tgz","fileCount":186,"integrity":"sha512-XLbiSh8ED5l1rdnRzFRHAI6G9PJZDtfXBOlCgdlk0FV5sfuBaUym7q6UdYfhlEfcMI3ekkUiNsIatBskdCPuWw==","signatures":[{"sig":"MEUCIQDhdax3+fyZ4yDQmMJqLMr8nD8/OEMixRZyobDPcDL6CAIgZwGjcuf1xWtIEh7vhfuPr4wnAWmAtoEu8ZpInXs2/aE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a42eaea-9525-49a5-8752-28ddf3158b03\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\5a42eaea-9525-49a5-8752-28ddf3158b03\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250923.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XLbiSh8ED5l1rdnRzFRHAI6G9PJZDtfXBOlCgdlk0FV5sfuBaUym7q6UdYfhlEfcMI3ekkUiNsIatBskdCPuWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250923.1_1758693862969_0.012999533452471734","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250924.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250924.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afe359cc57fb7275fa4a8b67c02ae97c54c1932c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250924.1.tgz","fileCount":186,"integrity":"sha512-OG1Jdhxpc/U7wyfuClemgiMqDdJxH46z298UtVve5x5vMpSjel0p8ZeMxyoKhH/x3tkPuVK1PbzcSkRS3Cq+oA==","signatures":[{"sig":"MEUCICm91PeFgGReyXyrvVhJ7wahuFStiSHGEiBCJlk0O3vxAiEAjxpfbz7mgqs0fEO/bOP1YuUtnsqM5ka+frGsjJetZxA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904181},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8b93ec1a-6445-45b9-9e5b-6bdfdad16b45\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\8b93ec1a-6445-45b9-9e5b-6bdfdad16b45\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250924.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OG1Jdhxpc/U7wyfuClemgiMqDdJxH46z298UtVve5x5vMpSjel0p8ZeMxyoKhH/x3tkPuVK1PbzcSkRS3Cq+oA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250924.1_1758780245594_0.8642569270992533","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250925.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5eed6402fff0cbd406f842febbd436e7a041086","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250925.1.tgz","fileCount":186,"integrity":"sha512-uAvWA4Kumv+KaRhxYK4oKOAohur6+J5uzBWLAYWT64nU//O13wvNksbkV5HyaCUuHWe8u6CHs+EE5LZkiiAgJg==","signatures":[{"sig":"MEUCIQCjNPltsewDBwBeKbim2TxWoAvZPyWPlXCbKY1KXA/7eQIgP0PFfpfWlp3LzpxzMlmKxhwntuKlY3hgkKEEGY8+LHc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\691b7b10-8cce-4341-a912-254393c6a3a3\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\691b7b10-8cce-4341-a912-254393c6a3a3\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250925.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uAvWA4Kumv+KaRhxYK4oKOAohur6+J5uzBWLAYWT64nU//O13wvNksbkV5HyaCUuHWe8u6CHs+EE5LZkiiAgJg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250925.1_1758866582711_0.9051587730481228","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250926.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b8b074060928e3d147e10cfa8089fe7906cb5f6","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250926.1.tgz","fileCount":186,"integrity":"sha512-3g1FIKueulKfgwn/q3DGzMiCAGNIw+oCnnNB9MmbHXlIOBpVaQkxf6CG811ovEyzdNWCIxL5siBFF44idDGftw==","signatures":[{"sig":"MEQCICHJmR3KCU/ZrXbirp7hwhwV+Zt5Tidf0vU/q7AROfX+AiBef12Fx+M7hv4XFfk5nXB+oVS2B7LMlLx6FpdExADlGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f8e88ae5-00a1-48c7-87cd-bd61a68f33e2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f8e88ae5-00a1-48c7-87cd-bd61a68f33e2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250926.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3g1FIKueulKfgwn/q3DGzMiCAGNIw+oCnnNB9MmbHXlIOBpVaQkxf6CG811ovEyzdNWCIxL5siBFF44idDGftw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250926.1_1758952857999_0.06981336032621832","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250929.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b0558d8241427e87e14eca4fd04d10fce550062","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250929.1.tgz","fileCount":186,"integrity":"sha512-/QqlIIMpFGf4OZHEZKGGVMtqWJ7xgw7fGs3XiJBQGRBmVYeWbxlu8FQqlRtKtoHqaDhQ2x6MvrHtluRDGfyC1g==","signatures":[{"sig":"MEUCIDnv7AIztPOcSO+6cGhbg+al+os+vfpLnlEb2gMkWgVkAiEA/G2v6zc/4cP9B6IUaeq43sn0LaSIAOnaXcMKNS5+LUI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\723ac394-b38f-47dc-bb08-7d67716413c9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\723ac394-b38f-47dc-bb08-7d67716413c9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250929.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/QqlIIMpFGf4OZHEZKGGVMtqWJ7xgw7fGs3XiJBQGRBmVYeWbxlu8FQqlRtKtoHqaDhQ2x6MvrHtluRDGfyC1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250929.1_1759212196305_0.5146984219730721","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250930.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20250930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20250930.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d0c62090a068e186b2500ce63a8b97e59d971d0c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20250930.1.tgz","fileCount":186,"integrity":"sha512-2U2Nz+BLn/neExOTjbJxsrL4qWnsyubYTnfMQKYsBnyka5jrfdh7RsOCZjHUdP0IvotFRfZStFyYgW9Qj8IiBw==","signatures":[{"sig":"MEUCIQCUxeJ2J20j04nlIvNm4KeHfW1NZSukIcke5snUpczhHQIgIEPHhXxOmlwh7rVycNrhGvizkQfDYKhswf2FFXJkX08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\db77835a-7f6f-4891-92a7-a941d7af762f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250930.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\db77835a-7f6f-4891-92a7-a941d7af762f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20250930.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2U2Nz+BLn/neExOTjbJxsrL4qWnsyubYTnfMQKYsBnyka5jrfdh7RsOCZjHUdP0IvotFRfZStFyYgW9Qj8IiBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20250930.1_1759298715781_0.056355409347326635","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251001.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07556e2d15644c0828354e04248c27fa431199ff","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251001.1.tgz","fileCount":186,"integrity":"sha512-ePiXTY4sky86XE8JYNA6TUSUOyo8/WX78xEYF5v6SSzWNImgYYhJaGaEAbvW9FAVB/LmTWvN++gwW9lX7t80ig==","signatures":[{"sig":"MEYCIQCf1tIvidZGSaLhQj1a6NPlh/062g2TSFMaMotTu8QcFwIhAM9UhgKNKCmPoYwVGsuZ4YPa5lHVzwhw87MLMDtoolKG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\72ea0812-30ad-46c4-825d-b5940e22e23b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\72ea0812-30ad-46c4-825d-b5940e22e23b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251001.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ePiXTY4sky86XE8JYNA6TUSUOyo8/WX78xEYF5v6SSzWNImgYYhJaGaEAbvW9FAVB/LmTWvN++gwW9lX7t80ig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251001.1_1759385035944_0.5980479469684856","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251002.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c937d7a09b3c8574dcab1b96fd12bc1b0abe399","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251002.1.tgz","fileCount":186,"integrity":"sha512-oa1Mb8+1ponwnvZ7jA3h5GJPau08oieZrwT2fRRXSD8JnxSzcNbVJk+hdg+/EmHTvtWK25JYkZXxUNMp5re5TQ==","signatures":[{"sig":"MEYCIQCe2a9F7PSwz1vEIsKkG9/3wjoe3Vin2WNQ+J5dCkwBJwIhANj4NZP9TH6aUVFzfdAeMPeq5copQuHePhNv/SDXYK8E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\56cadcec-f46c-4ccf-8748-8d5cf4700795\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\56cadcec-f46c-4ccf-8748-8d5cf4700795\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251002.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oa1Mb8+1ponwnvZ7jA3h5GJPau08oieZrwT2fRRXSD8JnxSzcNbVJk+hdg+/EmHTvtWK25JYkZXxUNMp5re5TQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251002.1_1759471506335_0.26422773383064846","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251003.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb5e0fc28ea1c72ac87ad9fc3031fab287b13a3e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251003.1.tgz","fileCount":186,"integrity":"sha512-BMCaO9JMX6DEHIrRSal6Wcf6h1gINzZAUYJ4IptTCZRmSLfSU9msJF43eIVNskp0ymiputjsR0nyJpqIURVmWA==","signatures":[{"sig":"MEUCIEjzNZHp9SlZ79uRiEYrzNU/BLAA+ksIXaeUYZhu9Rk8AiEApwPeOyqk4tVFE7COt9lN93Ck+DOk5vrBBpcZaLnfKyk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904247},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ce97296a-eb0e-4112-9f6e-e42748a2f5e7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\ce97296a-eb0e-4112-9f6e-e42748a2f5e7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251003.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BMCaO9JMX6DEHIrRSal6Wcf6h1gINzZAUYJ4IptTCZRmSLfSU9msJF43eIVNskp0ymiputjsR0nyJpqIURVmWA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251003.1_1759558177214_0.804744283223362","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251006.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251006.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb53779e809774cb391d6e5263121eeb13bbb9f1","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251006.1.tgz","fileCount":186,"integrity":"sha512-0JpVrd45mEpVWzO6/6gYKD8OGKRgcQrHqXMwUCBpAbU+68LcSj3Ahy7cakWcUsC3wal5h8/TRUHbXGJnSaym1Q==","signatures":[{"sig":"MEYCIQDMNuOY9HYC2inuMy3x49H+xJ/socQpChCqJlD3UbVdMQIhALdXmp3vyMPSJMJTJ6nNW3DGLheJa9J4RDICfHb/M+vL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904246},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1bb290b8-f92f-4c09-8bcd-d0941fa5dd86\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1bb290b8-f92f-4c09-8bcd-d0941fa5dd86\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251006.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0JpVrd45mEpVWzO6/6gYKD8OGKRgcQrHqXMwUCBpAbU+68LcSj3Ahy7cakWcUsC3wal5h8/TRUHbXGJnSaym1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251006.1_1759816851358_0.44156547320711104","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251007.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251007.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97f598816b09aedde55f39ab514f2eed2c503f53","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251007.1.tgz","fileCount":186,"integrity":"sha512-RR5JIMEIuIDClvS/njugh/zigoVHZymywKiZ1vKrj0IdTjMd8zKVMMgpDCyyHsvYJm5NLN58bhPiUDhLx+z48Q==","signatures":[{"sig":"MEQCIHfisKRL0l/HSL9YaspO7oz2DGSqPcxgwmQCjpKHmvwlAiBHnaTcmXsiEqarDZkItFZQN2j/9IQHZ3vb27bWJphtug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904246},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2b4c4b4b-d193-4da3-a668-2813c6ef0054\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2b4c4b4b-d193-4da3-a668-2813c6ef0054\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251007.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RR5JIMEIuIDClvS/njugh/zigoVHZymywKiZ1vKrj0IdTjMd8zKVMMgpDCyyHsvYJm5NLN58bhPiUDhLx+z48Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251007.1_1759903597681_0.3263669589789153","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251008.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ed0a1663d34e2fcc731bc743bbb5252640ca99d","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251008.1.tgz","fileCount":186,"integrity":"sha512-YP50soyEmVExOMtLR5PmrFuBLlrFuGyah0pZ5IHv1Eh254k0oTqCtcpV1ckE8OMfmZUITdrYOZPCb2acnRZaTg==","signatures":[{"sig":"MEQCIFzeXD8USla7ihmMIartUZYx9zA2o1ZISl9mjiA3wps+AiAuECbMmdTlfm0vofhhoN0E6NDvm4x6TjTF8aLX9S2PHQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904246},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e526e3bc-db3c-4d00-a388-e91b3862a99e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\e526e3bc-db3c-4d00-a388-e91b3862a99e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251008.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YP50soyEmVExOMtLR5PmrFuBLlrFuGyah0pZ5IHv1Eh254k0oTqCtcpV1ckE8OMfmZUITdrYOZPCb2acnRZaTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251008.1_1759990286872_0.15830701850531415","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251010.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"42dbe1ce48b36fff6528d3341f2a985390a4d050","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251010.1.tgz","fileCount":186,"integrity":"sha512-CwjTDstJ+tUYiHKWe2RE7Gj7EF3gOWlbMVL+hqpPSdFEDAe0Z4uZiGB6p9lMqGz/cqWaliPO7hZL/lquOG9fcQ==","signatures":[{"sig":"MEUCIQCo4NG/p851Lu9PhfLuy7qEGKctcRD5BEgzrLN+R28SLQIgZ5esTjUoaJq50NNB3uxUMkw5OeSOFhAySGe9+lSLttM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904246},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\38dbcf10-d826-4e73-a274-a3031b063f64\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\38dbcf10-d826-4e73-a274-a3031b063f64\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251010.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CwjTDstJ+tUYiHKWe2RE7Gj7EF3gOWlbMVL+hqpPSdFEDAe0Z4uZiGB6p9lMqGz/cqWaliPO7hZL/lquOG9fcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","autorest":"latest","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251010.1_1760162806309_0.7521324172482851","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251013.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251013.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20251013.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66eee4ca28d8abec8bdabe634b1ca7007f73dcb2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251013.1.tgz","fileCount":186,"integrity":"sha512-JR2iRrd/LRE21L+U2GBMcbFRaSbaEOROnHrXNVwNe9cmwVcXQpFlZPRc+qvy1j51NfKXNuIhqH9YuheZqeqsfg==","signatures":[{"sig":"MEUCIQD/gvu1x9vYwQ0dTuJ3yji90uN8/gdPYAt7z+I8/aQiDQIgFBJmlXF/aSbJotR38tuJLGQCX+VdopIWvaw7fRZkGQE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b15d7369-9aa0-4cb1-8349-52b47cce700b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251013.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\b15d7369-9aa0-4cb1-8349-52b47cce700b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251013.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JR2iRrd/LRE21L+U2GBMcbFRaSbaEOROnHrXNVwNe9cmwVcXQpFlZPRc+qvy1j51NfKXNuIhqH9YuheZqeqsfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251013.1_1760421686908_0.06179392214031387","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251014.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20251014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5ba940a6756904b698630c4e4d634402ea5dabf","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251014.1.tgz","fileCount":186,"integrity":"sha512-DYNUB+wPvJvKAtAKF9QDG2omgzsg++0IvBLwH/bJZin84C2GQhQuwSYyLYhr70ZTQFKpU3JEGRip50SKFHef3A==","signatures":[{"sig":"MEUCIAOgffuYk3E65b/hPgzZ21qiAvuo7x7EwoGEKok2RN0AAiEAuwCh0Vovegjcz/tBzlwEbDT6FmHExwun1jfPGyjaHTQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a7014a1a-d564-4824-8009-ff9d629d661d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251014.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\a7014a1a-d564-4824-8009-ff9d629d661d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251014.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DYNUB+wPvJvKAtAKF9QDG2omgzsg++0IvBLwH/bJZin84C2GQhQuwSYyLYhr70ZTQFKpU3JEGRip50SKFHef3A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251014.1_1760508246710_0.6247195560435281","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251015.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251015.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20251015.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fe71966a4560750060b94d74a0d309690efd74d","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251015.1.tgz","fileCount":186,"integrity":"sha512-bi+A4/AxPzpyI9NqzKQ7aAfYeDQ+VDUEhRymIG4kG4lWZ2A2JRmNKjcyaUag/Q3+AmZ6ukAtWUBnl0AHBQ9MGQ==","signatures":[{"sig":"MEUCIFEVHm4dGhUjxTkQLFf7PVjx/tQFzTCk3CnhvJg4DpTaAiEA1fHGFXhEl4gzWkhF43qGKgCP9FNTm0hV+T0djG1wP6A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\60693404-aab6-4f43-befd-6bfd23a8d6d7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251015.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\60693404-aab6-4f43-befd-6bfd23a8d6d7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251015.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bi+A4/AxPzpyI9NqzKQ7aAfYeDQ+VDUEhRymIG4kG4lWZ2A2JRmNKjcyaUag/Q3+AmZ6ukAtWUBnl0AHBQ9MGQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.0.0","@azure/core-auth":"^1.9.0","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251015.1_1760594807382_0.4557445970569671","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251017.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4ff6d4a8f24dcbfde02d6738547e957334511e7","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251017.1.tgz","fileCount":186,"integrity":"sha512-NhudjPo+yhL7KQnF48JUsYZpXNEbTyeP8I0YKecwq2Myo57b/3iAj4LKKT94Pc1X6sgsr5C7zsROhkqTbSHfTA==","signatures":[{"sig":"MEUCIECTsr1jj+wsgxovRK5tn+97DmrnWS+XRvtK29GIkSD8AiEA+7R3xKNJ1ct0vpbzILNu4Sj+vxrbRWimx0d5YctvR7Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904381},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77159fc5-b9cb-4ac7-9c93-a10c98bf8728\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\77159fc5-b9cb-4ac7-9c93-a10c98bf8728\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251017.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NhudjPo+yhL7KQnF48JUsYZpXNEbTyeP8I0YKecwq2Myo57b/3iAj4LKKT94Pc1X6sgsr5C7zsROhkqTbSHfTA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251017.1_1760767271175_0.8323208946144678","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251020.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251020.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6216e25411d0a0aff1a965d32335aaefbea7e9a0","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251020.1.tgz","fileCount":186,"integrity":"sha512-3NhykJPZ4jxjEhAHK5IW/skkHCbSnbpBCRSZ4ZAYeICTVe9UjVDiUuEdMDUsxFeRDelhxZAA0bsCfJBc65okvQ==","signatures":[{"sig":"MEUCIQDWDF5wsqVvKxJeN/Wyf5SiUZ38WJTgLkWOlN2LtsVVAQIgcBdkZnvIWcNWuunNzM5c4Ah3VDAA2h8aNyVVNF+t9sA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5cb0d49e-285d-4a87-b8fd-008e5f413fb6\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\5cb0d49e-285d-4a87-b8fd-008e5f413fb6\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251020.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3NhykJPZ4jxjEhAHK5IW/skkHCbSnbpBCRSZ4ZAYeICTVe9UjVDiUuEdMDUsxFeRDelhxZAA0bsCfJBc65okvQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251020.1_1761026630210_0.8387876191114685","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251021.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3cd058eff530dd6473e2dcf338162418dbc34aab","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251021.1.tgz","fileCount":186,"integrity":"sha512-/3JdZLHMq3G8XzRXcG954eI0QB68ZJc3eo8yaT9OJiNzxgAshh31U0j/qBuegj0JpBXtgzLWv1OSGD9D+qmlIg==","signatures":[{"sig":"MEYCIQD5tQKJ9pxZVpl24qWspk/BXwL6Qs7dXgZ6S1gt63yFkAIhAOGxEfelc4lI+t906lqSZQayrqajzV5/TJEfHHm5DbX3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d265758d-3228-4e68-aca3-ae06c7a99978\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\d265758d-3228-4e68-aca3-ae06c7a99978\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/3JdZLHMq3G8XzRXcG954eI0QB68ZJc3eo8yaT9OJiNzxgAshh31U0j/qBuegj0JpBXtgzLWv1OSGD9D+qmlIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251021.1_1761113093921_0.3218293061221986","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251022.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251022.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20251022.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd24a3a003bceb985a67bbddc03bf411e1079353","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251022.1.tgz","fileCount":186,"integrity":"sha512-ZlERywQG3vq8k3+A/9wIr0V0bBSwsAeLK94gS4bNk/JHkUFGCDjjVqsFiYtdxCuIhF7aPnooMA/Di2q0+QkEJg==","signatures":[{"sig":"MEUCIQCoz+MRI7sLufUqzAnp6wacpZyTRyPljtMBGfb9FYPgKgIgWJsa2MAlBu8KwG9H3dl+tjdvP/oBDaAVUz0qIH0oT6s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e9a6f47-9fe2-4b03-910f-d9b89d2aa108\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251022.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9e9a6f47-9fe2-4b03-910f-d9b89d2aa108\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251022.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZlERywQG3vq8k3+A/9wIr0V0bBSwsAeLK94gS4bNk/JHkUFGCDjjVqsFiYtdxCuIhF7aPnooMA/Di2q0+QkEJg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251022.1_1761199344959_0.5409240934192381","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251023.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be5beaea26888d03861a4bcee281bc275c3d9e7b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251023.1.tgz","fileCount":186,"integrity":"sha512-986g2QHqOs4vWND5aJGTustByVVT4ihIJtpEJskDLhOT+upHltS8e7uthD902OLZmgByVJME5Yb2x3Qnr4zKFA==","signatures":[{"sig":"MEYCIQC/Aj/glyrkn8eQd8c1VMK4+NLqVEgUTacN0mkiwkQVWQIhAIcdZejOXdypuKiAV6rTkTs4mKxrAOLhkpW4q79GEDWt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1ba5fd61-687a-4c16-ade8-c82c66b2157a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1ba5fd61-687a-4c16-ade8-c82c66b2157a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-986g2QHqOs4vWND5aJGTustByVVT4ihIJtpEJskDLhOT+upHltS8e7uthD902OLZmgByVJME5Yb2x3Qnr4zKFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251023.1_1761286081527_0.6131177464900732","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251024.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80c2a7c9debb7aa11935c1a13cfaa5e1b4272d9c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251024.1.tgz","fileCount":186,"integrity":"sha512-kD5ljLZslwVecUXCSIu+n0jwlhsr3D4BV4jzLagqzeyNF/EeIxrZenm4cKMpnyBcjaP/+Ry/lUhTyANI+Etawg==","signatures":[{"sig":"MEUCICgm12DBhkIbss9ybAqJslkl2stpEHNuPR5i09w2n7Y5AiEAjkr3f2iMuqeVzQ9qvsNZL2PA3eiL06XKi9JO5BT2qAs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bd9d5f3f-98d4-4ddc-bcac-96079ab4d6fc\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\bd9d5f3f-98d4-4ddc-bcac-96079ab4d6fc\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251024.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kD5ljLZslwVecUXCSIu+n0jwlhsr3D4BV4jzLagqzeyNF/EeIxrZenm4cKMpnyBcjaP/+Ry/lUhTyANI+Etawg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251024.1_1761372291166_0.9809714832987748","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251027.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251027.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ba2fe3589b3793fc7605f7f4647d92c36df595d","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251027.1.tgz","fileCount":186,"integrity":"sha512-mYpwT981CZbZLQW8FCbG2B3qmySG07qPWI17C8mc9uzITfNWMaefXghuyN8NtY52IE8Ibf+N/FWxNtfKi5RZpQ==","signatures":[{"sig":"MEQCIEbN7clTj2zIYwrZzEKlcN/xqF0IwWeAS0n1r7iGnGgdAiBNO756mKQqyNYODNz8/2VRO0/ODWI4FuiV33f0x11i3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\169fad91-0866-41e6-8353-c4cc49157578\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\169fad91-0866-41e6-8353-c4cc49157578\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mYpwT981CZbZLQW8FCbG2B3qmySG07qPWI17C8mc9uzITfNWMaefXghuyN8NtY52IE8Ibf+N/FWxNtfKi5RZpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251027.1_1761632453065_0.39208015538831065","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251029.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251029.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe1dec747245787794886e4161b3b7d4ed99058e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251029.1.tgz","fileCount":186,"integrity":"sha512-qu2+obJOL8KoWXw2AeLajJmLKShhTMKIFWR0A3iNtoC1MCgg2794d3AcoYhGOzgAxKzOCIUQxl3Z4HrZv4gbPQ==","signatures":[{"sig":"MEUCIEKLxri/89HNI4Wq2rEOacNAOjcU5pnWWwQOCyqUF0WnAiEA3F59QxXPhIxoXBcZ9VxZLsAcXMT+LMGYZvkpUg9R058=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8af698dd-6de9-4fe6-a26b-4221f33a0617\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\8af698dd-6de9-4fe6-a26b-4221f33a0617\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251029.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qu2+obJOL8KoWXw2AeLajJmLKShhTMKIFWR0A3iNtoC1MCgg2794d3AcoYhGOzgAxKzOCIUQxl3Z4HrZv4gbPQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251029.1_1761804292445_0.557940595326736","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251030.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8df5fa8404b677a0bcd936fb4e16459d6c46b3c1","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251030.1.tgz","fileCount":186,"integrity":"sha512-WT0x6gchTLDTTfbWX1ECTltRTb9yrCHLvumsmO/JoqaMLCq+xB/jNDmp4uE5srgz35qCZNcOhxtgsy7X5iQzYw==","signatures":[{"sig":"MEYCIQDCfsunYltHzY5wbmSTmmL1gmOnsG9UvcUvfR7/7EjgdwIhAI+GJ10RpMO0FwuWNmyusXQ1inHZk/ZTQx7wzQrKhI1j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc750751-d72b-4648-94f4-841f9b1811e9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\cc750751-d72b-4648-94f4-841f9b1811e9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WT0x6gchTLDTTfbWX1ECTltRTb9yrCHLvumsmO/JoqaMLCq+xB/jNDmp4uE5srgz35qCZNcOhxtgsy7X5iQzYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251030.1_1761890751594_0.845769594655146","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251031.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a31b54a390c1e9c4dcf1a77d1c64f113c0ea8a5b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251031.1.tgz","fileCount":186,"integrity":"sha512-Uib3Kr3qTkiKxOqnTNvBj8gzpFYGBDIwTNgJzhvXRovDMbOB2IQY0DbpcVl4dQKqFVDmPIZsQS7O6jZ2o4QnIQ==","signatures":[{"sig":"MEYCIQCORMk5/YKksjHdeRDHGg+4yOZnzBsCGi+2wjoHGYluawIhAIYjqVMpVbRR3iDTIcZypBKi6qTFoEue+FUb2vJYkwjg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2a20ead0-5870-4df7-abfa-d7d0f67df776\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2a20ead0-5870-4df7-abfa-d7d0f67df776\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Uib3Kr3qTkiKxOqnTNvBj8gzpFYGBDIwTNgJzhvXRovDMbOB2IQY0DbpcVl4dQKqFVDmPIZsQS7O6jZ2o4QnIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251031.1_1761977295274_0.010994789323335752","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251103.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"083149ce4b1cec878dc7e111017a534d5ae43b45","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251103.1.tgz","fileCount":186,"integrity":"sha512-wt7AbRRH+xGTVvwPLeqQoTwMhBFjN/wpQ2JKu9+6+FNsd3GQEuuI7uruigpdhUjFjlHcYaBW2GUfpj1s6x6BaA==","signatures":[{"sig":"MEUCIA4brTMsRbBSe7ORgjjE1dz/Afw9hzoC6hSLD8NbX44wAiEArT/3f2qjmhRvSNTB2ChyrYz7cpNKNYT7hu9K9//oV3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\26a7eeef-ae91-43f3-a20b-bf4df0da4678\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\26a7eeef-ae91-43f3-a20b-bf4df0da4678\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wt7AbRRH+xGTVvwPLeqQoTwMhBFjN/wpQ2JKu9+6+FNsd3GQEuuI7uruigpdhUjFjlHcYaBW2GUfpj1s6x6BaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251103.1_1762239992942_0.7787010362205744","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251104.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251104.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"016302fa2c5d7632ff43c2ed34bcd01f4dbb5926","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251104.1.tgz","fileCount":186,"integrity":"sha512-fUmdrmiMKe1mdlIKenZ0kC2rHXXAMnbgJhyER1Ur1n+ZfW+feI3aBx02Z3q4nrjp+AUKXY2ZiJBby6eHmfNqnA==","signatures":[{"sig":"MEQCIFjuWvOk8h8R2PZZ805ON7XeLOETBYLG4pAo1NUuaPA/AiB8RZ5b+PbzQf+oJOHXU8uBwkcTw3Qlyp7pxIr/ABZynw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904380},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fc0d4b46-1c5a-4600-80b2-29b43e657258\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\fc0d4b46-1c5a-4600-80b2-29b43e657258\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fUmdrmiMKe1mdlIKenZ0kC2rHXXAMnbgJhyER1Ur1n+ZfW+feI3aBx02Z3q4nrjp+AUKXY2ZiJBby6eHmfNqnA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251104.1_1762326417301_0.29939930950421134","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251106.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"693d84aba774af47f2bec5e2a18f4ae743f5a4a8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251106.1.tgz","fileCount":186,"integrity":"sha512-KZ7aDCBwfZK1bEeFc5xlfRqdb2lyI67L4QCEgrzw/vsI6VgVdqSTz1QC4UyhfjdnPXJ+kSJIGMNzPdng+55oAg==","signatures":[{"sig":"MEUCIF6KW4EWZ+gTljgYdi+t/tQ7JEgHrKHSmE9AQm7wvRdOAiEA33YkI6ve1FCg557xJO0qCI0c/aBfWFmtfaiMhNkG7lM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904391},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f4930c14-dc8c-469b-b713-7e51260a3659\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f4930c14-dc8c-469b-b713-7e51260a3659\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251106.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KZ7aDCBwfZK1bEeFc5xlfRqdb2lyI67L4QCEgrzw/vsI6VgVdqSTz1QC4UyhfjdnPXJ+kSJIGMNzPdng+55oAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251106.1_1762499343909_0.9292240456388587","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251110.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36a93ed6caa119c726d0b3ab1b53a05f04b23822","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251110.1.tgz","fileCount":186,"integrity":"sha512-+bjYycsncOKNnE5He2cTcjsin2jwO2uGarK6UNLcjg+NKYxE6GHthwY+7QBSaavSQNDnUltw95X1f0ujNis0Fg==","signatures":[{"sig":"MEQCIGycmmaVGE/KTivhS1pazZv09rYuIRmm1im9BsDaS06lAiBNK7Xzp1WRM7Q03NartHiUfzOyn60v/RPEaZMGGpAgKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904391},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d822f6d-0bda-4468-b0d8-ffce4a2d07f7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\6d822f6d-0bda-4468-b0d8-ffce4a2d07f7\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+bjYycsncOKNnE5He2cTcjsin2jwO2uGarK6UNLcjg+NKYxE6GHthwY+7QBSaavSQNDnUltw95X1f0ujNis0Fg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251110.1_1762844542499_0.20148050916328697","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251111.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d627f2ea2b6501bf0d4cb75cc9f2a4a256ae7f7b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251111.1.tgz","fileCount":186,"integrity":"sha512-R0Nyioz89Mdw7w8U8c6H6g8GkeYZvp0U9o8Iyp6bHbhlw6ajSOQC2njHWt8EBBFA8XHircHIWZLYu1ZMFrr3UA==","signatures":[{"sig":"MEQCIB9qrokVT1Eo6R6f7MMFSPI2cpdbDwa6hFWNheLsKFs+AiBPOdE4fusJt9icHRajHlxqva1JqCUGGYozXdOo6GQhqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904391},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2104390b-ca25-46d4-aad3-ac02ac2fee15\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2104390b-ca25-46d4-aad3-ac02ac2fee15\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-R0Nyioz89Mdw7w8U8c6H6g8GkeYZvp0U9o8Iyp6bHbhlw6ajSOQC2njHWt8EBBFA8XHircHIWZLYu1ZMFrr3UA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251111.1_1762930953357_0.8776971197935755","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251112.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5240945c191555d5890020e69dac59e8eb1e718","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251112.1.tgz","fileCount":186,"integrity":"sha512-r4u+hJpRKGD8PyrPwsg0S6PtxSLS4CFSZguwRCwupEnU2leWr/wAtgFiwRM0ubVakdKcTk2hujMLpYQt37tosw==","signatures":[{"sig":"MEYCIQCZOOWfMDRNEMOHtz5oDFzpLbwTcAhknI7fWJGrUmIuHgIhAJTz975YLhEdTCGqrxSyXfgx3JNOVhteKOzHA83KPc0U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ff394307-9017-4f2b-b97e-68de4f43a449\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\ff394307-9017-4f2b-b97e-68de4f43a449\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r4u+hJpRKGD8PyrPwsg0S6PtxSLS4CFSZguwRCwupEnU2leWr/wAtgFiwRM0ubVakdKcTk2hujMLpYQt37tosw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251112.1_1763017706571_0.37736250081784894","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251113.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ac5842d40e9dfd2d523a314793e40c8e127066f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251113.1.tgz","fileCount":186,"integrity":"sha512-XGp5COIfvitjCSmw2DFabIcgl1ijKSN9Jp+jOWSshg0IJCQMwjKjRJ9lm57klb3yG+Kt3R0TwfegT+MLRnPdGg==","signatures":[{"sig":"MEYCIQC+PveVrF0tz2XFzx+xJCdfxysCz6b1a7qS7aM1nTOCTwIhAOm2KwuXlcROHH1IoeaGPQVOgf3bWYTc2GnVDXIaG7nM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1a2fad2f-79b8-477e-b3bb-79e97e647c0a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1a2fad2f-79b8-477e-b3bb-79e97e647c0a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XGp5COIfvitjCSmw2DFabIcgl1ijKSN9Jp+jOWSshg0IJCQMwjKjRJ9lm57klb3yG+Kt3R0TwfegT+MLRnPdGg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251113.1_1763104012604_0.10634524648659172","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251114.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d3d0e9e449fa039b34ca756b2ae74d27095c3a5","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251114.1.tgz","fileCount":186,"integrity":"sha512-RfbJaH1HFaqCopuBufaoBEXKBt4+mqsG8TKqb2prwdOm0eqiSW9h3Gmsul2auyyIh1IPPTMt6J6/XQn37Hi5Qw==","signatures":[{"sig":"MEYCIQD3XnhW+hycPdu9u2Xm6qor7hHXCBVetc+6Glsm+l2eWgIhAOESR9lUUOucn8yQ/Hrh3/owxulV8XevGRG9l5lKw4BN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94703f52-476e-4fce-b669-f5a51c7dae24\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\94703f52-476e-4fce-b669-f5a51c7dae24\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251114.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RfbJaH1HFaqCopuBufaoBEXKBt4+mqsG8TKqb2prwdOm0eqiSW9h3Gmsul2auyyIh1IPPTMt6J6/XQn37Hi5Qw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251114.1_1763190469432_0.7243950754316006","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251117.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68ce8da1bdc7bc6f8284d8c2ebda09aa49c1460e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251117.1.tgz","fileCount":186,"integrity":"sha512-khkOfE22iqxURWAwms0Uon7ZWeEIAZ4vEn0iB8R5Cd/9+pYyiZTDixLrCcgMx4DkJrDPQQR2ugPXHmLApxtq7A==","signatures":[{"sig":"MEUCIBPVLEth/snD1yWxw8GZ8eakqkI8UoYgC86felRivRDOAiEAzPCbiDsFjZjnkNpmhj6logo0CCnM3ggOdIx3hmGbFx8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5fca89b8-c917-42a7-a127-177907da582b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\5fca89b8-c917-42a7-a127-177907da582b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-khkOfE22iqxURWAwms0Uon7ZWeEIAZ4vEn0iB8R5Cd/9+pYyiZTDixLrCcgMx4DkJrDPQQR2ugPXHmLApxtq7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251117.1_1763449597097_0.09907064772356677","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251118.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ed5da16b30c0d7be256c24904529ad81cf41c59","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251118.1.tgz","fileCount":186,"integrity":"sha512-6cVVCym9ZMyY48+qX8mbwUPo52ugUlXIKk+kbkxiafpbhCS9z8B+RxHWJ6FpUI9hbBP3iuY5/RhUcqMZ06whsQ==","signatures":[{"sig":"MEUCIQDvM6x6JJVycq+XgXx8W9x0WblRJW6uFzPYCp5L7JqylwIgKQYh3t54Hbh3mtt4A63VcBqHMigMhOrdsqI1/vphKgo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec0c45dd-c6e8-44c9-8d53-5bc51a8ab47b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\ec0c45dd-c6e8-44c9-8d53-5bc51a8ab47b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251118.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6cVVCym9ZMyY48+qX8mbwUPo52ugUlXIKk+kbkxiafpbhCS9z8B+RxHWJ6FpUI9hbBP3iuY5/RhUcqMZ06whsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251118.1_1763536065053_0.4228928664196483","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251119.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa523ff86e2d62dc851bf6aaecf1c1ff40209ba8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251119.1.tgz","fileCount":186,"integrity":"sha512-RHuKXgVShZP3BtRMeOeaRmTEsJOmb3B6RZWKmK/lA7fv42YTJTWR2EPoknZQtTfqefHtMvWAG1duZ2X0cRN0gA==","signatures":[{"sig":"MEQCIExS5o6Qtd49QSl+ngHYb/gFcy6HHM8Ph6emiiaylsuEAiB7h+EsOJWgLX7Qtx25kN2tiPPoyhnC8p+HgdMXnhZM1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\70125d16-8ab1-4a25-945b-0a352794d877\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\70125d16-8ab1-4a25-945b-0a352794d877\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RHuKXgVShZP3BtRMeOeaRmTEsJOmb3B6RZWKmK/lA7fv42YTJTWR2EPoknZQtTfqefHtMvWAG1duZ2X0cRN0gA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251119.1_1763622225165_0.900967055688686","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251120.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c43eb8c4dcda1059e9ede6c920a4e55102b98d2b","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251120.1.tgz","fileCount":186,"integrity":"sha512-c0zPyDk8DL6NY4lXdGfvntHi89wplaFCEyxXjbYqnIgKa7PyTIo64O7XHH45IBUniHqLwWHMeFqEkM0DtigZ0g==","signatures":[{"sig":"MEYCIQDo/htR0LxzNlRtJNytRzU/R3i/YMnb4bhK0KOdwuWz5AIhAI2hqNCLIg7SzpNvS7OihATviHSEc5QV05ZqogXH51BE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d9f70a1-cda4-45cf-9839-be922aad02ab\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9d9f70a1-cda4-45cf-9839-be922aad02ab\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c0zPyDk8DL6NY4lXdGfvntHi89wplaFCEyxXjbYqnIgKa7PyTIo64O7XHH45IBUniHqLwWHMeFqEkM0DtigZ0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251120.1_1763708551693_0.23365977078950828","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251121.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"504598ba70c2e43fe06a751f3ceb04d7bd9b5b63","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251121.1.tgz","fileCount":186,"integrity":"sha512-fB2W3sxObka5ktPqx/3+wKYAOISrFfkw3kFCroytq8gzW24WMaMixlcJK1f3JeqbErS4SZ/Z1bIofNx9sd1qJg==","signatures":[{"sig":"MEUCIQDHxM4ffyE2ip+bPngeVjKd+/rVZ4Du1AnBM6nQoJNkSgIgctDM1ch3WqGCq5H4a3Mzp9M2PzCNg70j0SWbYAYNRZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\03835931-351e-4142-82ac-7da49d90337d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\03835931-351e-4142-82ac-7da49d90337d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fB2W3sxObka5ktPqx/3+wKYAOISrFfkw3kFCroytq8gzW24WMaMixlcJK1f3JeqbErS4SZ/Z1bIofNx9sd1qJg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251121.1_1763795213991_0.7925714794206298","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251124.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251124.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cded780d1803d8f4e45387584b477cbec9b9d2bd","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251124.1.tgz","fileCount":186,"integrity":"sha512-xdyvgEJCtCrGR0Wo6xz2XTZR3uMu3XoAZ98SDUlRsy8MgTGZwPP9d9qnnivLliQG6AGYLDP71FH//ZqtETWR/Q==","signatures":[{"sig":"MEUCIQCn1hOaVVE/EpnchgP81e8gVg73+GM6yoFA4eRRGxyIwgIgMWQe+YbAnG9Toa9KJOJnXCfj3HdZZ/+yhubPisbOxa8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2580e3d8-a44b-45e9-8757-9cb15fc1ba2c\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2580e3d8-a44b-45e9-8757-9cb15fc1ba2c\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xdyvgEJCtCrGR0Wo6xz2XTZR3uMu3XoAZ98SDUlRsy8MgTGZwPP9d9qnnivLliQG6AGYLDP71FH//ZqtETWR/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251124.1_1764054448308_0.407110820755213","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251125.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43162b06af584f88ad88d0bb0eaf6a8b9871ee5f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251125.1.tgz","fileCount":186,"integrity":"sha512-s1A72kvvHwGYeY47MdgzzuTucnNtFq5Z82wuE98wTBQnh21taYvqpnThQeQiytDUtFtdQhEdfP/UMrkZC3dHRA==","signatures":[{"sig":"MEUCIQCJho5QP0MdjYh/qBVgXr0xTdWU3nY8T8WZvJlRJC3ijAIgSC73CcodFeBAjjVaYdplXEOtvrKgmBMntc8v8wgfS1A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a1512b28-0f73-486d-a255-e0fcc9f2f888\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\a1512b28-0f73-486d-a255-e0fcc9f2f888\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s1A72kvvHwGYeY47MdgzzuTucnNtFq5Z82wuE98wTBQnh21taYvqpnThQeQiytDUtFtdQhEdfP/UMrkZC3dHRA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251125.1_1764140857689_0.8575441128419774","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251126.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d2311186b1dfe5028bd8d66e43e57444dddf9e9","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251126.1.tgz","fileCount":186,"integrity":"sha512-FMMQaFZZXMri4mhw/NYe8dNQfeGj0H77tdL/JRsVAuY3rs6pAqKXFEzwhweguf+sn/XzNuW3nHpHOGFO/q3ovA==","signatures":[{"sig":"MEUCIBnE/5rVQI1ky045xoS14BULbx+6wHCFLl+ov5Cwj+5PAiEAr5FnwFgulCDBkeI/cnc+6Xadb0GXs3YAQklP8+760ng=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9f539613-93d5-4939-8983-24aed602407d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9f539613-93d5-4939-8983-24aed602407d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FMMQaFZZXMri4mhw/NYe8dNQfeGj0H77tdL/JRsVAuY3rs6pAqKXFEzwhweguf+sn/XzNuW3nHpHOGFO/q3ovA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251126.1_1764227184881_0.7731744365024895","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251202.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd59676bf8d12fc8dbf27efafcc112622dd674ea","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251202.1.tgz","fileCount":186,"integrity":"sha512-p+HL/GJeMde6PwDk7Mr1Owzr3X80JAHVRhW48pS7f+dMOpozq538HtnDjIB6rfbo3ruvGU1Kgk9RV5plBTeKMQ==","signatures":[{"sig":"MEQCIG5nXOGM8spfypr5qQevH0jLsru7/pMTcxSF1awthTDpAiALReR6+vg9R+nn0lTlNye/UfsA9sizQc7Qetc5vOjeaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96988070-d9cf-465c-b76e-fad5a2303a91\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\96988070-d9cf-465c-b76e-fad5a2303a91\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p+HL/GJeMde6PwDk7Mr1Owzr3X80JAHVRhW48pS7f+dMOpozq538HtnDjIB6rfbo3ruvGU1Kgk9RV5plBTeKMQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251202.1_1764745716908_0.5782828322165803","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251203.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a01ee9a2da6d693792351d4302d75142159639b7","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251203.1.tgz","fileCount":186,"integrity":"sha512-eO9InY01W4gaj1GWXXKQ35m06wNtU2vjCa+tmxEqsxe+YLYKIoZPO8FijK4OS6v8oSn3oVYYty6kWGoMBg583Q==","signatures":[{"sig":"MEYCIQCkwzxDFE/4AEiO8UvTAwJ36JFFPch+iu06oYEca5+eCQIhALZ95MZEf/2l/v4MbuA4KxJ288t9KA8mn7Yu+hExMgk3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f185d774-c9f9-4829-a15a-a50dcd56f3c8\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f185d774-c9f9-4829-a15a-a50dcd56f3c8\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eO9InY01W4gaj1GWXXKQ35m06wNtU2vjCa+tmxEqsxe+YLYKIoZPO8FijK4OS6v8oSn3oVYYty6kWGoMBg583Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251203.1_1764832312839_0.6392848503731949","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251204.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5f78b34b8cb5ecd104dd54f36e57a671d72fa04","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251204.1.tgz","fileCount":186,"integrity":"sha512-F4Pv61Yj3E1r/m7dw3u8TUWMIEC0nRkpe5KFJuIORWZNQ2YIKWoaZ9Y4jdlgTPgYpWrBjxNiZVuGkZ6snOE3aQ==","signatures":[{"sig":"MEYCIQD3qsQF5ocRhk5wf0Ib/KW5B9IU9E/6prLRLLDW8SY0gAIhAPXpKP4ExabT8Egy786u8grGOiep0Nj+n8n60Os6ASBQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a71bd8f-3e9a-4194-897e-74bb15234697\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\5a71bd8f-3e9a-4194-897e-74bb15234697\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F4Pv61Yj3E1r/m7dw3u8TUWMIEC0nRkpe5KFJuIORWZNQ2YIKWoaZ9Y4jdlgTPgYpWrBjxNiZVuGkZ6snOE3aQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251204.1_1764918462171_0.25683134221466797","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251205.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20251205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0202b3b61196d4a25316be678ceab30dd86d940e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251205.1.tgz","fileCount":186,"integrity":"sha512-VJYbG+bl3fW9b1cMlcL8lKEtO3hYVOLdx6x4+e5yPm7x64ZRyO+t7t6FuIBekjdtKwqhqbZgfGr3XnZRBAD0Ig==","signatures":[{"sig":"MEQCIBMwuO+VgG+xLnSlJYu1PkxXKhCxRM19dzekKBPBzZFrAiBojVl5hRPXD7hs8njy0549NmISWGlb5S854X02wrlgtg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c08cd73c-50dd-4fb1-b263-e98e4a19bece\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\c08cd73c-50dd-4fb1-b263-e98e4a19bece\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251205.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VJYbG+bl3fW9b1cMlcL8lKEtO3hYVOLdx6x4+e5yPm7x64ZRyO+t7t6FuIBekjdtKwqhqbZgfGr3XnZRBAD0Ig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251205.1_1765004772689_0.4169873917614806","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251210.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"032863eaea07eb75872f7b167526b27b43d39c52","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251210.1.tgz","fileCount":186,"integrity":"sha512-2hvvB608tuJ0EoHZywJRJri2zK8GXNLguDshdBTEjNXhpKu+cRG49wkfQ3oPatb58KYxrVB7flqxZUbQeueWtg==","signatures":[{"sig":"MEQCIA2cYOIcD3Pdfp+tMC5TRDU8SoqYONkBwfWpbJr/g2akAiAyP/rY5McXr/8ybMpRD9ct20AxFox3pJdpEPXfr//rpg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9893b962-3d66-44c6-88b0-650b34241fb9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9893b962-3d66-44c6-88b0-650b34241fb9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2hvvB608tuJ0EoHZywJRJri2zK8GXNLguDshdBTEjNXhpKu+cRG49wkfQ3oPatb58KYxrVB7flqxZUbQeueWtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251210.1_1765436811032_0.2856121075231812","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251212.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3e091642562d01ab4fb52547859c9d507380dc3","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251212.1.tgz","fileCount":186,"integrity":"sha512-6Y08VvcQaeb6xaYWyleB69kjKR3Wofyk5oqhb7NWuK5e4sTSJv59PvFetmDtPGjS06fiKiMG6P9B02VIhlSCFw==","signatures":[{"sig":"MEYCIQC1JIBuGbDlpzT+ZNnlFu3AP8DtsM+6WQylMQNqpPPsRAIhANRbevZldohVNMCoG4M7DIsodBLjVvZSpxve0w4F3DA6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\727f5763-32b7-4de2-b1d6-bfeb45f873db\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\727f5763-32b7-4de2-b1d6-bfeb45f873db\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251212.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6Y08VvcQaeb6xaYWyleB69kjKR3Wofyk5oqhb7NWuK5e4sTSJv59PvFetmDtPGjS06fiKiMG6P9B02VIhlSCFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251212.1_1765609667949_0.4934925566302968","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251215.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251215.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7dd59151a9d4a77aa11e3bd01149126c16c818a6","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251215.1.tgz","fileCount":186,"integrity":"sha512-GSOQyjqzUtlNauVH0CD1k1FgiW/GilmV2SzufM3iFmvTcX8ViXO0C+Zs/anIHlDGz5GJCw36KKajfnR9ZvZuJA==","signatures":[{"sig":"MEUCID42f79cB6YluGsqCZQ/oHTxOvVWPLAok1WN6N9qhc41AiEA1kKMKsebcDNeLeGfKVGunn52JQSnxr1JJ4OF3O01aIM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\741e71d6-c3f1-4d61-af5e-fbe4f3c22368\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\741e71d6-c3f1-4d61-af5e-fbe4f3c22368\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GSOQyjqzUtlNauVH0CD1k1FgiW/GilmV2SzufM3iFmvTcX8ViXO0C+Zs/anIHlDGz5GJCw36KKajfnR9ZvZuJA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251215.1_1765869837444_0.6242722985253188","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251216.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73114912b063dfa7728ceeeb8fd471cb8aab6573","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251216.1.tgz","fileCount":186,"integrity":"sha512-tg+/bYxK0KGv0eJSVjF0C1znonJN9fviQwpKtNFF3dpzy6xQ32uISkAzaKxPsJB0eSd56/w2/QvcapxpO3m2KQ==","signatures":[{"sig":"MEUCIQDpUgdrnQVjKbRzykqOR5IqoLfSnpznmqmOBvewIMgGeQIgOD+465qYBOrFeAtwN4uzmwocqhK2g9ylXwYHpcF9ees=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\792979da-c12b-4ee7-9b82-ead2ae86230d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\792979da-c12b-4ee7-9b82-ead2ae86230d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tg+/bYxK0KGv0eJSVjF0C1znonJN9fviQwpKtNFF3dpzy6xQ32uISkAzaKxPsJB0eSd56/w2/QvcapxpO3m2KQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251216.1_1765955078102_0.3204294886791068","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251217.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1bb9e8580a4124db78ed9e0bc9fcd947f4ee4914","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251217.1.tgz","fileCount":186,"integrity":"sha512-c99gugq7hOgfIp0IdgUi6bG1o5cyYBClRTyR4Kj+mNDujv3q6oJ5H7fUY4wDEnrNGVK5RM1Y8grrKZGkENk9XQ==","signatures":[{"sig":"MEYCIQCs0TS8Lux6KVlUj42N0JENRC/wSdvDlW2ydGh8qIyQowIhAKZaRMEt6Y+gjE+Ib4wfYATxIh2DJGM/XzJx7KkuykLz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b4c60988-e39e-44be-afb3-9f1ce8fbdc30\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\b4c60988-e39e-44be-afb3-9f1ce8fbdc30\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c99gugq7hOgfIp0IdgUi6bG1o5cyYBClRTyR4Kj+mNDujv3q6oJ5H7fUY4wDEnrNGVK5RM1Y8grrKZGkENk9XQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251217.1_1766041587876_0.6872817502579722","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251218.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f2b876ea2e6f87e5092740288be5dfffdaac920","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251218.1.tgz","fileCount":186,"integrity":"sha512-Vf3BVszHm4EbmuHgu/Nv6Hhfn8loCTFmfc7F+u4gS4/PtSaB61NaNrAJtkpygZlmKELDGFQ1Pdt/cA0X4/l0xA==","signatures":[{"sig":"MEUCIGk+h4o+5g2bY6yGuNyN6FGW5ZFlFeGbsmMGlPhWDyG9AiEAz7LrFRJMcz/xQcwE2ZmH5Mnndp29Xn/cdG5TUuclmp8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\590d55a3-3b88-42a6-ba28-e5c84bfffad3\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\590d55a3-3b88-42a6-ba28-e5c84bfffad3\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251218.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Vf3BVszHm4EbmuHgu/Nv6Hhfn8loCTFmfc7F+u4gS4/PtSaB61NaNrAJtkpygZlmKELDGFQ1Pdt/cA0X4/l0xA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251218.1_1766128173990_0.9937219650143669","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251219.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"25b0a4d44d55b67889c898a5e0c1bc6d207be616","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251219.1.tgz","fileCount":186,"integrity":"sha512-pwc6vaPS/Cmcm4SeIiYBbKB/juQYPk4msDl6kIPAhoEJ9T1j+Epa5otWEu3CN0p1b7MPKuNGStKciSnWJZHSFw==","signatures":[{"sig":"MEYCIQChdtjZjZLPA+/8eBgRu9t+vsn4Qoeo9jdzy6Rf/i1VVQIhAI8HINu3VT8Ept2K9+hFuKRJQY+YKLOY9gSfb2pgT5ul","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\9207fc1d-7010-4b9f-93d6-f0862630f8e3\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9207fc1d-7010-4b9f-93d6-f0862630f8e3\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pwc6vaPS/Cmcm4SeIiYBbKB/juQYPk4msDl6kIPAhoEJ9T1j+Epa5otWEu3CN0p1b7MPKuNGStKciSnWJZHSFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251219.1_1766214517808_0.7081557104025573","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251222.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251222.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1a8bbbd83a4694b774e2a32986095406c13bb04","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251222.1.tgz","fileCount":186,"integrity":"sha512-ykUCQP+f5D786t60yGiwQWyg/AD4fW2tM5jd4JSAmJrB3v3VqLQErV+FIrL+nkAOZA0BWShSHHfxoESqGa8jPw==","signatures":[{"sig":"MEUCIQDE4im3tPxoAYv28aw1Gexvs7uS2y2+nRLN6AiOD+c07gIgaXS0WQ33sBx8QLdbvGK4KNKW8TsiwNx8JYoUQclGSEU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\63d91efb-e69c-4956-b398-cc797edb6de2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\63d91efb-e69c-4956-b398-cc797edb6de2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251222.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ykUCQP+f5D786t60yGiwQWyg/AD4fW2tM5jd4JSAmJrB3v3VqLQErV+FIrL+nkAOZA0BWShSHHfxoESqGa8jPw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251222.1_1766473674947_0.8298038579960907","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251223.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e386b137c16a8766449e8081e27d9348d40b2ea","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251223.1.tgz","fileCount":186,"integrity":"sha512-rhGTRT2dhMPeqOiN01y+O0/1z+vsR5tA5giREtIU5sXfDkvkeUnvQA08mE3BdFa9oPX2esbKD3QwbcCwrjQssw==","signatures":[{"sig":"MEQCIEGeU2EbnRfSwvaPmS9tz6DP0+VdC0mkGSL0Vet5TZNoAiAOUWbrHi1/T0hzR3TcCSUcWa9y11GDYUT/qIgHUtnEvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8bf52478-8c2b-483a-adb9-1fc93b207001\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\8bf52478-8c2b-483a-adb9-1fc93b207001\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rhGTRT2dhMPeqOiN01y+O0/1z+vsR5tA5giREtIU5sXfDkvkeUnvQA08mE3BdFa9oPX2esbKD3QwbcCwrjQssw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251223.1_1766560014141_0.18172570965090973","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251224.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e9a99461a34f4112a8ec5e0aa52e609c8bdf3426","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251224.1.tgz","fileCount":186,"integrity":"sha512-W448jSue6Sx6Im38u8bAcqWliFmX/ee2kAeGFmZchJBv3pHRCbFszsPS7BrtfOTlREr4ITp62Zbw/PqI4iJoNA==","signatures":[{"sig":"MEYCIQCzNislmmd9tnY9hrhy09RP6Xg5Ae3ONpX4wWh5nl5QaAIhAJ2rPGhwPRn6R7Cm/EE6FWUaz91tzSNxol06dwA47x1h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\afda129a-778f-432c-a8ed-52a4df163d4a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\afda129a-778f-432c-a8ed-52a4df163d4a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W448jSue6Sx6Im38u8bAcqWliFmX/ee2kAeGFmZchJBv3pHRCbFszsPS7BrtfOTlREr4ITp62Zbw/PqI4iJoNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251224.1_1766646192191_0.48332552431466236","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251226.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"88983d03217ab1e5fd71b44cf1bf47127d10fe63","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251226.1.tgz","fileCount":186,"integrity":"sha512-wfwtH1SxDcPhi2ANrq5ZVAB2ek2DbFrxPPcI9KjPHTsjpMImRcmKG13IHxlN/plsHBzojaoIE/J6uRw0G79fdw==","signatures":[{"sig":"MEUCIHLGlQUDCjKLtJklRQhGoxw2S20OJVRyCvT6DyBJ3o9oAiEA1Po3W9ca6BOZm2li4j8C7cmp9czx5pO1o8MMM5hBtBY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\122eb7e3-4f61-4480-b147-94a1ddeced94\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\122eb7e3-4f61-4480-b147-94a1ddeced94\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251226.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wfwtH1SxDcPhi2ANrq5ZVAB2ek2DbFrxPPcI9KjPHTsjpMImRcmKG13IHxlN/plsHBzojaoIE/J6uRw0G79fdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251226.1_1766819092285_0.45087690359996757","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251229.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251229.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2007473e9527ad493a6dba470c6338861f43a7a2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251229.1.tgz","fileCount":186,"integrity":"sha512-WqIJPaS6oh+/iqd9UuxR7fR8YyluCLGhzmSQK5eGAAeGH5nUyQOVx1+pbuee3Va2jMCaqBhyTWbeyL8n2meynw==","signatures":[{"sig":"MEYCIQDJcs8sRDmtKm5yWhJtMuGPcOB1xYRKxayO4DCeYKo+jAIhANY80miYJR1uHncSOmn0bVRAmO9xxwIZww606eoeD1DD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b70fffdd-d6bf-4644-bce9-ecfd15bb572e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\b70fffdd-d6bf-4644-bce9-ecfd15bb572e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WqIJPaS6oh+/iqd9UuxR7fR8YyluCLGhzmSQK5eGAAeGH5nUyQOVx1+pbuee3Va2jMCaqBhyTWbeyL8n2meynw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251229.1_1767078430668_0.6385816444808157","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251230.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"585edaab050f8f64b5b78a5575af0a5ebc09aa28","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251230.1.tgz","fileCount":186,"integrity":"sha512-/CfI/xV2v1zhvn8uY2a0nQp/v3nv/aZof5J4FToAJykXCqZOPdAZ5DY9j6luBEv6gFYBGnN4XOWqIIzjGHy1Ag==","signatures":[{"sig":"MEYCIQCFAAQlLW/WEe69A/Acrb+IMGT97i6JyBqgA46ox/xFEQIhAN2QLRvbUWZmD+S51cn7BkSs6IUin2MfYjsBmPaDOxMb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\286ef0dd-2ec3-458f-a788-e6d3e7ca99e4\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\286ef0dd-2ec3-458f-a788-e6d3e7ca99e4\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251230.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/CfI/xV2v1zhvn8uY2a0nQp/v3nv/aZof5J4FToAJykXCqZOPdAZ5DY9j6luBEv6gFYBGnN4XOWqIIzjGHy1Ag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251230.1_1767164807704_0.8323063845592584","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251231.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20251231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe03962eb2b209a30aeda1c88419e482dd4c3ced","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20251231.1.tgz","fileCount":186,"integrity":"sha512-eosG/DEiZrWEey33dB6zwCvttCeVPgmb/wfrQc/AxmHAXcwxZerx9T7lVaZP5tgFZIpUv2lf99+9o0r/SHCjZA==","signatures":[{"sig":"MEUCIQC/byYccESsQu2vtO5Q2JdnvFrDitT7McSX1Fvz1IWOewIgfekD0Jl8Kena5yUx70sMQbrKgDnD34hT1u5rrZxbcoY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f806cd53-f7d9-46f0-8c23-085a0a70f5e1\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f806cd53-f7d9-46f0-8c23-085a0a70f5e1\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eosG/DEiZrWEey33dB6zwCvttCeVPgmb/wfrQc/AxmHAXcwxZerx9T7lVaZP5tgFZIpUv2lf99+9o0r/SHCjZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20251231.1_1767251115729_0.34180565224929227","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260102.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e92e9ce29abbf478fbc681856e07c412119b0b90","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260102.1.tgz","fileCount":186,"integrity":"sha512-2E8mhVhoaSr8H0J64iw8+j1DcoEg4PmhP6EzTfBWRWqhtfrsQMZV4Pvfan8B2MwqeAsVYa/8MkfAz1pfkndCaA==","signatures":[{"sig":"MEQCIFjXvyKvS9cidbpKOlh9GPmguQ5TM355UVZn1Erx2IK3AiB5RngPNR43hkAKzDu7ye/mHIZdL7qpayNoYZPYySHHNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\495c845f-1c97-4fc3-b6e5-fb576f68aaa2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\495c845f-1c97-4fc3-b6e5-fb576f68aaa2\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2E8mhVhoaSr8H0J64iw8+j1DcoEg4PmhP6EzTfBWRWqhtfrsQMZV4Pvfan8B2MwqeAsVYa/8MkfAz1pfkndCaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260102.1_1767423693402_0.26938041550781855","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260105.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260105.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f943563ce7a5a3eb43bf4ee5669a0288009cde90","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260105.1.tgz","fileCount":186,"integrity":"sha512-3HgU29XVz37ag7UBPhDJxp7Oui667drnXIupgX4fWvefZUpEefpyYvt5J6MFC5BZQTyjUJwFK9luj+wbfOGqsA==","signatures":[{"sig":"MEUCIEwmvcuLtfSEnooXnaax987C+f12HOv7nsnI54rVwjH9AiEAqAkRkD1Ko0I3PmXgo8paWvN6JL2B8yvA1BNsPpDNHc8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904392},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\9f47e02e-325c-48ae-ad15-e814cb5630e6\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9f47e02e-325c-48ae-ad15-e814cb5630e6\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3HgU29XVz37ag7UBPhDJxp7Oui667drnXIupgX4fWvefZUpEefpyYvt5J6MFC5BZQTyjUJwFK9luj+wbfOGqsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260105.1_1767683333543_0.8345328740740279","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260107.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc046be002a7c840e4dda1e1c74a0b596f929125","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260107.1.tgz","fileCount":186,"integrity":"sha512-oaVzJPtCIt5kI6mDI4ExhwuyHZJBtsoypPybRPs23BB+Rso/d/7iLSDq+GdiZXA1XR9Hg5815lT4ebcs6Tea3Q==","signatures":[{"sig":"MEUCIQCqP46dbLBuPk5dAO02Wh9dZwVBrWUNFRRAdhoOvXfddAIgPAED1ldtu9lqx+wqQeA/uiF4/0FEooGOtlU63vHLJhQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9045a83b-03b1-4bc2-9cc4-ebd84956dfb4\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9045a83b-03b1-4bc2-9cc4-ebd84956dfb4\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260107.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oaVzJPtCIt5kI6mDI4ExhwuyHZJBtsoypPybRPs23BB+Rso/d/7iLSDq+GdiZXA1XR9Hg5815lT4ebcs6Tea3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260107.1_1767856305185_0.28247017157349674","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260109.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c33948d4b47485ea1155e217209effaade46669c","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260109.1.tgz","fileCount":186,"integrity":"sha512-p9ifnGFaice90RpWJpb/zAb7DF7eyQcdZfTFNhCxvgTNIa5Ti2c+mdSQ8AZjOKAr1O5mL7LWqGx2eRMku78mZQ==","signatures":[{"sig":"MEQCIFwcqdGVLhX0Ksn9aXpwTGABAxjYYMEZjcI5aOrSSTN7AiBI3YBm8SA/IM7jZU4h9aHxJPHbUY4+MkstrfMYf7slPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3676929c-3213-461f-9438-eb2694570856\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\3676929c-3213-461f-9438-eb2694570856\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p9ifnGFaice90RpWJpb/zAb7DF7eyQcdZfTFNhCxvgTNIa5Ti2c+mdSQ8AZjOKAr1O5mL7LWqGx2eRMku78mZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260109.1_1768028884689_0.9640246084448205","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260112.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd861c1d591d4231bf217517107f0cbc22cf3666","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260112.1.tgz","fileCount":186,"integrity":"sha512-BQMWcmUELKY/SHw6J2xhr4VjAVJaupwoyEveJM8XCkoXDi0f+pY4VjJNLaXUUAK2ctOSZplb4yaGTLIKfgmoZg==","signatures":[{"sig":"MEYCIQC4epbfxcmn/jaUQgIa9ALRL9wBR/7Abtb30LVb9CHPzQIhAPy9Cp1GCW5vbilcK/L8bFpa/mAU1zo2UNfSEvKHf0JB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\888081cd-7a45-43d2-86ba-f62bd8874cf1\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\888081cd-7a45-43d2-86ba-f62bd8874cf1\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BQMWcmUELKY/SHw6J2xhr4VjAVJaupwoyEveJM8XCkoXDi0f+pY4VjJNLaXUUAK2ctOSZplb4yaGTLIKfgmoZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260112.1_1768287806597_0.8991631150587158","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260113.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"705d80ce9b08309f92e8f86da1f5b5d51ed9e03e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260113.1.tgz","fileCount":186,"integrity":"sha512-9G5othXKjBBmBqCzRAN+nL3VztY2kuQlsZ8AgAmiLuhRznJD20jE+YGXttH4elEmLuPPy/zXa339+CCCTL14YA==","signatures":[{"sig":"MEQCIElnfo6P7JogzaEnXg9f0IpAea5A7J3v3WmmWflgQl6pAiAfdBYp0EG3TFxa3eCbXRf28I5Qns/KHAB5xV3DeY+VyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\72b9b92a-9e53-4770-a2c4-f1d45f6f7bbe\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\72b9b92a-9e53-4770-a2c4-f1d45f6f7bbe\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9G5othXKjBBmBqCzRAN+nL3VztY2kuQlsZ8AgAmiLuhRznJD20jE+YGXttH4elEmLuPPy/zXa339+CCCTL14YA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260113.1_1768374381451_0.7010926873413164","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260114.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21c49119fc8d733668d90b375be6194e78609ceb","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260114.1.tgz","fileCount":186,"integrity":"sha512-JYCdPgvEbXSXKecKSy0mfJ/duKkl/vNw/eevsnBxfs5DBFrfQNggZQN6Ob29ud5DtjO5Kcni6a0KZe1ToGkq3Q==","signatures":[{"sig":"MEUCIQCquwKmAX8o5n4ROJ3JNVylcAujP0hNcYWM6dU0wdhfXAIgVhge8qH+W4iCaudX/p3fh6KRaOduMDuFq0HK2utth9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1688a90f-a2f4-46b3-8bd9-12f5d1a713aa\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1688a90f-a2f4-46b3-8bd9-12f5d1a713aa\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JYCdPgvEbXSXKecKSy0mfJ/duKkl/vNw/eevsnBxfs5DBFrfQNggZQN6Ob29ud5DtjO5Kcni6a0KZe1ToGkq3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260114.1_1768460836993_0.6621652392560053","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260115.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c14be4c1650b72459cdee2de93f785136624b6a4","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260115.1.tgz","fileCount":186,"integrity":"sha512-zdYNPh0KPsl0vE7JrP5JCNzR2lO1yccP+gj2xLQkqnJ5MF5sPjkLtBkDgNtKhetiWqzCgxQHEc4HR/qyH24QYA==","signatures":[{"sig":"MEUCIQDQ5ItStFWTcbhPkgDRpnw3VE/poG5Asx3D7XiABI0CsgIgVKHOUmB9UzvD57SnuGNwK5sQlCiaWpyWkWMiFKVxtmM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\015fab02-4c7a-4f04-bb8e-e14415ecdf45\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\015fab02-4c7a-4f04-bb8e-e14415ecdf45\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zdYNPh0KPsl0vE7JrP5JCNzR2lO1yccP+gj2xLQkqnJ5MF5sPjkLtBkDgNtKhetiWqzCgxQHEc4HR/qyH24QYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260115.1_1768547283349_0.6860689631072954","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260119.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7f412ed03f8776a268ad3f299d286c11c7a660a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260119.1.tgz","fileCount":186,"integrity":"sha512-MKijCFm4lRzntDE2ahVlS+uL6XLCi8nUChONRKfU7FVxOdt6EJg2avpO5y0Qs+z3AyjfiDFimybbxQy7S5PAZA==","signatures":[{"sig":"MEUCICGX6kTFENXHPfIIAG0BDgXKPHCdQVzyPnSr3OmV1JJ7AiEAiSqq2Q4PYZLqDm/Z48TciUFdKH6g29qpUvf5AMsWGGw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\115d30ef-940a-48a0-8fab-c147970e4a7d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\115d30ef-940a-48a0-8fab-c147970e4a7d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MKijCFm4lRzntDE2ahVlS+uL6XLCi8nUChONRKfU7FVxOdt6EJg2avpO5y0Qs+z3AyjfiDFimybbxQy7S5PAZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260119.1_1768892865031_0.18696504633288336","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260120.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1584af40b1ac36f0445d64806497c6b6ad61e88f","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260120.1.tgz","fileCount":186,"integrity":"sha512-2OnsOi3ZjRt3qhjqaLmqTsJJQeUMsOSxmVIxuQnduElT6uxo9J/U4jEqYBW7nJhUiE6j7sDd9uGgT1yupUYoNQ==","signatures":[{"sig":"MEUCID0jynRZAxkwoSWBKQKv/e5Dg872vLna/VmywefYVPv5AiEA4FdlkoTRJM1fvectHFYcxqK0S/fPbaqDDvU1zU1DfpY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\730e2869-7651-479e-ab58-f90c2e8b3aa6\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\730e2869-7651-479e-ab58-f90c2e8b3aa6\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2OnsOi3ZjRt3qhjqaLmqTsJJQeUMsOSxmVIxuQnduElT6uxo9J/U4jEqYBW7nJhUiE6j7sDd9uGgT1yupUYoNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260120.1_1768979026964_0.6613490697913269","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260121.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d98883960a12557c1417b73c42f623f880f2f94","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260121.1.tgz","fileCount":186,"integrity":"sha512-L9abxHVwtYhOkWuQzQfGvdgURNGBRtlIlnsapGXKFYyD1JE0R2j9bE1jdN+8CaIcGFjWqTzw+hRpslWrk0irEg==","signatures":[{"sig":"MEYCIQC0vUXOftPJpKXLYwWPTy6O9Aiokc8K2P8lFdmmSxohKAIhAMF0cbVPPeKPpx1y07eH1m5jKMPi6TTmbIRR3WC4Dur6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\83e33d3f-f231-4f28-8a29-af5777d89d3a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\83e33d3f-f231-4f28-8a29-af5777d89d3a\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L9abxHVwtYhOkWuQzQfGvdgURNGBRtlIlnsapGXKFYyD1JE0R2j9bE1jdN+8CaIcGFjWqTzw+hRpslWrk0irEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260121.1_1769065660052_0.5867712424120071","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260122.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93105de841cb39a827ef2ec1bc2a6ed78af4b731","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260122.1.tgz","fileCount":186,"integrity":"sha512-PyWstxgygxF5UwJGpPWSq8ovMfZYFIbW1pk2g8onsZZiBAaWQfSizPMc3/JO20USkiNbpWeLgBEPoD9qQSKFzw==","signatures":[{"sig":"MEQCIBuuOepX6M33ZzMYVDEEz502yVtggGbTWy2VhXlOHAvFAiAxUzkVK0Ge1fyFsjGAZeI8Cxpz6omRo3LeRMAQ2/xZ8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\be0676f4-8b29-4ff5-8ce6-259c8eca7cd0\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\be0676f4-8b29-4ff5-8ce6-259c8eca7cd0\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PyWstxgygxF5UwJGpPWSq8ovMfZYFIbW1pk2g8onsZZiBAaWQfSizPMc3/JO20USkiNbpWeLgBEPoD9qQSKFzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260122.1_1769152056487_0.6870417334156007","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260123.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260123.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"198cbac7ad7bc42ce2fb1aee74a6d9234d1bf688","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260123.1.tgz","fileCount":186,"integrity":"sha512-oQGUEEhVMgqPefrVUfgS5cPFNG+l4iE2HomCEZypKB0xO8Lyqv6w/EH+BUZqIgwf2M/RM37D6mZ8NTdN3lprvw==","signatures":[{"sig":"MEUCIEM1kk8TcVjFJvk+aK40yR6Uc+Ed8fFcUJouRTCvzGcGAiEAyhl3fo55bP0aCWol2y2BXQS9b4EMW49TNKwkbOHvdaE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\dd80983e-f3ee-441e-8225-a7c056d26bdf\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\dd80983e-f3ee-441e-8225-a7c056d26bdf\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260123.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oQGUEEhVMgqPefrVUfgS5cPFNG+l4iE2HomCEZypKB0xO8Lyqv6w/EH+BUZqIgwf2M/RM37D6mZ8NTdN3lprvw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260123.1_1769238739723_0.7913507780369513","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260127.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4633fa044b34a798ec21f225b56765e3f33e397","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260127.1.tgz","fileCount":186,"integrity":"sha512-pk2btdK1i3+w4Bija3wzONAgsv5GUEY0pUGBqIV/p4mie0YCYVTCjdPPeDHOO1rENDUdMbP0K9cnsYep88TkeA==","signatures":[{"sig":"MEUCIQCMqKdKJUOreSvtXNjyx0r0+hpRYlnLCWWuTJE7tX+a3QIgfUiDkFPeEL08D7SGSFKu+qzZnevLMX2+0EYvwIkd8UU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1e73d355-e0a9-4d0a-bf22-9a9de663f962\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\1e73d355-e0a9-4d0a-bf22-9a9de663f962\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pk2btdK1i3+w4Bija3wzONAgsv5GUEY0pUGBqIV/p4mie0YCYVTCjdPPeDHOO1rENDUdMbP0K9cnsYep88TkeA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260127.1_1769584091593_0.05727780136571026","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260129.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73d8538c2feda988e1cf1de865b003bcad597821","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260129.1.tgz","fileCount":186,"integrity":"sha512-D71DuqP6IJJq8O1Xn3RBzfiJ4gZVh7Sfvqg/opONAVigyFVncX1/zO/0YJA78DfIsZrkxdSOihea54EsBPZdlQ==","signatures":[{"sig":"MEYCIQDfJCDd2ouYHTYGvpy3wtQVtBcnrb3xN83u0WZr+BAOSAIhAITSfqCuiBcgHV0PER7JQ8YW66Mj9Heo8dfBWU+wctQ1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\49d76abc-0a10-4a18-81b3-a5911f752562\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\49d76abc-0a10-4a18-81b3-a5911f752562\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D71DuqP6IJJq8O1Xn3RBzfiJ4gZVh7Sfvqg/opONAVigyFVncX1/zO/0YJA78DfIsZrkxdSOihea54EsBPZdlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260129.1_1769757191469_0.9314442850420319","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260130.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14dcf8b6056a3eac45bfaf83e5f8e471feba8460","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260130.1.tgz","fileCount":186,"integrity":"sha512-3e2jD3OcBxTo+g3KIGfW15usDqHxSRyd/ut3UGRVZ6gWDdHlkVxKit9Ck44cMiW/VN9IKFPOxT2ShAWGm7a5Kg==","signatures":[{"sig":"MEUCIQDpzIuO4OpBImbo6cu/zRE3WHE49Rzc05tfLNcS21cjggIgXveZzaMP9EzVnMHYRwlRlACS9mB7eqPN3SYrRQApebQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\6ef74070-0a79-4c0d-92e2-eb3136552a37\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\6ef74070-0a79-4c0d-92e2-eb3136552a37\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3e2jD3OcBxTo+g3KIGfW15usDqHxSRyd/ut3UGRVZ6gWDdHlkVxKit9Ck44cMiW/VN9IKFPOxT2ShAWGm7a5Kg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260130.1_1769843280968_0.9470622420820582","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260202.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c9f816ea3aa1f9fb3901ff36c3a878666831c43e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260202.1.tgz","fileCount":186,"integrity":"sha512-noAVjiUvAKJT6ZnsGZB47miJ5IZ5zvxPJCWAgtKIlnOBuwkRZVUy0c3QiGzBfj9lMVAZ3YLzP6yFyHxPGE6oWA==","signatures":[{"sig":"MEUCIFl6qiFNxKhDAaHk+v9+aK9ERAOhE03XXDQryvmJa3pHAiEApE+23mSBALAhEwg913z4ew0VW1TedlEsGQ6TDLbqrEY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ac4fde44-540e-4719-8815-02486ee09068\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\ac4fde44-540e-4719-8815-02486ee09068\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260202.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-noAVjiUvAKJT6ZnsGZB47miJ5IZ5zvxPJCWAgtKIlnOBuwkRZVUy0c3QiGzBfj9lMVAZ3YLzP6yFyHxPGE6oWA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260202.1_1770103025450_0.26899388289452086","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260203.2":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260203.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260203.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4926083f7564f452259442b86286ae7967783211","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260203.2.tgz","fileCount":186,"integrity":"sha512-JSqGlS/nDeIHwATS+LR5tFJ0biE+WEFs/r2uCPXKtVBfWhRHhUaxrcm2l2wWjV3shzLWmGShLpJxzTKrg8fV/w==","signatures":[{"sig":"MEUCIQCZ6DMPfUt+JIY8y+rIQG8PJJKxHjX2WhiQeyooI//towIgAWt6xSW0gNYjzkEIEiRpLTLXydSNlK/i37q2wiIqU6g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\aa0a55fb-bc04-4141-8939-aacf89348b9f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260203.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\aa0a55fb-bc04-4141-8939-aacf89348b9f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260203.2.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JSqGlS/nDeIHwATS+LR5tFJ0biE+WEFs/r2uCPXKtVBfWhRHhUaxrcm2l2wWjV3shzLWmGShLpJxzTKrg8fV/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260203.2_1770189185922_0.9762193938846757","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260204.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1751afd28077c1e82f03f7d3932c46fee9e5f87a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260204.1.tgz","fileCount":186,"integrity":"sha512-RGGsVT9J69yhjWOGMbCyZKwxbIhQM+XqpskltaE2e/jpTqIj1QHDNMBSYWxff9GExzv5S2SbmILHRFMMdLWDnQ==","signatures":[{"sig":"MEUCIFnDh1BZXrQBpGh8wNN8iugY2k9lJR6YeSl+klpkLXgoAiEAiFCrkNj3QhqSCMttKG+MDXut6DMtQ+YZtpT5pGX6xpk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\813d6f6e-b0cb-4edd-913b-be03052af3c9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\813d6f6e-b0cb-4edd-913b-be03052af3c9\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RGGsVT9J69yhjWOGMbCyZKwxbIhQM+XqpskltaE2e/jpTqIj1QHDNMBSYWxff9GExzv5S2SbmILHRFMMdLWDnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260204.1_1770275759473_0.16391382030425405","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260205.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"687dd1ad932e92457ee30990aa47f9a8264d2c97","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260205.1.tgz","fileCount":186,"integrity":"sha512-gwlnyY4Y1cskQBJB66sMOf6MKS/74sCoTl1i6L7ZYU9Sb/lymZXH7geJxTDYPa0po3dTK1yfxYnGlTreTeDMdg==","signatures":[{"sig":"MEYCIQD2gCUZn6X6pdYlnzDhKWd8mOm+z7AWZeYq1KJjwwO6tgIhAIANXmAJbjZhSuGNnF3w/4Mp6FuakYwC54HYyPkKQAv4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\07a06fc7-12e6-4c55-b3bd-0f7fad502e03\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\07a06fc7-12e6-4c55-b3bd-0f7fad502e03\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260205.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gwlnyY4Y1cskQBJB66sMOf6MKS/74sCoTl1i6L7ZYU9Sb/lymZXH7geJxTDYPa0po3dTK1yfxYnGlTreTeDMdg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260205.1_1770361841985_0.379312664983384","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260206.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca2601b28c97427ace7bbe6cf7695e9d321a3740","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260206.1.tgz","fileCount":186,"integrity":"sha512-L6nhDWsVbFvt4cDEQmk5brX68qmJEfHPyz+9E5Wzk0Tfrn/an+or8XMS9Pe63ZPPgy1u+BaFqn1jIOvJTfFJSg==","signatures":[{"sig":"MEYCIQDkqI9sT9AA4FKSouxvnJGP99bkbKzvh0Gi6qzO22xURwIhAOyoTVmN0mKcmsyXT5EBDQmBnrD5x/MyO3Rp+0ow0Yk4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fe2ad8c4-d907-49db-bab5-fa6bba78c8f8\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\fe2ad8c4-d907-49db-bab5-fa6bba78c8f8\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L6nhDWsVbFvt4cDEQmk5brX68qmJEfHPyz+9E5Wzk0Tfrn/an+or8XMS9Pe63ZPPgy1u+BaFqn1jIOvJTfFJSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260206.1_1770448004307_0.0041517614533785885","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260209.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c9ed9abb604c97f3b35771a4b0c94b8ac5f55e6","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260209.1.tgz","fileCount":186,"integrity":"sha512-Bq5MUrayrQU/lGKOZg8K+y6qjlVCPW/sJGEpDV8FdbyxCU+tGrAzFm5HS2wix37EJc4NwhqHJmhptB5tXRUDtw==","signatures":[{"sig":"MEQCIFH+sPUy610e0W/fQgJA2qh64ihY1kpj+q+1LqXz9fUiAiBLbjvpQaghh2xr542l6BK/JWRGx0Z4p65vlVG7tPYBAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\0ce143bb-dd2b-4756-8053-30987e236a38\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\0ce143bb-dd2b-4756-8053-30987e236a38\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260209.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bq5MUrayrQU/lGKOZg8K+y6qjlVCPW/sJGEpDV8FdbyxCU+tGrAzFm5HS2wix37EJc4NwhqHJmhptB5tXRUDtw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260209.1_1770707553727_0.07250733364473994","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260210.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.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/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6229f5589079e0c05ad4cb71928058efb912e8d8","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260210.1.tgz","fileCount":186,"integrity":"sha512-2XoB9f6vDheohCJRznXtISl9HP0/oLQgM7zk04YC7tReZkrds/lcsa3qjb/6Ucsi8RhkhnFA90BpgY5JxiPe4A==","signatures":[{"sig":"MEUCIFWi7+K3MFe/i6g8BCAZxEn8hi/u/npZlU47xU05+9M5AiEAyQxiOfqGdH9zn416tS126/VYYp0hqT+3BbpewFymzuM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f6c565ea-7beb-482f-9f42-88d2e77b7556\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.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-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\f6c565ea-7beb-482f-9f42-88d2e77b7556\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2XoB9f6vDheohCJRznXtISl9HP0/oLQgM7zk04YC7tReZkrds/lcsa3qjb/6Ucsi8RhkhnFA90BpgY5JxiPe4A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260210.1_1770793979870_0.7378960584772647","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260211.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47e1d71342574cf02df5afad64a47ada4205dc89","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260211.1.tgz","fileCount":186,"integrity":"sha512-p6HIUtIHMdQmjhXX4VQ4c4zILNXHNG6MhVhX160lGQCcZL6lzSzfGHQEovVjHNVKZeb/Vck7bDZf4DD4DmRwog==","signatures":[{"sig":"MEQCIG9eIwabraOyXyba4TSdpyFgbBMDET5geWuJn/6Rwum/AiARO24Q0p6ZPL+6xQiAyK4jcUl/sE9PzHHMVNOM7kQMog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\393ddab7-da17-4a3f-a612-a931c0123b66\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\393ddab7-da17-4a3f-a612-a931c0123b66\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260211.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p6HIUtIHMdQmjhXX4VQ4c4zILNXHNG6MhVhX160lGQCcZL6lzSzfGHQEovVjHNVKZeb/Vck7bDZf4DD4DmRwog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260211.1_1770879870687_0.7428140967978589","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260212.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b75e78fe58d6074e609aaa31cd66d7dcb356edb3","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260212.1.tgz","fileCount":186,"integrity":"sha512-QZuZ4llEYOKCGHkX21VmyZPTyVGJjJ1h2LGKP9tAWRzs99aOOVVXlAxVKddjRQRZJAb9A4/YL5byTBVtYs827A==","signatures":[{"sig":"MEUCIGQ/xCu8xVhHj/wjWKbqU3qonV2f73JsvNRNqrm3RTlMAiEAjnEdiJPKRLLtClPPNy9FiIUOYkpJY/3fRy+hhgFr9tg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\72f6081e-3c1c-4723-8d73-c03c87f71558\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\72f6081e-3c1c-4723-8d73-c03c87f71558\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260212.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QZuZ4llEYOKCGHkX21VmyZPTyVGJjJ1h2LGKP9tAWRzs99aOOVVXlAxVKddjRQRZJAb9A4/YL5byTBVtYs827A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260212.1_1770966850249_0.502439873190184","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260213.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48602adcab367e91d493a3d6dbda68f903fd05f2","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260213.1.tgz","fileCount":186,"integrity":"sha512-6tefvdsLcj7MyrLzvZxrSBMh2KZ5GmGH+3VcdcDmmQWRwQ8KD1pxSlLAPbxXDrwyLHlfMpabqkwQ6BaSRz/Osw==","signatures":[{"sig":"MEYCIQC1zCgESFPcqZ46dx+8rJtKTTU/vHAWUtz8ATwzBj4i/gIhAOFaOVTNxKsv/cBiRGDIb/nyYj6k8afU54Ru5CMOVpun","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e96bf27c-f68a-44f4-90e6-bf177a35eb8b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\e96bf27c-f68a-44f4-90e6-bf177a35eb8b\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260213.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6tefvdsLcj7MyrLzvZxrSBMh2KZ5GmGH+3VcdcDmmQWRwQ8KD1pxSlLAPbxXDrwyLHlfMpabqkwQ6BaSRz/Osw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260213.1_1771052947842_0.0861560068018774","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260216.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f5a5edbfb455d2399bf65e0d46c811f2db778ca","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260216.1.tgz","fileCount":186,"integrity":"sha512-LM/763o6v6V9RnNTpIwa7LR2ZVD7CxBmBkgI3s90kq94fB5W/H13AAPBOBb87XbMDspNhVu+urjLko+O/yYKMA==","signatures":[{"sig":"MEYCIQDy6IWnG6DliO21YtNUcQFBWoK9s3wSAPnxgbrQ6I2W9AIhAO70v7biQnpLnhR7HOc6uuTmuzpehqGweds1RpM2gCzG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c0fe12d9-73d0-47a9-8e90-be588dd41fdf\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\c0fe12d9-73d0-47a9-8e90-be588dd41fdf\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260216.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LM/763o6v6V9RnNTpIwa7LR2ZVD7CxBmBkgI3s90kq94fB5W/H13AAPBOBb87XbMDspNhVu+urjLko+O/yYKMA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260216.1_1771312116806_0.9063280692385203","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260217.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f995507fd8e76477a953c9c11f55155529c5dd57","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260217.1.tgz","fileCount":186,"integrity":"sha512-UDMFOGwgUmaj9OPbxmRVa4tZ56aI/VdQnQB1mzD8XO9S7WEkyYJRzUHqX58Mf7etAijwswLRUS2N+EKp2Q8+Hw==","signatures":[{"sig":"MEUCIF5Ge7y0FmEohGUgbXeP+3E5GCKdZmov+ZokAiw8VKSeAiEApaV72LdKmxYgjfNDFz0UolGbJFGqi8k/jiYhTPCkwb4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ba5b3291-6c97-4d58-a2c0-6039ebe5aaac\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\ba5b3291-6c97-4d58-a2c0-6039ebe5aaac\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260217.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UDMFOGwgUmaj9OPbxmRVa4tZ56aI/VdQnQB1mzD8XO9S7WEkyYJRzUHqX58Mf7etAijwswLRUS2N+EKp2Q8+Hw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260217.1_1771398746960_0.07109128586390367","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260219.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5aca2647ce233ba3cb7fa494f0d054f90bf72237","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260219.1.tgz","fileCount":186,"integrity":"sha512-8U9WHgRSlHpTXAS4T9gQcxU/kOgNl/AkXQ4BMEgurDLRiz8kAJ02vexWF9+9I7hmZUDdtAH73sCjs4642jjWRQ==","signatures":[{"sig":"MEYCIQCEQv8FPzKZsYD0XmkL9NAblruPLRy+3Z3srGFXJ9P6qQIhALKQHCcPZJSCL0BrU3wMDK9XC63OnNXc0defCoaExc/G","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\46cffb9b-994f-4d3b-b612-50f1c89fa937\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\46cffb9b-994f-4d3b-b612-50f1c89fa937\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260219.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8U9WHgRSlHpTXAS4T9gQcxU/kOgNl/AkXQ4BMEgurDLRiz8kAJ02vexWF9+9I7hmZUDdtAH73sCjs4642jjWRQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260219.1_1771570999950_0.18602827400291","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260220.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"515311a6be2851f82740ba46eab0c7e6e0304565","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260220.1.tgz","fileCount":186,"integrity":"sha512-DIskXrPJGKJrAA3LKZlreJvMgh/uAMBuGlEIY7gtNtKTpJ9bJfSqi1QJXTvJ7VsNerYUvFrWFKGfrFpgHGVGMw==","signatures":[{"sig":"MEUCIAUubRDTBcYnp0gyIVa1Vfj2Eor9sTkatuyios02mc+aAiEAidMI51YDRjaD5jTgjC1oRNNI6fvhhSbTWbkaWJQn9y8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\2736ae78-a06a-40cd-9454-7d6e516e7b4e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2736ae78-a06a-40cd-9454-7d6e516e7b4e\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260220.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DIskXrPJGKJrAA3LKZlreJvMgh/uAMBuGlEIY7gtNtKTpJ9bJfSqi1QJXTvJ7VsNerYUvFrWFKGfrFpgHGVGMw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260220.1_1771657811844_0.9900980083234847","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260223.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b0333a742185b765324b131012dcb7728e79b38","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260223.1.tgz","fileCount":186,"integrity":"sha512-APwoGViHysQvqzEjEUwhCZ4vYfsOp4Jq17vdOP/QjsE4vNgxWfLQRzFyARAgT8CK2S5UjKLmShjxqgW5EPS4wg==","signatures":[{"sig":"MEUCIH1fjnPC1T4HWF7eDBRTWVQ0c/oARHH+MaYqZmYMuVewAiEAlFz0TQh51hTlh+0D09nfjFc53WtyKeDAuAwWV5r/FlA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e4d13a25-2301-4117-ba86-1f85ced6b67f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\e4d13a25-2301-4117-ba86-1f85ced6b67f\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260223.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-APwoGViHysQvqzEjEUwhCZ4vYfsOp4Jq17vdOP/QjsE4vNgxWfLQRzFyARAgT8CK2S5UjKLmShjxqgW5EPS4wg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260223.1_1771917174749_0.9880576071958589","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260224.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ccf3271f10b1f4a474f60403e683c3684680aaa","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260224.1.tgz","fileCount":186,"integrity":"sha512-hAfD8/UF8NYbA5FSre6yShpCtlEzaWgnqCkeO9XB/FsCMyoskYci8TWgvyBYvLjQdcGl86/WpIbPTcljEQlBGA==","signatures":[{"sig":"MEQCIGIXOIIncvpWZIKyqzvPVcPb6RpJU4+PsnOT/FlbQfQFAiBa8SAfEN5U35nKISbFaRtmbtuwDQNzS1m+3KrjYSIthQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\803d66a6-92cb-4bb4-b0c1-9a6e803832d4\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\803d66a6-92cb-4bb4-b0c1-9a6e803832d4\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260224.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hAfD8/UF8NYbA5FSre6yShpCtlEzaWgnqCkeO9XB/FsCMyoskYci8TWgvyBYvLjQdcGl86/WpIbPTcljEQlBGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260224.1_1772009829264_0.06618749637030086","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260225.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0626e72735c729a89f8a238f2c754b6c9a4a0d0a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260225.1.tgz","fileCount":186,"integrity":"sha512-NQV6hICfQNBwmqH1naIoow/zXxa6ZYTj2ZBKm4xaEMYgrm3jSKzSVYGQnThnWaLGjfwXDoLCQx/vYDYoFCTDVw==","signatures":[{"sig":"MEQCIB1n4cqviW+qvg4apR1cZKnR9asVna9j+wtsVZbyG9JWAiAQyxfUNb6pVyikT4BcJOOHl+HJcx0tb3zpjjLBoMKPYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\9d606b57-58a0-474d-a13e-1bae7915c242\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\9d606b57-58a0-474d-a13e-1bae7915c242\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260225.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NQV6hICfQNBwmqH1naIoow/zXxa6ZYTj2ZBKm4xaEMYgrm3jSKzSVYGQnThnWaLGjfwXDoLCQx/vYDYoFCTDVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260225.1_1772089882424_0.615807128528735","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260227.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34e4d878eca1d6fb8ce07571dedd13f009397378","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260227.1.tgz","fileCount":186,"integrity":"sha512-0WC41T1WC++8dhG3HS9opD4PWoRU/LA/ntFLQNEZZUCLdY5FEthOOmR9TfW5EJqFqe0CEax5Ptinu/+YOKSgmA==","signatures":[{"sig":"MEYCIQC1zb5CGNIRAjMVpO/9ZZwt7h6zBBSQjRMoNCkETW+AzAIhALBzSpxO2wPtXRJ52Ml3Q7BojW2+jFrGoLNBsqrs5E7R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":904372},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b318baaa-1b1c-45da-a396-614634b37e67\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\b318baaa-1b1c-45da-a396-614634b37e67\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260227.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0WC41T1WC++8dhG3HS9opD4PWoRU/LA/ntFLQNEZZUCLdY5FEthOOmR9TfW5EJqFqe0CEax5Ptinu/+YOKSgmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260227.1_1772262912817_0.0009213740272344673","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260302.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260302.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260302.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95e48cc880adc321d01b3f77e92b7067e14300bf","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260302.1.tgz","fileCount":186,"integrity":"sha512-oc7pOTArWKjKq8KbX2Qjh+I3FfHKZ+ZTc6KQCOcKbhZPpXyPIBDyOh3FGuI06a9kstURnzq/t9a3plk2LPaxkQ==","signatures":[{"sig":"MEYCIQDLcVu7qkr/KI4Ce2HQcacQNJHit5aY3mHNpNLaJ6SwkwIhAOHy4if+tb0yrFmHRhow1gwAWIuPoHWMLwNvUYah+YUH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":903402},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c6172b38-335a-4330-af6b-10027099427d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260302.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\c6172b38-335a-4330-af6b-10027099427d\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260302.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oc7pOTArWKjKq8KbX2Qjh+I3FfHKZ+ZTc6KQCOcKbhZPpXyPIBDyOh3FGuI06a9kstURnzq/t9a3plk2LPaxkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260302.1_1772521950117_0.9735987700041913","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260303.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9139e33b25204718c376c86d1db997ca225a086a","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260303.1.tgz","fileCount":186,"integrity":"sha512-652di1mpZfTsqnHeauHk5UUeOZUttZWvOpUI0/Ww+nhzxj+twv9+o7I+FSATXysYhQkFiGL5caPJdJwBpM7Ctg==","signatures":[{"sig":"MEUCIQDg2nR5HXoucsOXZp6F+nBKhodXcA36O7NMvW3DxjAhgQIgKVPRYXQC1zPLMmnNNf5HiwCzGMiSYADXfbOqCU8J+jE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":836670},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\453f482a-ff80-4bf3-9e57-632bb54326ef\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260303.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\453f482a-ff80-4bf3-9e57-632bb54326ef\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260303.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-652di1mpZfTsqnHeauHk5UUeOZUttZWvOpUI0/Ww+nhzxj+twv9+o7I+FSATXysYhQkFiGL5caPJdJwBpM7Ctg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260303.1_1772608318328_0.5640486357177961","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260304.1":{"name":"@azure-rest/purview-sharing","version":"1.0.0-alpha.20260304.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa9e4fac673f3e0991d1611456455564e4cee825","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260304.1.tgz","fileCount":186,"integrity":"sha512-7pDpIqL7rfrzjgZhPf4iXgq8REvZKDk63Y703ksT3nJdB3/YfiJm7KClwGyOOwuRRBJ5yOtTHfpsDUM+iAhL1Q==","signatures":[{"sig":"MEUCIBnHpNtct3dnFfJ8v9tReO9JZCKhVyfxFbsSGw70/KM5AiEAxyrE41SisWqYp6AAd6Lr3Cf8mJ0wQc+K0XVpCr7rZ04=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":837327},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2a4d1ec3-0c71-49f0-8c65-b4d4cccddd06\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260304.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","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 && npm run format","update-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\\2a4d1ec3-0c71-49f0-8c65-b4d4cccddd06\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260304.1.tgz","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7pDpIqL7rfrzjgZhPf4iXgq8REvZKDk63Y703ksT3nJdB3/YfiJm7KClwGyOOwuRRBJ5yOtTHfpsDUM+iAhL1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"A generated SDK for PurviewSharing.","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":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","autorest":"latest","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"_npmOperationalInternal":{"tmp":"tmp/purview-sharing_1.0.0-alpha.20260304.1_1772695390898_0.8210269535542289","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260305.1":{"name":"@azure-rest/purview-sharing","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.0.0-alpha.20260305.1","description":"A generated SDK for PurviewSharing.","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"license":"MIT","main":"./dist/commonjs/index.js","module":"./dist/esm/index.js","types":"./dist/commonjs/index.d.ts","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"engines":{"node":">=20.0.0"},"sideEffects":false,"autoPublish":false,"dependencies":{"@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","tslib":"^2.8.1"},"devDependencies":{"@azure/identity":"4.13.0","@types/node":"^20.19.25","@vitest/browser-playwright":"^4.0.8","@vitest/coverage-istanbul":"^4.0.8","autorest":"latest","cross-env":"^10.1.0","dotenv":"^16.6.1","eslint":"^9.39.1","playwright":"^1.56.1","prettier":"^3.6.2","rimraf":"^6.1.0","typescript":"~5.9.3","vitest":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/dev-tool":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure-tools/test-recorder":"^4.1.1"},"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","//metadata":{"constantPaths":[{"path":"src/purviewSharing.ts","prefix":"userAgentInfo"},{"path":"swagger/README.md","prefix":"package-version"}]},"browser":"./dist/browser/index.js","//sampleConfiguration":{"productName":"Purview Sharing","productSlugs":["azure"],"disableDocsMs":true},"type":"module","exports":{"./package.json":"./package.json",".":{"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"},"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"react-native":"./dist/react-native/index.js","scripts":{"build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","build:samples":"tsc -p tsconfig.samples.json","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","execute:samples":"dev-tool samples run samples-dev","extract-api":"rimraf review && dev-tool run extract-api","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"  \"test/**/*.ts\" \"samples-dev/**/*.ts\"","generate:client":"autorest --typescript swagger/README.md && npm run format","lint":"eslint package.json src test","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","update-snippets":"dev-tool run update-snippets"},"readmeFilename":"README.md","_id":"@azure-rest/purview-sharing@1.0.0-alpha.20260305.1","_integrity":"sha512-mrWKAok4qOJPMdoNYcRYzoLHSs3PSmnvdRQKQ+f1X6tBFcYw4+Yn15Q/Jr0/2lTerMFuQwEVEk/Tvzd0kqfHkw==","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8d8adb6-af74-47e8-beea-2fcbdc149372\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260305.1.tgz","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8d8adb6-af74-47e8-beea-2fcbdc149372\\azure-rest-purview-sharing\\azure-rest-purview-sharing-1.0.0-alpha.20260305.1.tgz","tag":"dev","_nodeVersion":"18.5.0","dist":{"integrity":"sha512-mrWKAok4qOJPMdoNYcRYzoLHSs3PSmnvdRQKQ+f1X6tBFcYw4+Yn15Q/Jr0/2lTerMFuQwEVEk/Tvzd0kqfHkw==","shasum":"94468d21d98cbdb0aea264ecbc50a86cc8aaac7e","tarball":"https://registry.npmjs.org/@azure-rest/purview-sharing/-/purview-sharing-1.0.0-alpha.20260305.1.tgz","fileCount":186,"unpackedSize":837327,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFbJbOdFfqbJypcPyhWVwjpPk7faIoAMA7gSzaxnazxoAiEApm2vEfdoXdI/W3uKe2vE+Jx/bmfsAgBXmFBXCeIXzTo="}]},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/purview-sharing_1.0.0-alpha.20260305.1_1772781026855_0.9371130232856126"},"_hasShrinkwrap":false}},"time":{"created":"2023-03-10T07:25:29.677Z","modified":"2026-03-06T07:10:27.155Z","1.0.0-alpha.20230309.2":"2023-03-10T07:25:29.950Z","1.0.0-beta.1":"2023-03-14T15:16:17.863Z","1.0.0-alpha.20230320.3":"2023-03-21T06:12:41.835Z","1.0.0-alpha.20230418.1":"2023-04-19T06:14:17.070Z","1.0.0-alpha.20230619.1":"2023-06-20T06:12:27.603Z","1.0.0-alpha.20230808.2":"2023-08-09T06:07:34.809Z","1.0.0-alpha.20230823.1":"2023-08-24T06:08:39.264Z","1.0.0-alpha.20230922.1":"2023-09-23T06:02:48.572Z","1.0.0-alpha.20230926.1":"2023-09-27T06:05:10.654Z","1.0.0-alpha.20230929.1":"2023-09-30T06:01:18.095Z","1.0.0-alpha.20231019.2":"2023-10-20T06:03:40.962Z","1.0.0-alpha.20231023.1":"2023-10-24T06:03:47.113Z","1.0.0-alpha.20231030.1":"2023-10-31T06:03:56.337Z","1.0.0-alpha.20240110.1":"2024-01-11T07:03:18.510Z","1.0.0-alpha.20240112.1":"2024-01-13T07:01:21.966Z","1.0.0-alpha.20240116.1":"2024-01-17T07:01:08.205Z","1.0.0-alpha.20240126.1":"2024-01-27T07:03:08.347Z","1.0.0-alpha.20240202.1":"2024-02-03T07:00:03.733Z","1.0.0-alpha.20240307.1":"2024-03-08T07:08:45.077Z","1.0.0-alpha.20240322.1":"2024-03-23T06:06:08.428Z","1.0.0-alpha.20241111.1":"2024-11-12T07:14:25.473Z","1.0.0-alpha.20241112.1":"2024-11-13T07:26:45.359Z","1.0.0-alpha.20241113.1":"2024-11-14T07:11:20.093Z","1.0.0-alpha.20241115.1":"2024-11-16T07:09:46.353Z","1.0.0-alpha.20241118.1":"2024-11-19T07:10:33.251Z","1.0.0-alpha.20241119.1":"2024-11-20T07:10:42.577Z","1.0.0-alpha.20241120.1":"2024-11-21T07:12:13.350Z","1.0.0-alpha.20241122.7":"2024-11-23T07:15:24.845Z","1.0.0-alpha.20241125.1":"2024-11-26T07:17:06.937Z","1.0.0-alpha.20241126.1":"2024-11-27T07:09:40.125Z","1.0.0-alpha.20241127.1":"2024-11-28T07:09:44.057Z","1.0.0-alpha.20241128.1":"2024-11-29T07:14:38.134Z","1.0.0-alpha.20241129.1":"2024-11-30T07:11:54.947Z","1.0.0-alpha.20241202.1":"2024-12-03T07:13:23.262Z","1.0.0-alpha.20241203.1":"2024-12-04T07:12:10.078Z","1.0.0-alpha.20241204.1":"2024-12-05T07:11:22.456Z","1.0.0-alpha.20241205.1":"2024-12-06T07:17:15.994Z","1.0.0-alpha.20241206.1":"2024-12-07T07:09:58.146Z","1.0.0-alpha.20241209.1":"2024-12-10T07:15:34.702Z","1.0.0-alpha.20241210.1":"2024-12-11T07:13:33.096Z","1.0.0-alpha.20241211.2":"2024-12-12T07:13:38.628Z","1.0.0-alpha.20241212.1":"2024-12-13T07:13:21.188Z","1.0.0-alpha.20241213.2":"2024-12-14T07:16:32.770Z","1.0.0-alpha.20241217.1":"2024-12-18T07:16:17.326Z","1.0.0-alpha.20241218.1":"2024-12-19T07:14:08.048Z","1.0.0-alpha.20241219.5":"2024-12-20T07:15:43.904Z","1.0.0-alpha.20241220.1":"2024-12-21T07:11:49.841Z","1.0.0-alpha.20241223.1":"2024-12-24T07:14:39.000Z","1.0.0-alpha.20241224.1":"2024-12-25T07:12:45.735Z","1.0.0-alpha.20241225.1":"2024-12-26T07:13:33.592Z","1.0.0-alpha.20241226.1":"2024-12-27T07:14:08.461Z","1.0.0-alpha.20241227.1":"2024-12-28T07:14:25.097Z","1.0.0-alpha.20241231.1":"2025-01-01T07:10:34.213Z","1.0.0-alpha.20250101.1":"2025-01-02T07:14:15.947Z","1.0.0-alpha.20250102.1":"2025-01-03T07:15:45.106Z","1.0.0-alpha.20250103.1":"2025-01-04T07:11:50.817Z","1.0.0-alpha.20250106.1":"2025-01-07T07:14:27.778Z","1.0.0-alpha.20250107.1":"2025-01-08T07:13:15.613Z","1.0.0-alpha.20250108.1":"2025-01-09T07:12:28.503Z","1.0.0-alpha.20250109.2":"2025-01-10T07:27:41.884Z","1.0.0-alpha.20250110.1":"2025-01-11T07:21:36.881Z","1.0.0-alpha.20250113.1":"2025-01-14T07:13:19.768Z","1.0.0-alpha.20250114.1":"2025-01-15T07:10:07.246Z","1.0.0-alpha.20250115.1":"2025-01-16T07:18:30.962Z","1.0.0-alpha.20250121.1":"2025-01-22T07:12:16.171Z","1.0.0-alpha.20250124.2":"2025-01-25T07:09:11.511Z","1.0.0-alpha.20250128.1":"2025-01-29T07:12:01.388Z","1.0.0-alpha.20250129.1":"2025-01-30T07:10:52.276Z","1.0.0-alpha.20250203.1":"2025-02-04T07:10:54.016Z","1.0.0-alpha.20250204.1":"2025-02-05T07:12:30.867Z","1.0.0-alpha.20250205.1":"2025-02-06T07:17:12.334Z","1.0.0-alpha.20250206.1":"2025-02-07T07:21:20.724Z","1.0.0-alpha.20250207.1":"2025-02-08T07:11:17.693Z","1.0.0-alpha.20250210.2":"2025-02-11T07:12:30.324Z","1.0.0-beta.3":"2025-02-12T03:40:19.990Z","1.0.0-alpha.20250211.3":"2025-02-12T07:20:28.070Z","1.0.0-alpha.20250212.2":"2025-02-13T07:14:48.013Z","1.0.0-alpha.20250213.1":"2025-02-14T07:11:50.246Z","1.0.0-alpha.20250214.1":"2025-02-15T07:16:51.852Z","1.0.0-alpha.20250217.1":"2025-02-18T07:13:35.346Z","1.0.0-alpha.20250218.1":"2025-02-19T07:12:26.797Z","1.0.0-alpha.20250219.1":"2025-02-20T07:16:20.089Z","1.0.0-alpha.20250220.1":"2025-02-21T07:14:08.693Z","1.0.0-alpha.20250221.1":"2025-02-22T07:13:44.993Z","1.0.0-alpha.20250224.2":"2025-02-25T07:17:22.581Z","1.0.0-alpha.20250225.1":"2025-02-26T07:12:34.227Z","1.0.0-alpha.20250318.2":"2025-03-19T06:07:49.523Z","1.0.0-alpha.20250319.1":"2025-03-20T06:08:23.927Z","1.0.0-alpha.20250320.1":"2025-03-21T06:07:00.761Z","1.0.0-alpha.20250321.1":"2025-03-22T06:06:27.755Z","1.0.0-alpha.20250324.1":"2025-03-25T06:08:32.699Z","1.0.0-alpha.20250325.1":"2025-03-26T06:09:40.802Z","1.0.0-alpha.20250326.1":"2025-03-27T06:07:37.152Z","1.0.0-alpha.20250327.1":"2025-03-28T06:07:12.761Z","1.0.0-alpha.20250328.1":"2025-03-29T06:08:58.785Z","1.0.0-alpha.20250331.1":"2025-04-01T06:13:30.902Z","1.0.0-alpha.20250401.2":"2025-04-02T06:14:15.011Z","1.0.0-alpha.20250402.1":"2025-04-03T06:10:38.512Z","1.0.0-alpha.20250403.1":"2025-04-04T06:07:29.933Z","1.0.0-alpha.20250404.1":"2025-04-05T06:14:23.050Z","1.0.0-alpha.20250407.1":"2025-04-08T06:13:03.135Z","1.0.0-alpha.20250408.1":"2025-04-09T06:08:54.980Z","1.0.0-alpha.20250409.1":"2025-04-10T06:50:46.213Z","1.0.0-alpha.20250416.1":"2025-04-17T06:08:32.765Z","1.0.0-alpha.20250417.1":"2025-04-18T06:08:42.607Z","1.0.0-alpha.20250418.1":"2025-04-19T06:07:06.867Z","1.0.0-alpha.20250421.1":"2025-04-22T06:11:38.840Z","1.0.0-alpha.20250422.1":"2025-04-23T06:08:34.542Z","1.0.0-alpha.20250423.1":"2025-04-24T06:09:35.927Z","1.0.0-alpha.20250424.1":"2025-04-25T06:07:32.430Z","1.0.0-alpha.20250425.1":"2025-04-26T06:08:41.255Z","1.0.0-alpha.20250428.1":"2025-04-29T06:09:12.422Z","1.0.0-alpha.20250429.1":"2025-04-30T06:07:39.217Z","1.0.0-alpha.20250430.1":"2025-05-01T06:06:45.923Z","1.0.0-alpha.20250506.1":"2025-05-07T06:18:45.738Z","1.0.0-alpha.20250507.1":"2025-05-08T06:23:43.220Z","1.0.0-alpha.20250509.1":"2025-05-10T06:42:27.415Z","1.0.0-alpha.20250512.1":"2025-05-13T06:07:21.676Z","1.0.0-alpha.20250513.1":"2025-05-14T06:09:27.381Z","1.0.0-alpha.20250514.1":"2025-05-15T06:08:18.287Z","1.0.0-alpha.20250515.1":"2025-05-16T06:10:06.030Z","1.0.0-alpha.20250516.1":"2025-05-17T06:11:08.860Z","1.0.0-alpha.20250519.1":"2025-05-20T06:12:40.408Z","1.0.0-alpha.20250520.1":"2025-05-21T06:09:15.589Z","1.0.0-alpha.20250521.1":"2025-05-22T06:07:16.923Z","1.0.0-alpha.20250522.1":"2025-05-23T06:08:50.823Z","1.0.0-alpha.20250523.1":"2025-05-24T06:09:12.244Z","1.0.0-alpha.20250526.1":"2025-05-27T06:09:37.148Z","1.0.0-alpha.20250527.1":"2025-05-28T06:09:05.143Z","1.0.0-alpha.20250528.1":"2025-05-29T07:09:39.558Z","1.0.0-alpha.20250529.1":"2025-05-30T06:13:14.381Z","1.0.0-alpha.20250530.1":"2025-05-31T06:04:16.865Z","1.0.0-alpha.20250602.1":"2025-06-03T06:08:07.667Z","1.0.0-alpha.20250603.1":"2025-06-04T06:25:09.287Z","1.0.0-alpha.20250604.1":"2025-06-05T06:09:11.275Z","1.0.0-alpha.20250605.1":"2025-06-06T06:08:49.090Z","1.0.0-alpha.20250606.1":"2025-06-07T06:09:31.610Z","1.0.0-alpha.20250610.1":"2025-06-11T06:10:51.396Z","1.0.0-alpha.20250611.1":"2025-06-12T06:11:05.993Z","1.0.0-alpha.20250612.1":"2025-06-13T06:08:03.122Z","1.0.0-alpha.20250616.1":"2025-06-17T06:07:29.274Z","1.0.0-alpha.20250617.1":"2025-06-18T06:08:33.672Z","1.0.0-alpha.20250618.1":"2025-06-19T06:34:24.905Z","1.0.0-alpha.20250619.1":"2025-06-20T06:07:19.919Z","1.0.0-alpha.20250717.1":"2025-07-18T06:02:21.958Z","1.0.0-alpha.20250718.2":"2025-07-19T06:02:50.811Z","1.0.0-alpha.20250729.1":"2025-07-30T06:04:25.231Z","1.0.0-alpha.20250804.1":"2025-08-05T06:03:32.847Z","1.0.0-beta.4":"2025-08-22T06:52:39.053Z","1.0.0-alpha.20250822.1":"2025-08-23T06:15:07.577Z","1.0.0-alpha.20250825.1":"2025-08-26T06:09:28.749Z","1.0.0-alpha.20250826.1":"2025-08-27T06:10:59.773Z","1.0.0-alpha.20250829.1":"2025-08-30T06:07:23.709Z","1.0.0-alpha.20250901.1":"2025-09-02T06:12:04.148Z","1.0.0-alpha.20250902.1":"2025-09-03T06:09:21.460Z","1.0.0-alpha.20250904.1":"2025-09-05T06:20:14.633Z","1.0.0-alpha.20250905.1":"2025-09-06T06:01:20.209Z","1.0.0-alpha.20250908.1":"2025-09-09T06:01:27.399Z","1.0.0-alpha.20250909.1":"2025-09-10T06:01:41.480Z","1.0.0-alpha.20250910.1":"2025-09-11T06:03:44.836Z","1.0.0-alpha.20250911.1":"2025-09-12T06:02:41.553Z","1.0.0-alpha.20250912.1":"2025-09-13T06:08:13.895Z","1.0.0-alpha.20250915.1":"2025-09-16T05:59:54.710Z","1.0.0-alpha.20250916.1":"2025-09-17T06:00:11.718Z","1.0.0-alpha.20250917.1":"2025-09-18T06:05:03.576Z","1.0.0-alpha.20250918.1":"2025-09-19T06:06:04.460Z","1.0.0-alpha.20250922.1":"2025-09-23T06:02:40.890Z","1.0.0-alpha.20250923.1":"2025-09-24T06:04:23.148Z","1.0.0-alpha.20250924.1":"2025-09-25T06:04:05.795Z","1.0.0-alpha.20250925.1":"2025-09-26T06:03:02.901Z","1.0.0-alpha.20250926.1":"2025-09-27T06:00:58.234Z","1.0.0-alpha.20250929.1":"2025-09-30T06:03:16.515Z","1.0.0-alpha.20250930.1":"2025-10-01T06:05:15.966Z","1.0.0-alpha.20251001.1":"2025-10-02T06:03:56.165Z","1.0.0-alpha.20251002.1":"2025-10-03T06:05:06.534Z","1.0.0-alpha.20251003.1":"2025-10-04T06:09:37.424Z","1.0.0-alpha.20251006.1":"2025-10-07T06:00:51.549Z","1.0.0-alpha.20251007.1":"2025-10-08T06:06:37.877Z","1.0.0-alpha.20251008.1":"2025-10-09T06:11:27.072Z","1.0.0-alpha.20251010.1":"2025-10-11T06:06:46.498Z","1.0.0-alpha.20251013.1":"2025-10-14T06:01:27.092Z","1.0.0-alpha.20251014.1":"2025-10-15T06:04:06.922Z","1.0.0-alpha.20251015.1":"2025-10-16T06:06:47.573Z","1.0.0-alpha.20251017.1":"2025-10-18T06:01:11.391Z","1.0.0-alpha.20251020.1":"2025-10-21T06:03:50.411Z","1.0.0-alpha.20251021.1":"2025-10-22T06:04:54.147Z","1.0.0-alpha.20251022.1":"2025-10-23T06:02:25.148Z","1.0.0-alpha.20251023.1":"2025-10-24T06:08:01.713Z","1.0.0-alpha.20251024.1":"2025-10-25T06:04:51.378Z","1.0.0-alpha.20251027.1":"2025-10-28T06:20:53.266Z","1.0.0-alpha.20251029.1":"2025-10-30T06:04:52.649Z","1.0.0-alpha.20251030.1":"2025-10-31T06:05:51.772Z","1.0.0-alpha.20251031.1":"2025-11-01T06:08:15.487Z","1.0.0-alpha.20251103.1":"2025-11-04T07:06:33.144Z","1.0.0-alpha.20251104.1":"2025-11-05T07:06:57.485Z","1.0.0-alpha.20251106.1":"2025-11-07T07:09:04.097Z","1.0.0-alpha.20251110.1":"2025-11-11T07:02:22.704Z","1.0.0-alpha.20251111.1":"2025-11-12T07:02:33.520Z","1.0.0-alpha.20251112.1":"2025-11-13T07:08:26.733Z","1.0.0-alpha.20251113.1":"2025-11-14T07:06:52.856Z","1.0.0-alpha.20251114.1":"2025-11-15T07:07:49.614Z","1.0.0-alpha.20251117.1":"2025-11-18T07:06:37.373Z","1.0.0-alpha.20251118.1":"2025-11-19T07:07:45.320Z","1.0.0-alpha.20251119.1":"2025-11-20T07:03:45.342Z","1.0.0-alpha.20251120.1":"2025-11-21T07:02:31.887Z","1.0.0-alpha.20251121.1":"2025-11-22T07:06:54.177Z","1.0.0-alpha.20251124.1":"2025-11-25T07:07:28.512Z","1.0.0-alpha.20251125.1":"2025-11-26T07:07:37.880Z","1.0.0-alpha.20251126.1":"2025-11-27T07:06:25.072Z","1.0.0-alpha.20251202.1":"2025-12-03T07:08:37.099Z","1.0.0-alpha.20251203.1":"2025-12-04T07:11:52.984Z","1.0.0-alpha.20251204.1":"2025-12-05T07:07:42.361Z","1.0.0-alpha.20251205.1":"2025-12-06T07:06:12.891Z","1.0.0-alpha.20251210.1":"2025-12-11T07:06:51.179Z","1.0.0-alpha.20251212.1":"2025-12-13T07:07:48.085Z","1.0.0-alpha.20251215.1":"2025-12-16T07:23:57.598Z","1.0.0-alpha.20251216.1":"2025-12-17T07:04:38.280Z","1.0.0-alpha.20251217.1":"2025-12-18T07:06:28.021Z","1.0.0-alpha.20251218.1":"2025-12-19T07:09:34.140Z","1.0.0-alpha.20251219.1":"2025-12-20T07:08:37.957Z","1.0.0-alpha.20251222.1":"2025-12-23T07:07:55.098Z","1.0.0-alpha.20251223.1":"2025-12-24T07:06:54.293Z","1.0.0-alpha.20251224.1":"2025-12-25T07:03:12.340Z","1.0.0-alpha.20251226.1":"2025-12-27T07:04:52.451Z","1.0.0-alpha.20251229.1":"2025-12-30T07:07:10.839Z","1.0.0-alpha.20251230.1":"2025-12-31T07:06:47.876Z","1.0.0-alpha.20251231.1":"2026-01-01T07:05:15.898Z","1.0.0-alpha.20260102.1":"2026-01-03T07:01:33.553Z","1.0.0-alpha.20260105.1":"2026-01-06T07:08:53.698Z","1.0.0-alpha.20260107.1":"2026-01-08T07:11:45.354Z","1.0.0-alpha.20260109.1":"2026-01-10T07:08:04.856Z","1.0.0-alpha.20260112.1":"2026-01-13T07:03:26.761Z","1.0.0-alpha.20260113.1":"2026-01-14T07:06:21.609Z","1.0.0-alpha.20260114.1":"2026-01-15T07:07:17.141Z","1.0.0-alpha.20260115.1":"2026-01-16T07:08:03.502Z","1.0.0-alpha.20260119.1":"2026-01-20T07:07:45.179Z","1.0.0-alpha.20260120.1":"2026-01-21T07:03:47.099Z","1.0.0-alpha.20260121.1":"2026-01-22T07:07:40.192Z","1.0.0-alpha.20260122.1":"2026-01-23T07:07:36.647Z","1.0.0-alpha.20260123.1":"2026-01-24T07:12:19.864Z","1.0.0-alpha.20260127.1":"2026-01-28T07:08:11.791Z","1.0.0-alpha.20260129.1":"2026-01-30T07:13:11.640Z","1.0.0-alpha.20260130.1":"2026-01-31T07:08:01.135Z","1.0.0-alpha.20260202.1":"2026-02-03T07:17:05.595Z","1.0.0-alpha.20260203.2":"2026-02-04T07:13:06.150Z","1.0.0-alpha.20260204.1":"2026-02-05T07:15:59.611Z","1.0.0-alpha.20260205.1":"2026-02-06T07:10:42.135Z","1.0.0-alpha.20260206.1":"2026-02-07T07:06:44.471Z","1.0.0-alpha.20260209.1":"2026-02-10T07:12:33.868Z","1.0.0-alpha.20260210.1":"2026-02-11T07:13:00.070Z","1.0.0-alpha.20260211.1":"2026-02-12T07:04:30.842Z","1.0.0-alpha.20260212.1":"2026-02-13T07:14:10.394Z","1.0.0-alpha.20260213.1":"2026-02-14T07:09:08.017Z","1.0.0-alpha.20260216.1":"2026-02-17T07:08:36.971Z","1.0.0-alpha.20260217.1":"2026-02-18T07:12:27.111Z","1.0.0-alpha.20260219.1":"2026-02-20T07:03:20.093Z","1.0.0-alpha.20260220.1":"2026-02-21T07:10:11.994Z","1.0.0-alpha.20260223.1":"2026-02-24T07:12:54.894Z","1.0.0-alpha.20260224.1":"2026-02-25T08:57:09.421Z","1.0.0-alpha.20260225.1":"2026-02-26T07:11:22.575Z","1.0.0-alpha.20260227.1":"2026-02-28T07:15:12.968Z","1.0.0-alpha.20260302.1":"2026-03-03T07:12:30.277Z","1.0.0-alpha.20260303.1":"2026-03-04T07:11:58.486Z","1.0.0-alpha.20260304.1":"2026-03-05T07:23:11.040Z","1.0.0-alpha.20260305.1":"2026-03-06T07:10:26.993Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":"Microsoft Corporation","license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest/README.md","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"repository":"github:Azure/azure-sdk-for-js","description":"A generated SDK for PurviewSharing.","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"readme":"","readmeFilename":""}