{"_id":"@azure-tools/deduplication","_rev":"103-1140f42e5b881db8b0be2c127a408593","name":"@azure-tools/deduplication","dist-tags":{"preview":"4.0.258","latest":"3.2.5","next":"3.2.5-dev.1"},"versions":{"3.0.129":{"name":"@azure-tools/deduplication","version":"3.0.129","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.129","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"a1f15cd7bae48954173cc8d6dbd2a38916807873","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.129.tgz","fileCount":8,"integrity":"sha512-+7BmCt03InJi/e90CUQ+UFikI2nbq0dtOcACUyPH9fxzB1xfWK0exa1RfdZgja8m0EG7dBi/1cTm0Px9NcVUIQ==","signatures":[{"sig":"MEYCIQCez4dkCLeuhZHfqtmEDruDn7kVpaaqyNNOLmev5b26HAIhAIIAiy3gJq7rOssnXdxaIDUs6znvxD0rSvsp8nXn9chr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbrLUCRA9TVsSAnZWagAAlNEP/1uplZgdr8b/KKoE0Gdp\nq/kGS9JIH5uJ0U+oEQXXWllPYZQy4KDfZ3IU5vTBVemifxtuCZnV7IHDgQtc\nji/soCdc4kox8EBHW1o2f/FkdpyEx514bUmACdkR2V/r9v0zZzZyxZSiAF0a\njdl7TLQZybaseByIwHqcez7m6PpK+5qbMl0s+R/IiWBjzuV+QnN3CuydSYyD\n9QdNoGQVRswnF1/7JGsfhITF+qONMFD/Hg3SkhrANAFKNYH8j0FWXoVHgY6y\nn00c1dkf8sOyf18oQxC+OWF53F8JrmXynBUi0rjIehupauIMP9ML1TQofWAr\n5Tc4DEgD3ulsGXk7EAinG99Ezi1bV4EH8cUv/CZWncuKt7JAEZedU3zkEyRz\n1VwOOcl7efaRRIMJlJ4Yo1A5vSsamfnmFAyLGMX3j2O3CFjrfKJQqlRk/Br7\nAMp0Vv7h8LuSpEMlgPYri2gziovOJOlcjM6fCWfMxNrGmBc8bY9tgvQHxrzX\nnH3ced6ogyxtx3NCGVSx5eAvqp9uswNTkZoTR3/uupzw1TVkVDOrhHC7JXwc\nyxx3fjSzH1ET8dnCyr/1ajnYqNj+v3p0xy4HsAU+lT3LLouQgsgVNa8l0zRH\ndORK/ntIGbXh3pfYRb/cvRmGDzbfqBNteNTS6kVOORevoWk/WFUmjNSNcJCn\nbs0W\r\n=8BhI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.129.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"npm run run-pwsh clean","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","run-pwsh":"pwsh -command \"& {param($script) pwsh -command ((convertfrom-json (get-content -raw ./package.json)).'pwsh-scripts'.$script) }\"","eslint-fix":"eslint  . --fix --ext .ts","set-version":"node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = (parseInt(stdout.trim()) -1); const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"","reset-version":"node -e \"let pkg = require('./package.json'); const v = pkg.version.split('.'); v[v.length-1] = 0; const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)\""},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.2","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.0.115","@azure-tools/tasks":"~3.0.119","@azure-tools/codegen":"~2.0.142","@azure-tools/openapi":"~3.0.111","@azure-tools/datastore":"~4.0.149","@azure-tools/object-comparison":"~3.0.106"},"pwsh-scripts":{"clean":"remove-item -recurse -ea 0 ./dist ; remove-item -ea 0 ./*.log "},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.122","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.129_1567535827924_0.7358977325089531","host":"s3://npm-registry-packages"}},"3.0.130":{"name":"@azure-tools/deduplication","version":"3.0.130","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.130","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"78d697e918dd96889390aa525733ef39c21e7032","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.130.tgz","fileCount":7,"integrity":"sha512-6LlWrz/abunTqk1ZL0nuAvuJPre3wUduuMr4PR/FBYYb6ovI7v2Wz/gUMiiJ82vmAtL7Kb/UJvdcz8GMxMFjmg==","signatures":[{"sig":"MEQCIBYOMuU/9UVADmOH+9wp2Tt7EL5A/kTZnaX8r8xnOYxwAiARBb+5es7Kx/DiP/PjIrqJaBqFz2Mx5MyyKpewmki2IA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbuvxCRA9TVsSAnZWagAANvMP/jPQ+W4emyAo8ZPxPaJQ\nUQoWox3BidTSGr5Wg2SK8Bh8M+BDtge0evvhW2s4eB6ElAtjF46Ib7MH3mF0\nBaNPe4F70b7JREKhi+2mmUexb8e7xN8yVfFVvc5cmoM3Y6gedg7AEV3S5vOJ\nFaekXE196jg2JLhwUILeTWu3N0aeQM1j06DeoZsp/luxg2pi0sQ1udfi+uND\nai5pFpaRYQ2uQRw26DViXf/ebjlN6K2IL/3+OU2YNlPXyyt1WH3n5wAEOV/O\n50GhRDUcsJdRyHK/3xUmML8409dgKiS+LxWNT253naPY4Nj9r502Jiehg1pJ\nmY/6hGHM6vTKZttEgaWtbpQJ07pawsLYgM2yMZHoDyhdq2H9Hvh5Cv9VLl+n\nDhCP7za5VCKQJaXdrDy1yQEuQ6cSDjexdraDNZxAr/PoquaBNmDa4wwktVjx\nFqlytVpKKfZSzH6BjkbEJWTCNVs0QXpt5fLOH6PYaTkfXJjV4ZxZSV9CmURi\nEVI/Si//OC8E0DAf99JwfPVv1+311E2icrMxfuRCrteHx0zdXrwL67t/Wt7W\nyo5zQrgs1wlXqVKoXtqfIJl8kFim86tIZfrX0VAWEx/Y3Fg7CuGuEHROOFkb\nEqSSDIjW+Ce/4MrlwtfymZAgvf1wp53Zibd/dEl3eyPUWpCWyf0EcwiInsDD\n4g2F\r\n=yncO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.130.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"npm run run-pwsh clean","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","run-pwsh":"pwsh -command \"& {param($script) pwsh -command ((convertfrom-json (get-content -raw ./package.json)).'pwsh-scripts'.$script) }\"","eslint-fix":"eslint  . --fix --ext .ts","set-version":"node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = (parseInt(stdout.trim()) -1); const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"","reset-version":"node -e \"let pkg = require('./package.json'); const v = pkg.version.split('.'); v[v.length-1] = 0; const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)\""},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.0.116","@azure-tools/tasks":"~3.0.120","@azure-tools/codegen":"~2.0.143","@azure-tools/openapi":"~3.0.112","@azure-tools/datastore":"~4.0.150","@azure-tools/object-comparison":"~3.0.107"},"pwsh-scripts":{"clean":"remove-item -recurse -ea 0 ./dist ; remove-item -ea 0 ./*.log "},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.123","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.130_1567550448657_0.28380531431370937","host":"s3://npm-registry-packages"}},"3.0.131":{"name":"@azure-tools/deduplication","version":"3.0.131","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.131","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"2a0d9b7920014471bb5e49a476eea8d4ae9a2349","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.131.tgz","fileCount":7,"integrity":"sha512-7mifgGjjbMm5J5MXjedDeMq1MazCnjRiUP4ETdPgbQSXj0IbpMDNQZbEgCWtmaArCsXK/WhRae71pWG5kvIF5g==","signatures":[{"sig":"MEUCIGyc+KIJDiM1KYV9Cn6eKph3RtDhTS+/wMox1FLBAP3dAiEAyW12itJ5QdfyZydrTRAr8br5mixYeKYWQb0Ey4XsyVc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb/IxCRA9TVsSAnZWagAAS0wP/RMf1jhAHNAdSf3mKVVS\nauZ37EVm/AjE+9ebWcioug38djdd9dSRZM5xsUIs8twZu4fD/FHEbv3bEB+E\nlhF/aYPgXgu1WQ7jW9FXJBXCcMkg63ZVuOhgQA47dHtEXTAhfTGzpr3j/PUe\n3XI3V9XHrdTrBZzUpcRSDsnOd9Sc+XyzUBRfFJM0aHpk8tl1LV3L8QXePP6C\nFp4NnO10SRv2ZNZE2cG59j0RsbIkJw2EK6IRqel/JUf+UOHoAl9LiwF09yNE\nY2fMieamm1kaqk4CyiQzxxtLKfyq4rZPjV4Rg6Z4LStSGdnuMrWI/33vnrWr\no3F2xb2RDqHp25eXPBYX08ZHID2VjQNK7IBZrqHIXnP+tYcpx6GRLVskzo1b\nlRkYLrcYJdkV4yW446zQF13ksOSS5zmMWg6uRMy9Up12eIoZuTgPjqtHJ9FN\n1ZcuPNe0nP04q3ddmWSTZ+OhqYzvXZCl1K5bjWtKOXVWm5Opbf/eyNjpphRR\neNg39cXLueS3FBgaHQhMbK4iYOiBS7u9ctcMjKrEHAo5u6brWOSkc6tvE7jc\nkKMCwYdFp5NCkbkxk553KcIFnVElb9A1zP4uTQol+1yxrekFODAMv5Z87H9s\nRTjcp5YpLDJ48FitdmW8l+isV20c3j0N/BxIAgAaWZKXP52+ALNu2NMfFbWG\ndZl6\r\n=okVF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.131.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"npm run run-pwsh clean","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","run-pwsh":"pwsh -command \"& {param($script) pwsh -command ((convertfrom-json (get-content -raw ./package.json)).'pwsh-scripts'.$script) }\"","eslint-fix":"eslint  . --fix --ext .ts","set-version":"node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = (parseInt(stdout.trim()) -1); const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"","reset-version":"node -e \"let pkg = require('./package.json'); const v = pkg.version.split('.'); v[v.length-1] = 0; const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)\""},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.0.118","@azure-tools/tasks":"~3.0.121","@azure-tools/codegen":"~2.0.144","@azure-tools/openapi":"~3.0.113","@azure-tools/datastore":"~4.0.151","@azure-tools/object-comparison":"~3.0.108"},"pwsh-scripts":{"clean":"remove-item -recurse -ea 0 ./dist ; remove-item -ea 0 ./*.log "},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.124","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.131_1567617584517_0.48515035865073686","host":"s3://npm-registry-packages"}},"3.0.132":{"name":"@azure-tools/deduplication","version":"3.0.132","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.132","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"78a5527d7d273ecbf8ce1fb8d4f5d57a7b9c6ac8","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.132.tgz","fileCount":7,"integrity":"sha512-ObP2365OZc0jUsUcfKWEbbhzYg7mJib2X+HSvHFsMGUtYJSZ4D//FbitT54RJXPQRxFHoyoc6mCYnWris4Zv9w==","signatures":[{"sig":"MEUCIGZlUy+o6FaLbwoDVvGT93RsUpYCdCFw4JNsxfaDO0OqAiEAr87IO0zNTP4SMu/pK5RSZEUuLQo0VjufIqPsECJRRlU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcC5gCRA9TVsSAnZWagAAs7UP/0BcqHvn6mBUqFtFN2EE\nFFkXTV4O5WrwqtHyfMNeKZ1saDIREbcrQcwfNiTHOMwT0m/csjICVRX0NHfI\n0XL8lR3uJe/2/cah9vQ8GbOzhbHSJ3+KkCHCB9dSyjfYI2oP0MHpFQzC/y5f\nxtOCakv01XzubXqWHpmx9PDfwhQ895YYg9rDN+TP7rdOMRw4j9pEuanBF7kQ\neaPNUF1uSQlzbfGocHm9zi5JJrTTmGarDxwxNVIQP+EhtrYkT8zUOIc8rHai\nA69IiGzCxuTtXH2wNYhR+4M9TXF0PmX5+E9bIVr+sozhgFKLXYdaB8y26zx/\nNCVbbL31u2Fb9BkGloUdXWlEEe5Fz9JL+EN3+fzS3nLRs7bMQCkAmBCd8LYB\nR5/kZH3gC4kDky16SqE6bPiu7LqHI59+4FcJ1YYJO5ZRhwpI7Hldu+n5AatE\nZUUI30Q0w926pUfo9Jon7US2r8vO4n5gjucoU/fm0ZYsZLLQ3MUgqg22A4jK\nE4vEoPGkpa/EZG2JXpKaXReOiN7kVYYFNqTyQ/UCE+PQnXFbKM40ryOUWUGu\nXsZYyAz98qUQfLsWN/9wi8nvy3fBpv+v4klo4NFOQA1RvkutbpWmQyc0re5G\nkiuEejigZWBjAub+huQc3iYqQc0siNwXV9bVv0w3V2NW9oKVg8LdlWXPIMyc\nWCzB\r\n=Zf7O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.132.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts","set-version":"node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = (parseInt(stdout.trim()) -1); const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"","reset-version":"node -e \"let pkg = require('./package.json'); const v = pkg.version.split('.'); v[v.length-1] = 0; const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)\""},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.0.119","@azure-tools/tasks":"~3.0.122","@azure-tools/codegen":"~2.0.145","@azure-tools/openapi":"~3.0.114","@azure-tools/datastore":"~4.0.152","@azure-tools/object-comparison":"~3.0.109"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.125","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.132_1567632991518_0.9245578495208775","host":"s3://npm-registry-packages"}},"3.0.182":{"name":"@azure-tools/deduplication","version":"3.0.182","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.182","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"75ba12a86076266c3059281f4fa0f4dbaa88887e","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.182.tgz","fileCount":7,"integrity":"sha512-PcuxIZzBtjLiqI0UJcET8eS50KAVuyNYEjZSz86Bc7/ckqZ2IaJPmX5cquN1HAEglHfTN2j4BM6rq11n1CispQ==","signatures":[{"sig":"MEYCIQD6w8TShw06TKHxUnoacJflGMiGPh+Dz2+Pc5krdwRIRgIhAKJEFa2O1v/O3XDP2Ll150hfcwUPbw+o3Y4O9B+yKG3t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcrGkCRA9TVsSAnZWagAAd3kP/jCQy0mFRV44RZnpOj2a\n4yoc6AYRH+JhTvH31c794j25eEF2JOQdg4DaMzDaNcw66YFSsOFT3t68BmP6\n/odEr3mZpbQDVQskHcXvRO+DS2lbynlpyGGjjnzvLzBaKuKvd27BQWhGT2cC\nDk+P/Ukk8HgmOwQjaAt3Y9QM/r2lB8v99LMU8rHe0TBhnj5Ad+A/DBtVfX3p\nVksRG4m3mpYvaL6hZ3cTIBeElSf4BZOtF58lGRKsqWryiC9WJ+I35Z1vYU6w\nDR7u1L0TDZtioeMs0cjRUMEHayNdPR+yfmfQIdzWzKuxxWwDweiihxAMcl73\nPsqoh7G0yt4cjhKRMgx+LpUp4eUCl6ICIbFXCwnqW/fkfiLvuKuoikYo1GdJ\nx+VCSFD+14z5rM1AFUPQI1378+y/s2FT85hXasFkV4Mv1msD7hbSOgBvzWws\n8blBmaE5zQF+3uiSDuRWUygpAMJ0ctoLvg9wqmCJ7K6MRccM6sscmYtxekdk\nk62eVy8oWqqx2VL9ePBRAshUhiQ059kqMPKq90hHsjbT1RE7PIeRrpfpq5Op\n5wyH/ngfpl7Qls7T2MEo/T2aAvr6EDzbvP7QCawFvB16e+ff0oLrNus30J4r\n7TksGyXFDVYWX/1o2jjuceqmInXw87DxEhn3yR/+6DgZsgAyQZK5R4xxU7TI\nR15l\r\n=abf0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.182.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.0.182","@azure-tools/tasks":"~3.0.182","@azure-tools/codegen":"~2.0.182","@azure-tools/openapi":"~3.0.182","@azure-tools/datastore":"~4.0.182","@azure-tools/object-comparison":"~3.0.182"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.182","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.182_1567797667442_0.9698363073732643","host":"s3://npm-registry-packages"}},"3.0.184":{"name":"@azure-tools/deduplication","version":"3.0.184","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.184","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"54e9f2970d8853d5251e7a3911aaeafe14d5d1b9","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.184.tgz","fileCount":7,"integrity":"sha512-yrvCDVTJjNqHVk8mE8vYmSd7vH3X0zw7QCtSb2j/B+JDtlgwp+0eHDM6ayuZMvB9rZTv1oCl2DsYdR9n6Lxx/A==","signatures":[{"sig":"MEYCIQC7MBtmwXBm2qdUok1X7vwYlCJwQK4emzomCvGP6OVZ2gIhAI8eany3k3eqs7h91hxaeND9TCnxLxdOU8UwkwFs8Gk0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcrwFCRA9TVsSAnZWagAA28gQAJgUNSc6PoTVwGmuCk4z\nvM/fi3sqIw/tzDB4gQCtxErLzuaE/VdFIcVAplOlzvNxsNltnomso1npfvsY\nCvvN5m2LL9et89f/5qkAy2kUnnef1KKALLChfOWwFOObTbkDLKcUQbwNalNi\nJrZ+Khjn/p/cjvraQtPuQ+wAinKKaxtvmLceYszqsD63DSKp0ktLGpxa9Xi7\n7/e1kqxUF5qoKiCps9mhAQXn4NGg5rFd8ywQqzAPVyrwAn+//fbGVYciwukP\nVwwNsYSRSjXTEE5Z9M2jVIajhRXP/gHGSpiqkrajRkL2PEI0JtoeaBB5RLhp\n1bosKFA5Yfo+v/zT5wVnr/vjZ7R52dX9WR1mSEMfWRaB31aOWzXRQSr7rkCT\n8BpsEnURNfZnfOsktn5IoMAv3yyU5vZEAqaeFzQOtyDYug9dcYYCXc16Eq4+\nZylR2RtFxZXNzw6AffUU/C+AZpmGTenHtFB7Vjam3GyQtXQjVDIRrzK87Mtj\nkgmIOX+DvZpe38DDMeHqa1QRJCsqC217U5czqLikCPJYOVCmDQ9UmiK7/KKb\n/LGYE/W0VqS7ntfjFIWXhCNKGAFIkJ6cirh0TyKWXY8yR47ECeBGi4j3VHy8\nZ3DGPCNnEKwvaVur0Ietb/+XxX5biw2/bAVCTnFWcdOT5kDCntAv4vaCtRD8\nF1I+\r\n=t16t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.184.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.0.184","@azure-tools/tasks":"~3.0.184","@azure-tools/codegen":"~2.0.184","@azure-tools/openapi":"~3.0.184","@azure-tools/datastore":"~4.0.184","@azure-tools/object-comparison":"~3.0.184"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.184","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.184_1567800325134_0.837402580729723","host":"s3://npm-registry-packages"}},"3.0.186":{"name":"@azure-tools/deduplication","version":"3.0.186","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.186","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"65b8321268c7c2d0cfd6ae9abc1972064f463e0b","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.186.tgz","fileCount":7,"integrity":"sha512-gUp/rhy72OckD9v8IoMWZX4fiZxeTf2GDIqF62m1bpgHBxcwimjPf6g76p9nPfCgQVQSm2Wxv0ZKNVtgEiWRpQ==","signatures":[{"sig":"MEYCIQC2v/iJUKh4cPgdvRPqodL4AvALEGC6jr31eRAW4zaJ4gIhALutCoWrXOGyG6RUvx2Rn4y8FbBhNve3DNs2DXaTjuul","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf+9sCRA9TVsSAnZWagAACnsP/3UHVBSySkPxs4VI6w4X\niYl2+mS/4XRzTwh7UATzAbbKqp6nJoJwY/8eTpqw5WHGDF7mH/yQt59qaj2I\ngMPansYOaa5BQAnoTLbmVuhAcPkYGIKHL6tuX+/hEO6fW6TqAxdPrrTbZyl8\nhZ0ky4s8kn96RBBo+tUsGfE2JPaIWQIn6V+QkfbTlNNFgJvdBAb7JbkASvvY\nXOfpQR2bLxaej61EFOayqtKqC1aDLc8+lj29H9+BhmiYZuoGyq2BYIfvTZXH\nanGIb0mT0gzczEMMYFipKK0+n32q89h5kUulqE28VEdfdWgjt9X9nskKK2zn\nYj6vrWGfxgBdVwfRCiFgqXYlT2Ktu+7fbwJsvm4gwy2aMtzFxqnpBEApgc53\nhfFYm4ddW7mXBAz3ySXvX4QeKmQWcV0oftnFcQlD7Z9n2I9KT55poWv+4B7r\nM6Ju+EOZuztasOhy56kyvIGm0vpjZAl8SrSevZ4cltoRitUBOnIsOs/rvDoF\nzSlK6URfL7UAECoe06N2CgINEj6OKvxxDNqff6jxr1zPtoRrZ2V+gVnbizQe\nrpE0M/z3+jqdRJhB3dB+Ddv84+NPnEMqOQ+Xcv+fIbX1fwk9DQ/3bVE7cMJD\nXuv7Lt+Dq8tEZ2JUZna+lBRGldeix8hafcPFIvkC6F1VLlFj2HpQMczv5tVm\nLQ3V\r\n=DHfM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.186.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.187","@azure-tools/tasks":"~3.0.186","@azure-tools/codegen":"~2.1.191","@azure-tools/openapi":"~3.0.187","@azure-tools/datastore":"~4.0.187","@azure-tools/object-comparison":"~3.0.185"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.185","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.186_1568665452168_0.9497063497983855","host":"s3://npm-registry-packages"}},"3.0.188":{"name":"@azure-tools/deduplication","version":"3.0.188","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.188","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"9fb45e5987c0cab4c70dd77255980deb9fb78a04","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.188.tgz","fileCount":7,"integrity":"sha512-5SwPFjopl70FLBXRAZIOghPQufGkjyiM0avEr0jXcZitXJrzFaSo4kTQJXewDvfDEGwFYp0LzUMTVfXZRy7QHg==","signatures":[{"sig":"MEUCIGag+Hy74FZ790kTYWb4y4HhgQ/6gXI1EeoRF7RtpmFFAiEAwLGBqcB0g4iTVaWdwgxHmYXe9QImh2YVsxR3B9dKRX0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiS0vCRA9TVsSAnZWagAA4H0P/0Ha5sG58nzhwrzh2j7m\nhgamFriQ7VMN6YFhxfMKLzFV1X2ZVxwnD+xPShWcWzlaksLZHeYKB0CcO9Nk\nJIaPmwQpzBk5LfFAfa3LKaYupcXJz86i7tC7o/uLGjsNdZQmIpPJSBdBFqlY\nHe8lWZwF0LCKouf2JLHFQ3WBMLC3/ZAJzQdJx5Jo1CVuCrW5gsT/LLTYZwZU\nANNjVsyCv/7KaXhCE/S2OxHk+3VWwDxx7hBdM9+gJeeI5rswJueuEOVQoS/U\n5wdqhC8wto+qx+bmZCuuGFAzG4/pdZChNd73h5uIQQXkg7ReVaDwriAZLjfR\ns16ZJeeMIhA7scWas+Wx11tHjmUCu4XMvQqQz1+UkYGX+aWxlFwwjzi+GNHR\nb7AxNFtwaOgevph63cYs0IjJz9NmhKmHXURjZHaJGJHjdUSMTaHIUGoL0R1v\n9KXnLc64sxrSjdmFbYytx2pk71t8MFA18XM/NhB7JBs8B/uGDGybNBqpGkIN\nHL2kKnK0IktxW6dYcIX66TP6nsv2lRCHiwOb5WWloSwtWCQ0xc6c7QJgavTQ\noEApAWMmpGWxWk8hk2MZPY9y12X0EcQdXIjw+3zErW637inWJbC2h6EcwlDs\nn5NwQZFmjw/Q5kfAEyyTiztWPxAW66DwY88jtS+Dn9xlniZeG1B4AHuJhOPY\nUChV\r\n=hEjy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.188.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.190","@azure-tools/tasks":"~3.0.188","@azure-tools/codegen":"~2.1.196","@azure-tools/openapi":"~3.0.191","@azure-tools/datastore":"~4.0.189","@azure-tools/object-comparison":"~3.0.187"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.187","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.188_1569271086919_0.737420615783974","host":"s3://npm-registry-packages"}},"3.0.189":{"name":"@azure-tools/deduplication","version":"3.0.189","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.189","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"7ffa61b5c4f296c421c33f9dd419114d2cf3b857","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.189.tgz","fileCount":7,"integrity":"sha512-WUpGszlAlnjZho0lzLsSmbARKlMIqnkZdd6hy2oGP3LGUfJ9lID4zifmVNzIdIs4cFABfgsaPNuixBKwE3ojkQ==","signatures":[{"sig":"MEQCIDtB47pT+CP7sV4JRXBmWppD7pb7tl8H2i3qNy8DCEzXAiBh2w8CzBjTKkz0wkmiXO1PpaDm+ZfkuYPRxfBf7lxo9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdijwmCRA9TVsSAnZWagAAf3oP+wQpdvcS1pZcgDIZUhXW\nnf8Pkpf0pAyPM21Sc9yY6qVw9E+oo2Az2KrC1lEijwJGVQPAyoCLr3FhzzFh\nGOuD3I4axMkvggs4BCHF3ZAVS7/3ZbYMmEKojl77Tb2GmhvjyNpti6U3z5r9\nA/UDdlOWqncuAIjuqC/UyqXVpmcdjB2nft/IoacI/0HJKG9kMovULzu+kgPl\nsiH7SDeG/KiD5ccqAAyVo0fsnOKxrsEgkT9rRws5ql/t+VDcrRHOBQaBFJ7f\ngFRKkO0t1qHwLcvUKS49UDHdKMXlQHPtagi2eKihMeLxHtWPom0V7X6pTeKL\n7KzvYHie0m4NWVZVn3+wI7yNvj+s9Vzf4rJo4kZ/RZH6oqBo1P2vhaPOHsAl\n5E2SqNj6MPeIuQ+XaKe0XvjenixvN08uvDkSbHpDfsHLHTVobFeAN/JcDSv5\nm3OiXVYn3+ZMGqkja3GZeO9vr3Orcf2A68BiW7aYpu/xRBQzQlh6o+jnzeXa\neaBMZ3mUJMl1S17wO58//cmprOJbwSi72X17h+mH3NLoW7G78in7/BQ5PGpk\nyBBvh9TSRmstCWZTb2iHGxYZTiaDrIqfxaky9m85pnuaz1LwwqXTYM16HZLn\nIfcqT3R+13XJbA9FPLlkpo99docbjsh7Lbs95OcCr0i7pX1gmFYrSAA5sHCC\nii0G\r\n=+Y0O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.189.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.191","@azure-tools/tasks":"~3.0.189","@azure-tools/codegen":"~2.1.197","@azure-tools/openapi":"~3.0.192","@azure-tools/datastore":"~4.0.190","@azure-tools/object-comparison":"~3.0.188"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.189","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.189_1569340454187_0.0042130911328652765","host":"s3://npm-registry-packages"}},"3.0.190":{"name":"@azure-tools/deduplication","version":"3.0.190","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.190","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"7b0ef3b19ba154b95a8fcd0aafcb23c4f6bca6f8","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.190.tgz","fileCount":7,"integrity":"sha512-8WvqxCT8nDUEltoWWqpymC6v2GcfkjLihpczFxstMSGCkHpfvVKZWcdy8ktWYaJ1oE2Y0V0AAlrCkjX3Xctf+w==","signatures":[{"sig":"MEQCIAKLSLW2EVWqbUFeeBBnaVzoYTaIPpXmaTklhgSxtJx0AiAoLFQCe0LxTanMkECY8T6y3+npBrWkIMI7dTiNI21sTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdil/HCRA9TVsSAnZWagAAaqIP/iazAXgjz0ahtK7neEhs\n/HxSRzuXSrtx2xjY1x6UxzXiXiB26KZz6yRzVJyfB53OxaIopMVMUp9D7VLD\nIYyT/utzPPPsikI4DIEjZrnZyUwK44X8m3fANs1b1yw/wg3xm6M+9oYuzIKb\nYHAcFzJGT5GToF7TuMKSvKmhUjHsmmi6dLsmtyeLw2v5CMX675DOyt80nUWa\nrvW0byYzAyIoMwgh4EHcNtqpg1Jjl/093GziEOM8tS/DcO6mCn7/uHZHryHT\nTcJq7kHa+AGDVF/766Sg1ESAs02fo1LCC5Ihhs57GoL8rSEScNfJvTL0DYGl\ng7ZjP/+2A3aJpU7P+NdfGVkQlE58e9XcD/NDR6W1GvxEIunbfcYEzM8EtsSl\n4MSAbQyJmXwYcWC4VqMTvLj3h7RWcx/CCiuFQdmk+DPLnz+pcbC8+mshNVeg\nsRVmn5A/UYpYOMik8mqY4dw58tJYT68DGGkGKQ1kcSKHX8aqa/4QiERXCv+C\n6m13LAiQTSXL3WOeQm8bQNTU5Ub91AGh5atsr/QfW99dj858JxBXq713QwBU\nq1R0nAi5yM7ti7uPf5WBRHkU95Iqisfk9uA4F9H8MDK6rqk8KpjLYvH/N7ia\nqY4s/Nrt/os6N4cT0RH88j1+ECEDSgfDtVpu/4XLpggdw7Fh3bZugcRzEnM4\nhW+q\r\n=XMk5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.190.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.192","@azure-tools/tasks":"~3.0.190","@azure-tools/codegen":"~2.1.198","@azure-tools/openapi":"~3.0.193","@azure-tools/datastore":"~4.0.191","@azure-tools/object-comparison":"~3.0.189"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.190","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.190_1569349574469_0.3840896535382463","host":"s3://npm-registry-packages"}},"3.0.192":{"name":"@azure-tools/deduplication","version":"3.0.192","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.192","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"1a53d9628ba060762de314cc9a5e6452e278b036","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.192.tgz","fileCount":7,"integrity":"sha512-gOs8emHLpFzAB765+UXIugLgI4Gej9JttuZj8Br6pDgseVa2IlHNXIWuxHNf3sz/pDgm0l6XNSWM9lS2iNnBXA==","signatures":[{"sig":"MEYCIQDMeUxRfzdcEayif6EbV25P4NB0qy/3GoKVM6xTSvxG7wIhALVFsfOMwHS6Q1NgMxjCe3Z3ftx6HZgypaFwYgKZotPC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi7jcCRA9TVsSAnZWagAA85AP/0CJBPeEMPwAB2NgZyLR\naPeOZTJ8+3rMKDnfzGW85dhEGFvdGdktxJIc+BhwFShU+z95jvcBpdtRwe7f\neRapNQohmUzPCkPkzKpOM0SkvsQ/U6dO3v4D7/vxqqxM9yFCNIgnT9BHQ3KA\nrAQO9gyW5/TvlQsGAz2vL8++x/6Z4kI2vOhTWo3iTXiIaXM0TRGx9V9Ms+B3\nGGanMfLsQDXeCsWaPy6ncKk0OABb1tvpCVwlOIld+sfy2hdjkJTmXg/X9cju\nw67EZevL49i4+ppIbp8ql6mf5DFa7VrMPRF3scPIrDvPjVMX+4JF/FQJxsOG\nNBbDRuwqyhng90DdE0B2Wbj+KRx9Zq/FS/uADhqmKPXyOSZ70vbbr3cB8jfU\nswVKPaKtqU7ijizkI+IctFTKavcglyaE5K1+u/hB0knLBujrDYWraoraAIY3\nWFL26U9u0DCVfuPiEl1LDp0NN5W9DaL5aX7CZ06MAcTtzPVBEeIBshw1DrVn\nk6MgszUHBgcfMAWYn01vaqIOO02ScHMkDVNUJ5/3yxoj4M0+G/JOzPEd9x4K\nG5QW6Mmpw4yVr6S3h1IwXb1SD7fBg2bXrWzXBL49wvlqw8T13iJLIk1TcjzW\nSkBHdKy0Wls6CoQsj7d+7IEvRg1r/wZrDxe8+Iuz+Fmew+Pz7kJlRw0HXbhV\n0cOi\r\n=94wt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.192.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.194","@azure-tools/tasks":"~3.0.192","@azure-tools/codegen":"~2.1.201","@azure-tools/openapi":"~3.0.196","@azure-tools/datastore":"~4.0.193","@azure-tools/object-comparison":"~3.0.191"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.192","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.192_1569437916118_0.6784087419235523","host":"s3://npm-registry-packages"}},"3.0.193":{"name":"@azure-tools/deduplication","version":"3.0.193","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.193","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"466ef2d06d003e8c1bfa46bf34f1e9f46001e9d0","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.193.tgz","fileCount":7,"integrity":"sha512-HQdTv1vLTjgPfoKcUjmTdrzoyO0IbWNL1lRMBvIZMJdOxFotCgyNYRfi7t3pZfW9du7NihBK65PG3gCHsry4Bw==","signatures":[{"sig":"MEUCIQDMDKR65eOckPGhaJzXdIHEZhC/rArH+Pv1eSdwpJuodwIgWRmUey1P5xYYfCJqu3fHQdvJJ/tzWXpOLQgcf1bE73Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi+KxCRA9TVsSAnZWagAAwIYQAIRlCpxb28VP6EurNOXV\nQgn+nboNGUJeHtolW7e3xUuaSo6hazJDHYUbl6/Suz97xBF2RjGQO7l+PSxI\nifDNRtljCfAhq+Qh5DBBKYvvA5yJ4nFqx7sJs0taHWBBWTSlj3ZEfK3ZQIQU\nvZ5GrN/7YxDgF0sxC1w6F+UGERVm4RbWWHXoR5wt8qiNvYXCvcGpR9aG9jBC\nIAFJZxyQl0NTl+MnugEpKnRissixdyvwV/xWkhMQretv3SqfmUeAwt7CTX0r\nTeVJzz2YDZD+vlzQKIolJ+CNDyrc75uzJclcNiZDAcD56n5WO/ZN+RVQGXG3\nks5Q57fK2a7eqsho863egI/bjO9T2uf0j48VEX0ljcEYNPgRPFnyA52mYqs0\nT4urykQJf34BstQ+vW1ZRae+GAIMg8yKmiwT7aPpZE++R07+qpghu72eFEhl\n0ju4j6xHDDnxqrj9MHt2GeGKQnsMcraoYy2yRGy8/mNtMkqQdIKIDjTM/rTS\nVPi8KurVMSHaSUWCprw17OwlJeuEXERDJBHjODKTMbQXn5KqYK607Bjbbswn\nIeoc6srTTeznAwngT+/qOEhf8SzBcLlSyltrcIXvHjTWVUIzCQ6Kr0twlE6u\n6xXU5Pem6awFD5lMyx3pqqnMqWnPgQBYY8nJoaKqtRkkd2vXMY7XDcN1zHR9\nj8sA\r\n=qSTW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.193.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.195","@azure-tools/tasks":"~3.0.193","@azure-tools/codegen":"~2.1.202","@azure-tools/openapi":"~3.0.197","@azure-tools/datastore":"~4.0.194","@azure-tools/object-comparison":"~3.0.192"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.193","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.193_1569448624783_0.352027217209544","host":"s3://npm-registry-packages"}},"3.0.194":{"name":"@azure-tools/deduplication","version":"3.0.194","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.194","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"ca8954342cfd5028c5f746f2a3c6d912a532a25b","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.194.tgz","fileCount":7,"integrity":"sha512-d/frWrnmLfUgg73bC9oFimQI/6h2/38B1CuSIgD2wWG+4nkc9gtZA0ebyoaUKG7cZ6pu++Mpvec/m01dAVZwTw==","signatures":[{"sig":"MEYCIQCTvPLohtw/uqI/5SZyg/2nayRaPquRpxPw2IwWBtBNhQIhAJNKP7HhfggxUvm4WgsOkd8DDtw2mg0hV21zC+MB8AAP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk3PTCRA9TVsSAnZWagAAEc8P/iIKpCGw82uk0Ng4+zxC\nmPYTtt7jyTqsWgoPSXrogvUCYUbrjsKZ3ymmef157HJt+AHkGKQI3tvCBUia\n2fSpuZXvvNU5IlQL3r12bHwuiFDDmbvkbdcp+rTTKP0H+3D+utafLR4Wsph+\nYvZzSIsRP2NoRkzP3/mRp1hiGGLFUO+/Kn92bSPI69H13yJMOPglWIRBq6Du\n2tTG6rQsTTeUhXxj5SlMlnQzxpM2EICU6ePiSjh2C2vIjLSw8pILUc5MPNIf\nSBBA9tJ1fbgQQyjisyjs0f4MYi4oyu8KUvu1sguDh+A0FF2bYMMhdY1L9oqU\nDFhDVRaD4GBRgKSCzPTwDPqygHdJTcrXDAJgpABBgUPz/YAbEmYzjktR7KP0\ncC5HVtKrQkMeTq3492kJhMjc4IiDKIwcaxU1auAXoNezvKEYYf8T5fYLoisb\nLixQ1wxGF0kJi+pXRgJtxQhk9jaTe2vGmOv2TzutHEIMaYe2BxfqRGurpP40\nAaS/jLVrc1r76oHMlH8nameQHpRDjANh17w7FyloqpNtaRsm0AsxkdZzgbn2\nKGw7M8Dv3NQxQiSjLGIugqnsHY8lKQGwq3kCTbAIW5YeO2hH56KVtvyMckEg\nOfgaa84edrAM+nmdIHFhpsyxEHY28Z+TxbjaG8R67sJvLF3XELZw1uRbCm+8\nBXED\r\n=LU9n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.194.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.196","@azure-tools/tasks":"~3.0.194","@azure-tools/codegen":"~2.1.204","@azure-tools/openapi":"~3.0.199","@azure-tools/datastore":"~4.0.195","@azure-tools/object-comparison":"~3.0.193"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.194","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.194_1569944531322_0.6413865818660636","host":"s3://npm-registry-packages"}},"3.0.195":{"name":"@azure-tools/deduplication","version":"3.0.195","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.195","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"6115e8466c41c9478ad5f6c3749038807da31819","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.195.tgz","fileCount":7,"integrity":"sha512-6GLyOyq0lrspOPawCxnt7S3CVLDGrBb4jnMczB6i33yfgb5fYY2Tg745ZNrbkc5Njm2d0OhckkYtbYo//Z1+gA==","signatures":[{"sig":"MEUCIGJOkzPrZLrNlCUAXV3UTelmNSJY+Z3C5Sj+PkAIrIueAiEA6b+uhpDJvAGWD/CzyNDg7dgHBr3V2uOn6JViUcJUHmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm31vCRA9TVsSAnZWagAAI6MP/3OUr2RrMdpEdgauSktk\n2kuzpKcHMbRpbH+Nm9mP0GkBtw9JUSU7XnR5Q+Q5OdUsl9T9tmIA9ZIAv16H\njuH0uVOAlwJVcTBe2cCoT1QM/9dC+bnPA3ql/ngOEqpCsVTv0yTDhX6hA7NA\nAJ70Fy5ftxuh9ykkd4Qzh3L889yXUdhxnINs39oDcEqlX+Y38Zk03Vy4Sac8\n85sCxBXbQZsZFPwA1RNre3qhgRyBlRSfrdIRnwBG9dhttwQFyd85Ui14fMDc\n8djMxjtE+CeQ//0KIIXC8//Ey244vQGgFNQaUtLS57TKjcEYNYnyxyqNjzHv\nJKupBeiIL3a11tfYnGEdSsXOc0z+Cff7sCHYbyY56PJ/IKLwd9DVEnTuzPO4\nupV9DEYtdyFa/+8nvZEqoLNXG58sAvNwNyhrtb6UeccwZ/eo0/5WblSQJUld\nd2e/NuiV7Fwwe7vjJYX/NgPjv3pQfXpxCap7exj+h/0L5dQzlQlRtYBiKGuz\nl/oKQ1tiR5+wp/TOJSfdebua7J5yBppdFOoq0t25L7LBJc/FZYy9tzEb2opH\nsJ8QAHm0LTaqrJ84h1vwMYUZ6SD3SglxqI/n5kYLqyMK/uKaNy01QDCjrcQp\nIHSw/rrLiWChF/DiOo8jkwxlAUCa2EgyXGv2gNSwRhwGo1X+l0kwnAnx7oxa\nYl+b\r\n=C702\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.195.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.11.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.197","@azure-tools/tasks":"~3.0.195","@azure-tools/codegen":"~2.1.206","@azure-tools/openapi":"~3.0.201","@azure-tools/datastore":"~4.0.196","@azure-tools/object-comparison":"~3.0.194"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.6.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.195","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.195_1570471279191_0.941598773893106","host":"s3://npm-registry-packages"}},"3.0.197":{"name":"@azure-tools/deduplication","version":"3.0.197","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.197","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"13cee136132fae46813a4f9320eac65632c3372d","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.197.tgz","fileCount":7,"integrity":"sha512-v8n43FAc6Ym3IMbKociuboaBQJlnfvjzozuzbRnDQEFGszPNwY96ey788P2Vc2rkqyXTrlu3Xl+qpKWAZahqyQ==","signatures":[{"sig":"MEUCIGU8icroowK6JR1MtFg0Ikbtzw6XR+rTCCcrcyIiLJtDAiEArcBCgmOQlqxh+zx7UQFrEUsns4wxuthnZTqCww5XE+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnLpuCRA9TVsSAnZWagAA0PoP/1/pxzyCVsNLArcHQYi2\nyELA4hqSJcuNNgR/YxfwgMLmUdfLZthJFQDKlFGYKz3R3wiaClpHy4Fm6/+9\nFVSIhcE8DBBN/Tc7A5EsuKU6BcyHt98qYAm635EJt6IkbqbWdrJrMykvEnE4\nIjtlRyPOVvRH8U+pNn5uDW+OzMhT5gFH21m0i+65TI+cZ+3Nx5N+O38To8Ru\nw3A1fXGD3GGYfULgzQ7AWf2UNTKH9uDIuDvhf8TgCMziNI7894ScgfSF4qk6\nsnAL3MsYHdcKMROVnqPtg7sU11ZY9S+qx0z/QkeAvLL5rHFFGeyQUq8VKnQq\n96RMGSWq7evQnv3oxQrmMoDLLKgjGhHWhHou7DXnCdLhgD903LGXowbM2NtJ\n30vvdGPjWjXsnTPI/d7J/XwoBHwfcYIXOqGHf56NMhsTD35H8zLEcj161o1B\nsiYwZsm2cVIIqoorFMDLE0xUEyPpgtVTLRCp9nGuOwQM7l+CdjuB14IQoUb7\n2romhnTZ1kG8aOwVBlQcshHrDk0+BJ8XCAYucuKr353gKrKIjQGtUc612igP\nCOiIiMORKBjxo3gXju1D3igcNavNZA0YnR3mne4bf1ZX3nPscVsSH1bfURcl\nUNgDYzRrS45baoOxt6Qd/slOs2KsevkZA8XW6kA6ilhrviOh3Q/tg0lI2UBe\nLvO6\r\n=N0zZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.197.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.12.0","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.199","@azure-tools/tasks":"~3.0.197","@azure-tools/codegen":"~2.1.208","@azure-tools/openapi":"~3.0.203","@azure-tools/datastore":"~4.0.198","@azure-tools/object-comparison":"~3.0.196"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.7.0-beta","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.197","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.197_1570552429534_0.5073249757260614","host":"s3://npm-registry-packages"}},"3.0.198":{"name":"@azure-tools/deduplication","version":"3.0.198","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.198","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"6ebec00bcbd96b4779e2d723d321c09e8ba04dd9","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.198.tgz","fileCount":7,"integrity":"sha512-hKap6PnPsiN/E+SSwwwOT4wFfk8rZFZI76cnV1QJ/BjuRjvLbbt2juTaOGeAQu+nBvZlerOhhLvnwHucya/fLg==","signatures":[{"sig":"MEYCIQC4ZiH/Ys9Tc2/SsC9iUrtWs7EylMVSDxV+eoWreHeyIwIhAJUkI1k7AIcs6km9Y0+4NBCG4Uj9xaoRqrqykJ9vVgNz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdngsNCRA9TVsSAnZWagAAT48P/3nUp0C6DnIeGdDmEaoL\niVUpk874hgMgFVHVsF0qVsC1LB2z3iV8p6IopIcjAivOK7h9rKsFDrLAM0Ja\nBbYfLvqmooybd6n7oMVgvJpSQxThHTAEa+9GT9vdeCdN3QgKFdrGxlksN8tc\noz/ywpqEZnOc6SIfXlzeEzUc5SL8DFKCyBjDHnyzHxkgGGNnXCcc+LF4TVCg\nY2uCUn0TPdSoNQYXeYEEPy/IGX2B9NN8A/1YxeZlFGTIf+sp0R7d4kD70bZY\nW2uoehCpGdyDqq+VrHwoo+Fhi14GzjIvT/NPCtTzs1tEXoJtYy9qIxh5LAWV\nx1zV4r5md0Hj55dopk92at5AFD7VH7BteYnSIo63UkPVa1nBND+kZemPLtdX\nBwffF9pbxkk/mUgGWoFLR2J4uXxcTYh/dzAZvkrKLBwqrCj8BqTTkLqTunr4\no+wLzAN/8Hh/V6q8BrS4WoZfxFLK849YnUSZvRiOWH8S6BRASpz9vhfP/iVK\ni8xO0YRtbwnhcOHFVU1TqS5m7rC4OZ3vYdXLPKa7941bN1vTS8gMrH6PMePB\ni9O4NPwtLvI/v8I+1IgNPICpfos3fLvCc83dHmZMKDihDbfpnmUX+/tvXOF+\nxCxyrVok2yMDC9/UtUlEvSDNi4uduScMetacLLIBI1PNvoNFHPQarwRFytVi\nQN1F\r\n=LbRL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.198.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.12.0","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.200","@azure-tools/tasks":"~3.0.198","@azure-tools/codegen":"~2.1.210","@azure-tools/openapi":"~3.0.204","@azure-tools/datastore":"~4.0.199","@azure-tools/object-comparison":"~3.0.197"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.7.0-beta","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.198","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.198_1570638604229_0.2876360442967383","host":"s3://npm-registry-packages"}},"3.0.199":{"name":"@azure-tools/deduplication","version":"3.0.199","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.199","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"833e14b125cb2cde50105aabb7ce52096193ae5b","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.199.tgz","fileCount":7,"integrity":"sha512-1IRCozOwNV/KAEDHFhyMcvwc+Q86/tEuxXJ1rX6YfcYxnukBwk5M0gfa3tGzHALzlUG5G1AgP6KVO0FnVPTpxw==","signatures":[{"sig":"MEYCIQCVeZMI8I/brYOh6P2HoKASDAGPne/KNW57oXtOkpReLAIhAJBpOlZ7yjECms0xapgbCRv2W+XUJmpPg03GMLyqro0e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpf5TCRA9TVsSAnZWagAAjlgP/1Z6TDVmZov8XAeBnfAt\nnPELAAymEEx7yLkFPRrZqSDhpVjWelS+9VaMTuTyEvL9jNEXD1i7y26o8Ev1\nV7gkrR1E86KeS27l25fbonF7qnb6iigy+a5alimVhVyC6mS1OPNoRoYEAoZq\n6FlKtslLBTvfBW0Sv6Lt+e61cXFOdGGPB3PkKziR5qPXx4Je0tx2TsehTzDC\n9nI7b+9QEl3MYQ76nSJSN4LETyIWJP4gqhaf7EPPV9/3sqTRVO69jYXEvqzf\nRnh4i4iT0XjUemu3CHptzd1l7hF6oer9GtvxUaaSUikR6w9J6U5qbRhJUCSe\ntGTKLP2P22Sw+OrOpPuKHlFRU0isVM1looE+f3E4uiZB0ngcDlwb3najdbPH\n1y8DeTCvEyAsH6PIOFqRp5iYRkhUKa9HQqRGtV6XWadqUYXAPCwmK+mepMAD\nwMcNH8QeOuMYALWboNdCeJZ+SqPbiK6G+krjKWX1LuWRvahRYQm9Tvm88AQI\ntCaUvhdGVffiBx0L64eQfhRyHWhebXKiIGwEYQ2JzL34GbpO/dsRsHAzlcwK\nlRVwulxr26ISNKfVizMFRzXSYLUE3Cija3uuLzJFJN7Vt6dNV3Z+Cp2DWWBn\nmHDqKHrJyr7PopZZA4o9tmoAcUaobWRW3SO40UekmPqiOpBbEpshXlavkjBS\nYEWG\r\n=Y9bI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.199.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.12.0","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.16.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.201","@azure-tools/tasks":"~3.0.199","@azure-tools/codegen":"~2.1.212","@azure-tools/openapi":"~3.0.205","@azure-tools/datastore":"~4.0.200","@azure-tools/object-comparison":"~3.0.198"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.2.2","typescript":"~3.7.0-beta","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.199","@typescript-eslint/parser":"~2.0.0","@typescript-eslint/eslint-plugin":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.199_1571159635037_0.9181196591865459","host":"s3://npm-registry-packages"}},"3.0.201":{"name":"@azure-tools/deduplication","version":"3.0.201","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.201","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"939b728a7abd70fd8313b84f84509efc9fd174db","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.201.tgz","fileCount":7,"integrity":"sha512-YewxRilC8Li5G2CsYB8dP626sK3iX/oQjxPrmHYzS0lTAg/WXxeIyAgT2Z+slzJIDlFO9b5bA+CYYj0cXkIkHw==","signatures":[{"sig":"MEQCIGd6MuTAKMRAnWaQ2PchZ0uW7QbePIEVe98ZGc8evgc/AiBDViKQ1iX2AxtwRiD9MrUMX1w1YEHwR2rNlzSsAcaSLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwLOwCRA9TVsSAnZWagAAA9QP/13+XThv3dvNe/OcagPp\ndL7RXoAWODjDFJe5JBtBjndhDXj511j6x7JQCfOiQIrLR0E6+pgHiM4bgwBl\nAOaO7AQXbfeIupW6IQARVBdtUx7L8ri0nTMKI7h+szmvdExZ7RE1rcpdtj1D\n+jHLTPChYJAm0dM7lfr6vEkpgx/pE3fXZziB30hwdXPeBz+kBmGbAdERnRRa\n7Ma8TMIDpQ7UlJvbDCfrSwI4JPRGAnVUQyiqsGzQPfLNWi/38fcNYi+rm9ya\nLLcEB3/c/W4/VfzBjvKmjG06az83xoLgVsAlTKAjngT9HJQTTrIkdCuh1jyJ\niTGGhMs9COXbQdSmkmpUqkDtdBpTEkCwsL6h6MM0K/Uu0eFXn7kQvYmqvsvY\nFBcOF5CGzmQwtA794N2d9TGMPxx6q3QQ1TPMQeAYBEZmeFmi8j/W8w4VdyQB\nhCdf8hs6jFOPqgu+2ErAOooYk4NbxZdDSg991zTzxC9tU8tzNRF9poblC4zF\n4R0w1xiwZlChuOGfEq2HGEEsc6x0wGb+py1+vppI0BYf/IRbTjJxJHKg1cOV\n4sRveMrwNeq6jDeC4E/Rb0QPOnIhlDWJ9vEp/qn8hNXOCCPpVbOeBuremaLB\nmUtKB5ype9DJdqkREC0yzGjb9hKrlMxHXr9QIUm7RuBuoxPgvDdx5E3Qt3UW\nwoxE\r\n=A/7Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.201.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.12.1","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.203","@azure-tools/tasks":"~3.0.200","@azure-tools/codegen":"~2.1.213","@azure-tools/openapi":"~3.0.206","@azure-tools/datastore":"~4.0.201","@azure-tools/object-comparison":"~3.0.199"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.1-rc","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.200","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.201_1572909999824_0.8666615124151844","host":"s3://npm-registry-packages"}},"3.0.202":{"name":"@azure-tools/deduplication","version":"3.0.202","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.202","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"b75f11213d0b57772f6bb84b53c6588623d63eb0","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.202.tgz","fileCount":7,"integrity":"sha512-tcgmVwXX82x/fbnJANXg1VnR3fHXuoiX6Dpd6FWn4ReRUMxlNYX8lHMPiIe+QrnS9RyJfy+i0iHYR/6i6OVMvA==","signatures":[{"sig":"MEUCIQCmMqEQkx6yEbCqInPx7zAcMAG+vdrO5WUlkK7xqilt+AIgRx15XFmRZddQ5++E+MGwT7JUNpmtsDTsxO/APEqmn4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwhLrCRA9TVsSAnZWagAAL1sP/1th2gjMd9f367GHHCzu\n/68jNTbptZVNdmceQCnQ0Ti3AuKCXSlnMcKvqIZieMNdmqnhf9yPftdqbxtn\nw+u34CiDaYAvfSVUwbXh8mNZVapteqnDO31gPktey++R3gimzsj91OhKkVlq\nB3TCnhQBWk6DaaZjV1tqlt2J5IrzhEPom00rehOGfaYoA03cdlmf4T+IGsYB\nJ5g/+jEZQpI1bcIlpp35AiIgv9Em8BJfMpRpnDz7c4aJDufSVMTJGJtsheMm\ndUIjOaYv3Qphk946pAGjC4m6s6y1Zk/7UyZBl4LOWBjFobJW9MCsj4CiM54T\nY/CJduLX0Hu+FS0xL4gByxZDvEoS8cI5Lp2vBtvRolGOZSZVm+Gan3ES/I7T\nMVMGYj5COETDZsxCFSxY1+x8kCoaTKlUAK5Xt1dmiKLyNTsJVQ+Sx6qBU304\nkCuVhRlu48TiTyWXtySWARCG+RQDUOaX2gkEVNMehGFHxVyf89MZQ8kgQz8y\n9EkF7Gui6a0Aol9jYMk+VL93IuXAwJcwq/FEIGRX5DirwkwcdYNgWFpA4+79\nYiawVqu9iwFKd5jrUVGP1tMwA3Lwq+LOKplL4Y6Viu90KnjlDxmhI8MhsiDc\nXVmuLfmH6D8SGWoScsPd89Ikkc7TiBLfbdYW+5sduxrWkUGL7KAi6NT+54FD\nGBAS\r\n=XSZo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.202.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.0","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.204","@azure-tools/tasks":"~3.0.201","@azure-tools/codegen":"~2.1.214","@azure-tools/openapi":"~3.0.207","@azure-tools/datastore":"~4.0.202","@azure-tools/object-comparison":"~3.0.200"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.201","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.202_1572999915419_0.696330498732393","host":"s3://npm-registry-packages"}},"3.0.204":{"name":"@azure-tools/deduplication","version":"3.0.204","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.204","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"bf34c073d32e9a378fe6e50f2fd243b648ac88e5","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.204.tgz","fileCount":7,"integrity":"sha512-cDgKROgYwNlk25/4xTLCVQOfY4cUDQCwbLGZhxENjCAe5qUd1x32EI/AJxk3dsgr6+pob+kWjASkRa1IcxwNrg==","signatures":[{"sig":"MEUCIC9Y/K5Hp1l0zmz2S/6pNE1EkpDUo9pcqJKQ0LTSRCOeAiEAq/Vvdlra/SINtm/R6I+GQ2+YPTJ3Suco5CGR1eAxt80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdydhUCRA9TVsSAnZWagAAJiQP/1juh9mMossE4VqwkhRW\ntElMeVUw/lonvdBoaLP3v5VaBMgozdh3Z+NRkVfQJpw5z0+olSFin7EGH97H\nysYx0eDhd4tNBkSwBy9BTwDDVn0Ram5J4CPACJ2lDlp5fGzaeWnHLpyLOaKk\nVGgLT1VERR2a3mc5rNauYJYsIrmciy4iUn6Mwgh/CdUmF+st/Uh/iVEBZRN6\nVO/o5e3e/e0n4ePyDeNgRYRFHMxoRgMIVFNajEConBmGqdsjiAFYgKIdzT34\n4D0/ky99+09LxGssOESaiSlVF2MYEgDekvW75A4fICBgNxoBAp9QoT3c4Ajv\ntiOpk+r2VprvnWYWhqmuZNdkvVMDgVoNaMPvlKkF/pQt438lp6QQgcs6H6uy\niVDo+Hfe/qMjSKDIjVVwdXt+6v9HvKqhxSgPA+hoMZDeulQ8LR5whSdRGJVr\ndVXP4TvKFnCchfOjbz9OYrpOBTBqORJLRGyApWlSylpcclBmn5eUNHyLmPDv\nNKbrz6DeKieT1ysst3jovz2MFVT0TrO7tbaoSxj/XNnbzTe33j3fiyFzWMID\nTeZnqM/GcYXR79OvS58Sdg07q1cCfm+dAv8306zjEgniQ5WfodOeaFOU+2Gv\n7mb1s8613j8Qk85NdWZ0wnHToFhRmQGqaCdpPAv+nxcWxPW6uKQaLycLvLre\nit0a\r\n=adJ4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.204.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.0","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.204","@azure-tools/tasks":"~3.0.201","@azure-tools/codegen":"~2.1.215","@azure-tools/openapi":"~3.0.207","@azure-tools/datastore":"~4.0.202","@azure-tools/object-comparison":"~3.0.200"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.201","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.204_1573509204019_0.4833311654302379","host":"s3://npm-registry-packages"}},"3.0.205":{"name":"@azure-tools/deduplication","version":"3.0.205","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.205","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"e6f48390058d4718037766deecf1da4ca5a6b979","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.205.tgz","fileCount":7,"integrity":"sha512-tp/Ht9Diu2+qkLt8VvjvJmTq/TH/Jsszvlss1VjXY/vyY6dRh7SrHcvkfcr9NCkSZt82+aP8vFiI0AF6i5F+PQ==","signatures":[{"sig":"MEQCIEUF58kyAR9gjM+/Fyq4nI7U2w/OJxF1iqQgdY7+nMaHAiBPPGhsLuzojdntuifhUWY6ye4h0JGsvB7JY/d/zc8HgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0tnMCRA9TVsSAnZWagAAirQP/iA5cGNWaD12QbmW0wyp\n8316UkwVh8gdUogC+TZR5HYF6PxTQPczmlGtkvPYaN9MkLheAv5zOaLcIHEO\nnBrkGsCuY9EXhXEKPZ4U+Z5iuu9EX2DZ3TSvwXLvhLOkW/7y6u+oUBk9btG8\nHGG4JUDjXXGsKg/BvIQl60sIknwop+T6oeMCGw6O02frawaNIRhCF25HQ+Q9\nQ0TJjLuj52nXsLKDtT7gZOR9sQMo2gIbKmKstU06mt7jfqVGyD7itcqHgaTv\nf1+FKOXHBBnNjO2ZypMPCieqjlHu6L9E0rz0mMRs29gzn8a73ZzW9mWZRtSR\nRl/H5Dtcnh0FSWBIEipXEXhI5JlJjpTSChs8gCxZGU8Zvq0Gmc0txKu9YKss\nOcckDuTNFAgK8tIs74+9QcUaM0Z65XKQ6z0bdU86w/VrGChVqfMB7+G2z2cx\nvj7bn+FUQccDxQ/3PCfkXogVPPjh2ZsQ1ly7n87iqw99FvvyAT5z+ilLrizg\nryD7084Cak3fHYV60AE9leL702RpfgBb9RHok8sQn2X6wVhODyVVxwC0PmLu\nEnAEqae/T07qDhXxOIDk0mTY3AL7fdq4tj0kxV/QmkYrOTjeRuiYVt4qPfNI\n4yR+r4i+RpoVivE/pTj2JpgbL6N8WsH0bBB5vkEbizv1k/NqqesYRbkYCz0f\nuw4Z\r\n=8X7v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.205.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.0","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.205","@azure-tools/tasks":"~3.0.202","@azure-tools/codegen":"~2.1.217","@azure-tools/openapi":"~3.0.208","@azure-tools/datastore":"~4.0.203","@azure-tools/object-comparison":"~3.0.201"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.202","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.205_1574099404504_0.8894790692842978","host":"s3://npm-registry-packages"}},"3.0.206":{"name":"@azure-tools/deduplication","version":"3.0.206","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.206","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"bb0420eb0065167df56268dca463abf5b080d6d6","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.206.tgz","fileCount":7,"integrity":"sha512-/G6nPvU7Rtz9QqemM/Fx5sOpBB9XxvC9qCZRLOny/pEEhUfRh37sAI/VeyxP8Prgg7js/LfmTcG37ZUG2IGT1A==","signatures":[{"sig":"MEUCIEZqnxDLU1SCcebE94l6Ld4B65TYHLpi6brMKW/NMIZvAiEAnS18bvVfTmbFQTBXResqzzn/5Yf/ppVHclPMi1giaWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0xEBCRA9TVsSAnZWagAAPe0QAI9PBerGvcQGiXTvSOaA\n8QQK7j5HaRXNiBuu7+dtt48WnHTsDf+hWqdSmzut5cclEE7CecsKP7Vh2J+1\nsgiJKpyRnCoOisUhOWv8YkAcER28tWyF/emSMsQ2SarqQNnJaG/3ne0RWzzK\nkWkfkFkJ9o0wOmSGfAuRY2jIcMtx7tAAjAJNwu3kuVE/oR4Rv7AUmPcZrtxL\n5mTjBgXwoXCE8kTezEBLOJtxUYl0TRByKY6SGIl3MKEZswOxjOlhd3476kXt\ngQ54w8P5+Q7m3w0mQoEk8WO+KJ0gKEnwW5J720TWpk6c3uv7RFedLhnorjML\nqPSJaHzh2ZFfx8E3liML0zWCoqaq5iZta01W1X8s422IMAeL6j2ze1tcqdwa\nxaoXvrG6MRg81I+GpxBvE74MPH/vTcEc1/wU4N5csn93sqGRoxrwhNmVHzgO\nJFCiKfkIp+I9VXbX6WDFflPz6/F30whXlYM9oqBfUTuBDVVf+ygIx04x3Jkb\nrzQ6d9lTQbXBwbKY+8p2unJ/W0Ji+mZ6zMb+yvSetz/UjP+S+RGl38WOmB33\nn+JQ8zC9CpkxjzxF+v3mTtyQhUeO6MDQ6v1jDDDRPwEUve/OirmDG3LRheK2\njZOztUfKJVNhf/XBjNrsx7l9RDsz69JJp/oAWq5AfkDReyAC1j49snG1SgkH\nii8F\r\n=35a+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.206.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.1","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.206","@azure-tools/tasks":"~3.0.203","@azure-tools/codegen":"~2.1.218","@azure-tools/openapi":"~3.0.209","@azure-tools/datastore":"~4.0.204","@azure-tools/object-comparison":"~3.0.202"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.203","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.206_1574113537100_0.48293399743835264","host":"s3://npm-registry-packages"}},"3.0.207":{"name":"@azure-tools/deduplication","version":"3.0.207","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.207","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"4ccce1ab1964e830ee52a45570f42c4086f9be5d","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.207.tgz","fileCount":7,"integrity":"sha512-Wj7sOOM/pbNcnHiIONpvBrZW6V+DrmM4TmK8xCGsyjrWIivcWlR1wbfGmBAeCujq9QTDNcgOGzE1FtilOTtfvw==","signatures":[{"sig":"MEUCIBM1DQk5EwcFHSsyMN4a7w+cuU9YfzLyCvGxK2UOya+XAiEA4bt5P5GnEUasBLYzR4mXiDEawePN8jj9+Rdtmmy6hu8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1aLmCRA9TVsSAnZWagAAlsoQAIBh8sczmEOz5F+Gx9ez\n5xrloPrNFsSPl2u8gxLmbXzblBPU991t7doiIWPfK8ncz6EB6j9+FQtysBEE\nr95ECToiFgGu3mC9pbN52XUTuPq3nrML2hMLMwjHWgdBpEQm453zlOpTAK0s\npsNRI8bFeCNzob/KznG49Yb1kYHzEnlyv7dp9FtEf2FdCBOy0U9j7m1AtLaR\n7VNDq4Gv1NKkc7uHz9KxTx6N9P2i/bXcFpGvsQzUBj7ozuZ3rNYgdpqtXfJa\na3f2VObj63EgiipFpViAJ6cAh8gQ+GqcuG5dh6NR7/vTZUO8KHZ+IFm8tKO+\nD+Dyn+I5Bm54ZIy1p7FfBFPsP2Xgds8+cpsz4NyNHuXSD4dwan63lUXWCjzV\not32rIGgmjUfnrnhiMuQYgyZeUYTrNdBPMW77HYE5WTKTmRVt2WWqFJsltnv\nIvI/11bXpyUb+IjNimWLazDZP7NeAWnsXEQ/dlLC3YRbBP/ki+R2o5tfjb1e\nn55hDvsn8c0R2TOQVLLe3YaJ4r6AT1CJUdZHX8+30HYTCQaUKDCHYtq/yGkF\nGZn1PDaziR7QeVsu87GVou1676UY0T2Oc2SqQSrSXHwMKblcsAUt3rD60rJ7\nXBgaWy7HCZ0VzvdqSjhQ3WSAn+8qht5mIbf0y7H4G8IjmzNG6vqY2nTCqxJZ\nIDVQ\r\n=XnJm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.207.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.1","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.206","@azure-tools/tasks":"~3.0.203","@azure-tools/codegen":"~2.1.219","@azure-tools/openapi":"~3.0.209","@azure-tools/datastore":"~4.0.204","@azure-tools/object-comparison":"~3.0.202"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.203","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.207_1574281957529_0.5742564710680911","host":"s3://npm-registry-packages"}},"3.0.208":{"name":"@azure-tools/deduplication","version":"3.0.208","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.208","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"39c70fb0665eef8c80efff26e3e3f43e5f8487cd","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.208.tgz","fileCount":7,"integrity":"sha512-g+9Hj6640hFb++S4WxTJND4myN8FhPFIm4bA1lsqKV6I4K/6A6YgBDHLy6KUahpLgzT1eylFNNlnHhhD4KhBKQ==","signatures":[{"sig":"MEQCIB9Xbo1iFHpsx8ahXY/oDS7kKisSf0ebNWct5vGGesBVAiBbwUqc9/qmfwTbIQk323CHtONEzWV6uh0Z7R1qfsPwLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6UP0CRA9TVsSAnZWagAAo1kP/iTybfHGCsX7nx2vNORj\n9+0OeYnAl/XG9afC18IVMxf90X4cObmYlQexuQxdRjDWwjqI9ZSgj8Cg+Frt\nl7QCMVE2ROufKSaqLIxjU0mZ9ORBQTDvCcG/k1f3iWC+9VUax3oSmg7Gctr4\nK3fKy5tM4tpwdMybR8q0mSQRolf6d75nXq6ZQYBtJ51dEEvcsxAVl+jN2wrg\n8+nkbZew4NE3Rw8IRvXcP/J7y6RXR8bffhuPD6Hg+QrG+j9OK4F0kOXIUa7g\nZpJHSjjJEHQxVQLOzgaUBftFATQUtRJWAe5B8vtSfOBCbYsClQEpaquBkLiH\nPTfmXl0ZEz6c0Jn8ewWe9vPpMiFnAv6Bm5AgpbYILSt09/4FAaXhp3yQ1xil\nTAQe6R2ix6pGhn418gDRbqeCdrHmVuE4FWEGUP7WaYVEe4FQvt4LNWIRyx61\nAioAXYffvLO3SWl8Fekmg/zsoR2T5VVeBfDMRrHjDMoP0MAr8tCOrpN4Sbmo\naiq6GWwqumwJkXtlqDfR1i69p6hBnQekda6xYv1rx2TXAqvJJTRc5LaRAVJ1\ne73thos9gNs3X0hCQcadpMH32rlL6bqgL9Xabi2OTOC2LqpUUacs513168ta\nXsJcCjcNz5kbCadwf+HdYewrc5O81CQvphvsJIuK++J+2Y/tkonLzFEyisVS\nkxUJ\r\n=ICDu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.208.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.2","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.207","@azure-tools/tasks":"~3.0.204","@azure-tools/codegen":"~2.1.220","@azure-tools/openapi":"~3.0.210","@azure-tools/datastore":"~4.0.205","@azure-tools/object-comparison":"~3.0.203"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.204","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.208_1575568372531_0.786128730907951","host":"s3://npm-registry-packages"}},"3.0.209":{"name":"@azure-tools/deduplication","version":"3.0.209","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.209","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"39881246705307d28cba53d1373be3d59767cc0a","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.209.tgz","fileCount":7,"integrity":"sha512-LXhI3Sba+0ue93hJnx3BNN9FB2gavDTwUE1SdEuke6JQtNVz++MOw73nKXQhybsLmvWulLC0YU8o+4dEm/WdoA==","signatures":[{"sig":"MEYCIQDzCBaxyUckQTeyuEqr9BGhPFVkA6horbWlbI/k7V/3oAIhAK5vucuEyMRKvxWz1RLsia/r6wA1+XoQq1vcqhh886qm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6oYdCRA9TVsSAnZWagAA100QAJliq0x8JmgCYXVQp7Zw\n9zrS4NqvvHitV2C0dNhfMt4zrQhe+UQFdX+jYjKK3QCF2p2PYKJQcU8JVMAK\nYdRVr58SLX9e7cQElv8DY021VLl4WyarapYk0ViUh2yW/a7CEDSuocZJT63u\n/sHBNenI6WZN2FObXeq/IxX8b+QqFJl8JGmHthy5K8VPRkKjwcpIs13hhO0d\nEEwqX8mR4Aa3pLn3RhskVkMtvi88rPZCfnvBoIkJllp972jZvge3sjM1sUfu\nXQJKs7s/1BorPvA6qOQj/K1NoEqrPezRKXbBKSO0Rm6Q4QSYh14RAWuPTDPx\n6U0+XymnRVyyULhS3/9f5DR/0cBGFhbqErv/DGPXEMIdUoa9PSRPGfg4UuFw\nuFFXY/BYbkZmQDMepOkpT0exowh9upaq+5yl13JXpNlG2+HqJR822sCQZe6q\n8Y4+NOKvYpaHnkAtlOf10Wwq749fLa5fbFVMazBnhJ44xg9Q+zc2U5O7VlxD\nIqg09B6kHBIVrzpTg7UsQJkNKuBU5qBO+Bc6a91vEE6rM/IRLLHkdXYj/QGF\naH80T+IvEa9QA7bz5g04qkuZz5iQmorf9OPPRv1dn4SsvvkP/ps0e6X0TanF\n5uzTi7aHcqxUoKCnz4Dj63Zy2raxH+042WcSVcXstkroPrmx5aNo/TxZHo16\n6NgD\r\n=pFNv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.209.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.2","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.208","@azure-tools/tasks":"~3.0.205","@azure-tools/codegen":"~2.1.221","@azure-tools/openapi":"~3.0.212","@azure-tools/datastore":"~4.0.206","@azure-tools/object-comparison":"~3.0.204"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.205","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.209_1575650844867_0.06477183261035568","host":"s3://npm-registry-packages"}},"3.0.211":{"name":"@azure-tools/deduplication","version":"3.0.211","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.211","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"94fb395b2bddb4e57fb9f2b6d6a95826f4df6760","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.211.tgz","fileCount":7,"integrity":"sha512-bEF+RSyk7WYe2QkRwhHFn+81KQGVRG9mxlVm52ye+RPrFoWitE1TtKbTf2PsyEskSyj0ZIPJncX70ZipNpYQhA==","signatures":[{"sig":"MEYCIQDgwJ6foTifFkrMcB23/+KQKJlxsw5RgtKP2M7+gIJPZQIhANOX1oAHv1CAwHNZBP2icXquJR3cKWmpJWLMI6z8BuHC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8mo4CRA9TVsSAnZWagAA4ZAP/3AFokfSS4sZFQEzyM2k\ntNC/zQLOhRvkBQB12qNkyYiqbqHrAZndXwSV88n7FyVw632AnXAW+NFFpZ/X\njf2Gs7KHClvEyDT3CPQ2XvdLpg3eV/tLgv8vEWJRzGRXlf+SJDRfwLjn75HC\nvnn3sCTRwWDB1fKjDxiI5Cp3Bs4HwwpLDD9g7jn0WjQmBGUNVgmuWNB3eVl0\n4pGZ1HSBsoH1HxJ76B7HWT1yCDe2mMtJYxmsO4kaamoMcBvZ+ExbRySmiTlY\nxNFErsS6OkFejDxx1h+7Uay19linE7UE29zXhcHzHa/BcCa+sCvlt5yUzWw5\nU6MLmIM9hshCLKpLtMrpWbbF3V/C+glJLfuZ6KSvRBslV/5yodiPwKMuPUEp\nWkdeVN2qj01iyT6F7DmKgedXX3NyQIchi9pWyL/MKmLeQyeOSCjDUguHV3Fm\nLYmxbNfDh+6pZk3aDgmyAxRScACnAXHz9QqRRg0kI2NFp4VkoaWovCUuG/tD\nqyoynFy1RyM7T5WpwzfTCHY2RsrTUqXuXMM3rORn/+lyEPeNdtzH25KjDJ90\n2GFfoa8YNOfQmAxq/bvEDPzrdXShhSmQYed1INIqTF3SHiMPJsaAhtZdqR/r\nyyIckXh+kxAr830BJXkQjIrLuDRdtv2ZPhD5LBRKx/6aNtddhfTd7D50UiEn\noAHX\r\n=mJsd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.211.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.211","@azure-tools/tasks":"~3.0.206","@azure-tools/codegen":"~2.1.222","@azure-tools/openapi":"~3.0.213","@azure-tools/datastore":"~4.0.207","@azure-tools/object-comparison":"~3.0.205"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.206","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.211_1576167991592_0.009376347830767351","host":"s3://npm-registry-packages"}},"3.0.212":{"name":"@azure-tools/deduplication","version":"3.0.212","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.212","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"10fdd89f5e9f77d8ad278f73873a70004c027dcc","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.212.tgz","fileCount":7,"integrity":"sha512-xQ9MrOovnCdtadzOEKQl60wNKgS4xzth3u45tTzPhwT0pmKrBuRnJMi/hX3DdGqmZzbwtG9H7IjOb/m6WgMKoQ==","signatures":[{"sig":"MEQCIHKhXuywz1SciLeDCCBOMcevx97/Y5C6Ha/nh2vIYJwTAiAMVFvO8q3XOaIwoXi4OsjLSL+J+E1YPWvwjqFLdrmxRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHKvHCRA9TVsSAnZWagAA2gkP/jD/aDR6aA7Mk90TkRMh\n/JI5+/3JV+xRKh5aV/F5oCr7FGu46dsB0u0qOFooS4jB70UobgI2rPLbwxsv\nx2L5SnHvx6V/dHqahWWZXW20jrTjyrl7QntHh8CtXgUbpedzvteXQEssV6dz\nZDI+acwoI27sywSt2mPEBV8H1M5A/XSSjfvXyzxZo6YqxSQXUTn9pikvoMQ/\nZ4ztUDKlDWREYnevtFykG3BoPahate6xx7N9WnUTgoyVI6ykcXZqibZoOk7B\nn28z/WtBNkCMADh9rFVgH1n7p0pry4zt6KC6qyNoi31qpOwLwrWLvXcebDL0\nUVUwFWnV6AYZcuj0se7NybXUwNuk6HS4tZ38xYFqfIs4d4LNmM6/YWkgBa3r\n8hLcUP8rrWw+bKqcJMW35EjNgGriS6D326Lf1s4mq/MpsJjEBSVAOgPRbTQF\nDR0ipRVs96LotNcagxrVUXydtzNHUlyluZAViXhC3dcEogUpTAEjQspiq9wh\n2/ZL/z0semkylOtcGSvPL8VTVX6b3lb9wdqNm03Ik9kxhnM0T/Dno+UddATF\nvDOttabNZXwuuGJ5luCpN7EcOuDQejj8luHZYR+JY7nHhnb0ztZRWGLYrddD\nGDtZS6BauIEZYqlS8YdZNXkAUmzgI2oxTA9QOv+oYQ3MyI1jCaJtPUP81e0w\nnFeh\r\n=oTRa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.212.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.18.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.213","@azure-tools/tasks":"~3.0.207","@azure-tools/codegen":"~2.1.223","@azure-tools/openapi":"~3.0.214","@azure-tools/datastore":"~4.0.208","@azure-tools/object-comparison":"~3.0.206"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.207","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.212_1578937286778_0.42756456884810823","host":"s3://npm-registry-packages"}},"3.0.214":{"name":"@azure-tools/deduplication","version":"3.0.214","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.214","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"a46b31cadeb99e4a9eb0c57de2d75a5dc460a3ad","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.214.tgz","fileCount":7,"integrity":"sha512-An/pkIrp8Lhk7tbr04/8Ms2re2uBY4MKxev2dVbTaULs7nmIjQ+s9s4/wne3Jq2G45Vg6/cqfdCnAGHNFbqa+Q==","signatures":[{"sig":"MEUCIQCBkCwCvV3xwIptR6YPf2odLXElt651XyxFLxB8rlZw+wIgPx4S8Te47cflpBVULV7Z6qkzfQmrgrPXUF/Nh+wc5FM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeH2uwCRA9TVsSAnZWagAAMf4P/06igQjUUo8JNRS+hhVr\nNJI5xEx8S+jk81jDmpgoAj/oYCvsDKAwDr/IUI7UE0Xa+CbZ4ng0oEDRk/lS\nLEC7RNTx4tyxXL1ByRvUQNfciVl14PreUZS0FBHUa7xKcxL2d7pbQ3O1b3y9\nSBzACYZSJjdapMBjZj14+vFNTR9livjwr9EF1TyrvK6OgLBRr7PJ/ybq0mCW\nD0fTKFl0uuzB4hubbqkOqlTwEd7QzKxZEwMl1rs+A5dLiXZlyVy/yBPJtaxZ\nbbm/BtCplNJ1BVSMgx36B7bAEixWoGs392mL6q88ApToHdcw5k39uoeoy3pA\npuQxt053tQkk+y/GcbQ6JFuNrSqxcWCfqiilKuB2Fw+oPRUCIlFs01eD3kct\nrQHOZC9x8uCUzqFhxT+CEJsLpjHKqRUngh/m3fN3auoarKROCmft3tk+ow+B\nCJWXyH+Ms1Fpkj8HWvRQwWQ9GIWnlchC6JMBfmeItRZLeaxrKI6Df4p5FK68\nKiFZ2Ltte7ZxrLBfAl2mwpyhigagyHJVxgHjRE8PSmuEDH/HEnWoXUtMGCTb\nqmAiuBSL58ffxJdjHD3pAqJ5QOUXTcoBGwJ8d+JK+RMoS6Rh46DArsNZ2zgX\nuV8N51v0qDJByNQTIUp3saLDXBQcYExNFhijcfJ1jXpn1smIfYpyC6lx3qPb\nSjXD\r\n=aKrl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.214.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.18.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.215","@azure-tools/tasks":"~3.0.209","@azure-tools/codegen":"~2.1.227","@azure-tools/openapi":"~3.0.216","@azure-tools/datastore":"~4.0.210","@azure-tools/object-comparison":"~3.0.208"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.209","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.214_1579117488457_0.6977671991397558","host":"s3://npm-registry-packages"}},"3.0.215":{"name":"@azure-tools/deduplication","version":"3.0.215","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.215","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"489e8a11b769b80535a5f5762ec704e1c54a1d84","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.215.tgz","fileCount":7,"integrity":"sha512-CzF6q4gT5MSOQ+xnststaXqyeZ1YpgrFd6n2GFRxeAlcdMRmNefVoxY4jeAPc3Ukd2/G9QZow0NLObzqX3sksQ==","signatures":[{"sig":"MEQCIA95QZh8P7q9rUCN3qfVUOzfuu88ZiZOj2F4k8Hz1TYGAiAYiv+S7UxuZyo+DxUUeB7i/EJWAql/RzPEY4eyDBabbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLzlGCRA9TVsSAnZWagAASXUP/06HCvueaMn93yQylMpi\ni3UsFPsEouIo0y895gU8QyhJuMWLE7Zk/gq4aL2Xixl0g6ZA3EEb40pPwqS8\nKu57YAQ92lBzPpWIvHUBaqlDJuvO2mcE0U1ukWKC/OfSHcsS2E2ZGCYjtOzR\npPqtXEovPPAx3Qycr0kYKgIuH3yKA5BmSfKPGCfQ6Hv0oLR4cHIyfQMrtEAx\nIghiDgN95nAKkWGmjpZuwX1XB0jGzfJGdqI2WDruE2abixao1GQGzBnkQwXk\nsJrEl4RNfh4yYkicZ+zKEjhbOLgT9F9l4VdTAyK3mL/64hqOgF22QQFXH4Mr\nDkd/0Q4W4ys5GxH2szV5+qA6bEcybrgyb6hZ+9wyLJHODZgQ5kDhgblDfMJM\nX1yzZmuQTQkRuQafYe7QOQ9egUuSpwx88Ri/aljL9ED8dGZjAydQGfzBYy5U\n97nrqrdaO+vmogujpTDlgt9UXUIZ84WRFMXBLxXa51EbjxF9qnqFX1CyX+wh\nDiRZLFawG+uxYZJ6v7xpMaBz6+U1PaUn918Sj4ZQTLefDxaaWPZlY+hG259c\nP3z4J5oha4a2lqQMiHPsEOVeIISsh4CToR5F6Q7zf2K0Tgoqgfb7B8TKATPM\nvx1uPtxOKEp25IGETYgD9YlVJQ61yHJawsmFDpYxWbX6cFF2Ehj5vZRsuRqm\niCBb\r\n=Hiae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.215.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.18.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.216","@azure-tools/tasks":"~3.0.210","@azure-tools/codegen":"~2.1.228","@azure-tools/openapi":"~3.0.217","@azure-tools/datastore":"~4.0.211","@azure-tools/object-comparison":"~3.0.209"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.210","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.215_1580153157718_0.35066678784039285","host":"s3://npm-registry-packages"}},"3.0.216":{"name":"@azure-tools/deduplication","version":"3.0.216","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.216","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"4b70869c918536686441ab84b992f31a24b659a8","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.216.tgz","fileCount":7,"integrity":"sha512-V1jaU0fw521v2N2KL7jPgW7udxZmDcpP+5OyHhwbdekZYtJZuYedbgeFjmIFFnDbmLSv10+pP61ejkzeXVtxSA==","signatures":[{"sig":"MEYCIQDjyomcp0xq3Jlji7MHjqWK6zXaSomYtYvLUNCaMHpZKAIhAIDMTu4Q/alhfGgNI1vpY8ByIYQgzlnGnC6w78WbOjZh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeL05lCRA9TVsSAnZWagAArqsP/jmuRLTtWKk7r9m1R/7C\nhRfAENTMH9Ppv+fg3RjOoN+XlYmwH0Yxy1+ep3O2k9yp+SHtVXuO8xRy0Atx\nlnpY7tBCG28UszFw8yU26ZnH8rkaM9Zen1c6JQEXPeq/Kd8ZbjFzJPGyf6fE\nQ8VQJAOwN5KybXQhTSo9j+5V0ZEqZ3Cui5jcuNZ9pJqMXtQJx0joJS7x1meJ\nNRtIuDjijFD6fKNDgPPzTXlr9n3MjNcCDeBx0IxU/qf29wYHhX/eNqp5thhA\n32B4HmiBcUbEvGiEqO+xrVrqbWkGtcA5Kq+iO5/HcW+ahpFRyg53Gu5AIYbO\n7W6EMUsrn2QvmlrgedOjYSLvtRWQxD0kx0pKrDmG4B8bLs41R2pGgFiUjNuI\nor2vqRRS7SJ57ys0foUFalQJ0uOOBwLiVRck8gmY+CbbvqffM7ZekOENkkJf\n3CTVaOVLOeamY3D0Tk97XixjXHaFuXz4WGwwNe7uUz2GBNGeT+dKFCGVoURv\npHj0RFc/JHA53NcX3nfNwswMs0rKbMIaik123j2xE2rA3/lvoHc+XFEsgdII\npIyHA81NypCMN6aCkhB1uSOuoHV8nftLRM0uMIArm0fUPkCqMYjo1b7YB393\nMrxiVPDVr8hVyo+lmsz+e6VpAy6GwQY0HMtVFIElAYE7M3Jq7wlkdxM9F+ln\nZy+J\r\n=G/B5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.216.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.18.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.217","@azure-tools/tasks":"~3.0.211","@azure-tools/codegen":"~2.1.230","@azure-tools/openapi":"~3.0.218","@azure-tools/datastore":"~4.0.212","@azure-tools/object-comparison":"~3.0.210"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.211","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.216_1580158564823_0.3537296799944636","host":"s3://npm-registry-packages"}},"3.0.218":{"name":"@azure-tools/deduplication","version":"3.0.218","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.218","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"5861b039310d9f1192bda1b390d9390e770d10d3","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.218.tgz","fileCount":7,"integrity":"sha512-c3TWVpUtNbxJ3L9/V6VbAYkLG69oh+E3AwTKfozImuX7hWfUjZ+gCuvdAIHTqETRYtbNwl/FEX8LWVCwqSwzqw==","signatures":[{"sig":"MEQCIErwOu8zUQ7g+dLxb8ftcyQdPBFcQlCu0Fnev006XNaHAiAIms+uRg3yVNmsnK7Fnx+CpTTWghhpg3Xw2+gJypiqsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeObkLCRA9TVsSAnZWagAA5kIP/2dDipm6mnxTwwBgPub6\nzj0Lv7D0vzl7G2r0QhzyKTN6JJ6ANDUe1Inmn47Zpx2A6oqPbreFW7KDMiZG\nbV1aouunveOJNpJ69QjY8ge3iBcZvgncuuIsshU9GUfGhXRdHHJo2QDOclAx\nbGqMWMzAefy/wFXbcjhUPT2n5rjsD598VQWaqlChk1A8ewYLCiNT7vLPeuUo\nHsn2qHMmZPlNefm43+bAWWeWZZeFmjSNLVLlv4gycAtSmmEPy93ViQyQPEbc\ngHSHJmk1VTGefw2eGCrrssIuorSTmXyNFh5o6iEqHDQ5MhQuPHjHZKam2G6e\n5EALyU1USn/NKrPxcVeCX7fn8DBTj5+YVkYMcR92FQvDNphWnZFFDQzXR3mD\n5dbR+Sx4FIuwMJlqR1dYfqjf3Pidxn+d4nCN6+bDFf5upfs3dV5p0o4XcvD3\noPSG35rTGTfp2QYlUGyuiVELAH+gZB0BwK1Vh9votj+Rb1XVZHAyRaq+UfVh\nx49CP+k18o/OPrDDmWaCQaXLJWcy/tX5FSieEKPr43fczLABCjvIBQc+cdpY\nXZy/YxVD6HiTdqwb7n+PaEpHuirB7SOzcTvFawEcGDWkJ7fIZfIkVFJNsTay\nXU6JnKsgm17R3T6BuiKEWceogiZfOA9rswKLKv6yNl0rR4qca1vL12SqpsPM\nKKzX\r\n=daKJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.218.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.18.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.218","@azure-tools/tasks":"~3.0.212","@azure-tools/codegen":"~2.2.234","@azure-tools/openapi":"~3.0.219","@azure-tools/datastore":"~4.0.214","@azure-tools/object-comparison":"~3.0.211"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.212","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.218_1580841226522_0.8221766094698753","host":"s3://npm-registry-packages"}},"3.0.220":{"name":"@azure-tools/deduplication","version":"3.0.220","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.220","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"3ba0e64bd87c53aff720e6747b32d584fb75341f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.220.tgz","fileCount":7,"integrity":"sha512-u+Aflvv/ZGqYvv02KNn2CVzJhQal4g02v0txsaXxKjbZx22qyEuWjFGTDa37Y0RGxWZsCtDFAssqaLpHBx2C8w==","signatures":[{"sig":"MEUCIDfdjBBtTUTtR0d7stzEqPwTA8+5+Xthy6ADc3X9toK0AiEAll6+ZDNgHU5zfzvArODOrWadqJGhPABwVRxvdmd2OY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOeV5CRA9TVsSAnZWagAAKckP/0DGxsJBKyCZb7JMyjhm\nAPYXpaq/y4RRzBHGJsmccVSDq3PiDQCtNHmWpzz3MgsLQbVvxPGAzej55uAh\nwNF0xaANJRAU5dztEjmcIVhtYk2ukwwuLP1w6nzEdxVlhuR1LQTfNZzfjrE9\nztY38aUX3SDTNv6Jex+2lLs11CqWrTtbzjvNfZ6SgANelq+HQ2/WFUWj2sn5\nECdzzzEfS0eQLOZilMUSs5dAUCkiWqQmQTTFST383REntZA1s+vjoSI5o32m\ntV6zrNnv/VcH+zVKrQDiricJUeFq6g4P/2FiPBU1VAe3QyefSZ7Z4bCxAeXW\nSuqt+yOYWasee9A7bjTWXsuVHRssKrtNxy46uHmPBEOYhD4IbLRPYNZU4Bq4\nJICUL1Ue8s2mXJLui9eLSvqx5x+MGCmjf6m9ewnDBl3bzlG6oUZBsfTowDJY\nlI+SS6ASA9DSMr7wobQq6/czuw+SjOEDiBast/BZMmiuU0vQZDSX65mLJ5R+\nSq31eQvjcpd8dTsCpRDMf7NRkMRTERYRIDDOlyP7vZae1+Et0nn5xS2NLDCl\nS7rDgR2rujxOvNAYvkLCA/SjlRB4N5/+ldDdA3z7Vq76nDg43NtnaIgbh2uh\nuT85lfdXz7xMFH0PnJHgcNrOU9Y3sgPoHlrjjgntKn4SV7KT/VKYuWT3qoq3\nGtsf\r\n=n04H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.220.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.18.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.219","@azure-tools/tasks":"~3.0.213","@azure-tools/codegen":"~2.1.236","@azure-tools/openapi":"~3.0.220","@azure-tools/datastore":"~4.0.216","@azure-tools/object-comparison":"~3.0.212"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.213","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.220_1580852600735_0.23911385881892433","host":"s3://npm-registry-packages"}},"3.0.221":{"name":"@azure-tools/deduplication","version":"3.0.221","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.221","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"1d4b33d74d9db20ea8361c4871486085ca285407","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.221.tgz","fileCount":7,"integrity":"sha512-DBl48A39mLYp2t4j1TL+iIoF7bodJ55OUxosYf40jsdSMAL4svrqyY9dmtlD8jWqCuq8IDDAzCdYRh7QlELiXQ==","signatures":[{"sig":"MEQCIFKGq6LYRNUa5exP3Zcv6H0A6YY5WHPm3rGQY5doOK6JAiAmx9GNHcbSAs+3u8A3DBBOO1lpUTdp/mi8+lOLGOtI2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePI7zCRA9TVsSAnZWagAAq+0QAJozsBicO/pthzVxYXrm\n7hAZCQaOzSsMiIHjLSlSM5ZQTr4qlzNdybiZ1k4kChJJKkm+Oe64frgdNR5x\n7i/antnv7PfQWveTJkphTGVh+0jn71a05CE79zAkBuoXWEFpKyHlbrNRkW23\nBHzMnFagPhiMc7bOFHC09YUvIrJGAcbduhnIDtAwIGRllJevTakd83R7KLRw\nJs4yXVpxMKwcaUgf5BAXgTEEyMEfO6SG6h3cDe6NtNdehniRJ12FaIobSEww\n8lPyxaGttn48Q39lBywaCppmVOeSbREZVBWFupF84x58zW7FQeEODcJE36b4\no1awnaBxtFU7LROg+EDAof1dwz71PO/zpAwx/N8jR8Bc9dSRImw6twcy5sCj\nql27UILHCeDWYDZmGYQzXFM+xim696LG8UV1abCCv5w5vKgj13HWz9cIVXsE\nJUk8C8dhUmYZKGRhd88KCj3sXa1Vilf3hf7cG2AU3NTEn5Hx55xcdjDyr7rA\n4hIzn07Z03PFLdAcejB1u2UzyisojK34nw0LnDkxRrOXfPeD7Iy/XgJksBTd\nk5cX1hBqs934khxpKxAnaN6YYCH/zfvFHZOLJbNvSXuAzyXAKRasOq7SmNP5\nZiRh0RAKNlj9GLsr327Rl0g4E1wCdpJw2FdeO0vhR474UMbQqTxQFKM0itM4\nluKe\r\n=T6NL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.221.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.222","@azure-tools/tasks":"~3.0.214","@azure-tools/codegen":"~2.1.237","@azure-tools/openapi":"~3.0.221","@azure-tools/datastore":"~4.0.217","@azure-tools/object-comparison":"~3.0.213"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.214","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.221_1581027058768_0.14383893971939155","host":"s3://npm-registry-packages"}},"3.0.222":{"name":"@azure-tools/deduplication","version":"3.0.222","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.222","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"1e1cbb26ff16c496a7f823565ed1bff62f4cb892","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.222.tgz","fileCount":7,"integrity":"sha512-Q7OCPbaRmMa43soCfGo0GbxYVZR74wrVjgcw18XV7DiyjKdjZcuWI9sFaZMEwBxkf0Dc+frgSixcrP1NnYUbEQ==","signatures":[{"sig":"MEUCIQC0/X+3SJTU0AbMC82Uhs2czIeF6HmsrXxO3OmC7YY3LwIgXG+bSWyIAlV8vpw/HcSygN5d9AsUwJ9wIEOivF2ElTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePf1RCRA9TVsSAnZWagAA53IP/1eDswW+BymJ/xVdZbus\nomcqkAj01lGR8hXbZi8dlO4YGPkuHHFfuf44KDtTKRgQFsvBPNVO4051CtlA\nb2RY8wogm6cUGaAce0GauNpq4FYGMTUqo/5E5wRMPs+E3Ko5T4Mrvt51IJZL\nbnIQTVO5Skp0GUASmYyNcaVWvNwPQn0mkvZONnwAF0pUOxKOPmQwwODlySar\nqA3XaytWFABD3ctdoZjU7mel1nlqyjvnL0PvluhCRTeZSc+oDu8FY8OkG1I3\n2Ig11vGyDxW9W2W5Cc5OIczqlSAAF+XdcTV30rsKT3iVomhfNKypf7kJcg5+\n9U/H2yAiIy9rECLKARHbnR3ev5uqvN4wC7AOcYtSPWTpcoa38O8YiGCSd+8c\n9flJuiGvMrmNr26yInpV1KnRyiiozV7hYevY7OcmaRzI/QDoYTB6vcWZgfc0\n/kJEOaKhkytV+QXz8khK6qchdFWHopnm2mxT1jSHqcdc251kH5mhZ+4a+1xU\n07LlTUObx5S55Ac0Z+DT7K7Pao0EJVXNtXeiKIpvOATgpw3bCD3qzb7CK0zf\nRrHqTDcNu966w3Fb56qigCiAj6J3eJO27xHohjRn8+Z75ASZ1GejDO6Kni8U\nITydJ2JreOUCeZTiDZ4prn/CgMXAhP2TkCvsw/1mKkNVrg8Zw5d+5SMdSvP4\nRmH9\r\n=n2+E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.222.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.223","@azure-tools/tasks":"~3.0.215","@azure-tools/codegen":"~2.1.240","@azure-tools/openapi":"~3.0.222","@azure-tools/datastore":"~4.0.221","@azure-tools/object-comparison":"~3.0.214"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.215","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.222_1581120849471_0.18282407891828","host":"s3://npm-registry-packages"}},"3.0.224":{"name":"@azure-tools/deduplication","version":"3.0.224","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.224","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"04eed97530a58df3e3054d21edaac58a6ec624f5","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.224.tgz","fileCount":7,"integrity":"sha512-1Kql0jw728dRidTE+Tvdj+dq7igLgsAMKOzSIAKKgPI8ZQVNnq0VsSHQUxRlgrA6CqU7hcSBG1YkD7fpAtOl9Q==","signatures":[{"sig":"MEUCICbuY8ROUpAKdC6B6M30FrP/Mh0Gnvn0tAWelbvcgpUwAiEAzqJHZRFYxzEx6+IXDjv22E1bwQr5JcLoY9H7m/tUBfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePf8ACRA9TVsSAnZWagAAXokQAJhQe9VzJ8pZwRbSxUPh\nGw3S5EFL5gHriVN791I4Qc1gNlWsamR8Ke7J+S1EUlamjeZHz/HWCp7AGYYM\nN0tq2pGQkSV1o+1ijDrg/GXeAnnOIBXJ0/Iv1YyTl8rNJ4aYe+UN9sjGYTEV\nMENrHxTsuIi/AWNdpdO+NsT2JIWyTnpgJoSWY/3QbbHVAnICdPYlSHfvjNMY\nbSYNZQQva6ckS6QR12TlK05ESIbiT5LZdRjFfoSdfC+zFQx0v4XKiPARQcNr\nSK9OfYcaRexS7N5b4L+o9DRK8cxWkLio0SArgs16kB2Uqejo/Dfl4Rgvc5C8\naCA6m4QVnC0ts0nV/XzeRpg4aD/pLnOLzFxmM8WUlaHht1KUogCiiasS9uzs\nO27RcJ2UwBgTFZgDQhezagCMMP1xLLIVl6FarRxn0YpoWZP4Lm1lErqd52MK\nXrg7y//ZbIn9LpqCDXaiePpQnP3M76i571Pj8JQ/n+JEq85yloi+mK7XA+p9\nruozkTb09VRrEYgevDMrki5BE+ayIabm6uacQNbjfXnRPii5GzUebXMMMKAj\nIpD3L2oO4ECU2mkGtXn/lIKr1tuzl/GLA1uTKJHFga2LXIaGOSE9SUzLOXFK\n45IwrnWKC8Ky0ty0CaCG/QKcr/fTo5Bzr1MXjE3zFCZlTYLlX3poJMw5IBxc\naRfo\r\n=Tt68\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.224.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.224","@azure-tools/tasks":"~3.0.216","@azure-tools/codegen":"~2.2.242","@azure-tools/openapi":"~3.0.223","@azure-tools/datastore":"~4.1.223","@azure-tools/object-comparison":"~3.0.215"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.216","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.224_1581121279675_0.5090110093956206","host":"s3://npm-registry-packages"}},"3.0.225":{"name":"@azure-tools/deduplication","version":"3.0.225","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.225","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"38a6801f89024a6b22125cbc5b7003a341bd7faa","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.225.tgz","fileCount":7,"integrity":"sha512-jyV54iYzqfDqOR9pTtqG4sqTwSd7w2zqpJkQWYoOA1xG2qhd3oeSqt8JX8mnHcndueWE8/SP+KjcNfzsNPCqNw==","signatures":[{"sig":"MEUCIG3RNGgMUOarpk2AtURcQs5KadbKMqMlETz5SjE8Xcb+AiEAuowX2mAtM6wLF2WFLi85ux/kh2zXPNpAkoI3yy/dqPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQ1LdCRA9TVsSAnZWagAA8ugP/2hjHfdS1UzXKVHia2OY\ndnQvB9VqOGP1kYomoxJ0Nto2zOjW8DNvh8nJGL5ltWURVFhGIW7vPU8LoTjW\ntbDZbwy6TkDuCuaySLsfEpomw8tvOpoKLbz1gn5reTQ9NOqg8JoIVfw6+2L7\n1C1/qWxTIwn1Niq93COEKE8quGDUiPN6LSVaX8NPEhpIqRWaY/YWZY8tUfze\n8TC2Mm/KcXc/+d6PI02usJq5iWg0nIrS1KIm31dQyJhxRLPoVJUoxNJHseju\nQaZ4sXf4jctu7UwW1wHMXJfaU9+OfKH6Z9xVltG8p97Vi0BNzb0y9osDWyZh\nyjdkF5+/KFhPPf5qK9B/HehE2Xt5JtvNuGdMrmmzPgCkN7x/GaaNWuj/rvhg\nPeTBZzUeSRCyw248FO9vYsafQqOdm2rEkoa9Fowhdc24J+tE2Z8DGxN/CNon\n9ELaiOsifZZc6ZR73lDnsDnR9aUbPEINxpct2vMQF4Y5tGg/E3IkspwpcFMF\nLqS30wzAeOp2kAcuiUuBIl0R+u2VGl5zexv7O/59SkyySsZk8jJF+F1kDl/M\nKGXOpX9Oi0ZW6yJjwPZ52c42C+XXhqTf+5LdFsXe9djuLKMcS5EPOuPBv1Ed\n8L/UoLQw6hJgVeapsT3Zk9xCZrnYywOCsaGXuJmTr/4+GOhMz84dZ2AOhc1H\nmUPS\r\n=FStI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.225.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.224","@azure-tools/tasks":"~3.0.216","@azure-tools/codegen":"~2.3.245","@azure-tools/openapi":"~3.0.223","@azure-tools/datastore":"~4.1.225","@azure-tools/object-comparison":"~3.0.215"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.216","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.225_1581470428561_0.45169005616536184","host":"s3://npm-registry-packages"}},"3.0.227":{"name":"@azure-tools/deduplication","version":"3.0.227","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.227","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"9e80f3e991786556720b611e091bb82a5329fb85","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.227.tgz","fileCount":7,"integrity":"sha512-6ca/oA456O3uYoSkuCVukAG5MDmKkt+bSZ2ilxfPyYEaNgJe6KyZQSUH3rj4ewhf5MvFuSKIwrBhye2wh3amlg==","signatures":[{"sig":"MEUCIQCU4oCFwc7q25uR0aqIHKOG8dxdj7UZWoAP2R47SgtSwQIge5zAugo6f5yR580qKn8meTuDaNsQeWDxFd0naOL79x8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRt0xCRA9TVsSAnZWagAA1yEQAIQAXb1SOpxiA4YGYxYZ\nFIRESZcDhfZze7oED17ew84xKXY9ZvQ517ca+b/mwuDAGgziEH+0Ny+KLKo8\nCtxogxN55Th95RcFcqrJpB6IklcCxx6QC/J5r9n//ezfQewZCRl6CIGZUUyA\nLv3mPZfJ08DdF3q2FfLXzD7pDkMvggho1NrMUmV1aDEabjCNvk+XScge15E8\nzE/eJq0NlUXnikidBv4oqzMDz/1hAi5Q/NCobrZSNsxplwGPND+FehsOl/51\nthKSXKUzX6DOGr++E55PucIImqZV3VoWzhoqpVCAEveXwZtKNAR3IghMD3pV\nlPZ98LD/Q3S7W61BH4A6Vb+AodHi+L1lNr9hyGBvUaUSGV1T48JfIZLZLWW9\n4nsxOPxYmdZnL+/tTR6zMWsMPp7eI7LYfIC5cI2CaAYn87n1shTQlILF2b95\nwNeuqbIuBPB72TCtAkSIO3UH13vcVLRC8B2IdH944cvpaKf2jOp7mqT+99CT\nVb4qLSNzYj3/yVz8ExhppB1hZFKhx5JOB+oJWrNvne/9uJgZ2chEQyb5afYM\nTwfIjVPiZwJ2puUPN192Dm9RThl5BQ6Rt5/yN5iSO5TbsZX5iMuvZPwSQHqj\nqewTbOBV0CA/wkSSlQoCQowJ84L/yfaOLsJzQ/GFFdQe/OvzNP5ei8taYTXg\nyHiQ\r\n=NZ8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.227.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.225","@azure-tools/tasks":"~3.0.217","@azure-tools/codegen":"~2.4.250","@azure-tools/openapi":"~3.0.224","@azure-tools/datastore":"~4.1.227","@azure-tools/object-comparison":"~3.0.216"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.217","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.227_1581702449255_0.07850700249716835","host":"s3://npm-registry-packages"}},"3.0.228":{"name":"@azure-tools/deduplication","version":"3.0.228","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.228","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"be37a023f4f6178e30a3e099167b35c1c0e3c651","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.228.tgz","fileCount":7,"integrity":"sha512-kpHM5yF2fNBRUnd8mWNgq+tFIe1sRys3sJ3EHS333TKMGdfVJODumV6+SECVVXcpzCveWc9F08k4Pux5luar/g==","signatures":[{"sig":"MEYCIQCY5Uhpg+cbggI5QF+fIPihO3HYNdUoxr4MHXbEQTlPWwIhAMAC6KXBKB4sdKEsqR+pYp1xD9UmwCfzZBhn3xyKPL9U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUHRUCRA9TVsSAnZWagAAcRsP/2L/SdTXDdBTArpwzq0Q\ndLE5aDolYb9/ThDH9jnHa8hD/DcQX734rHw1rhV1phBAG7Lg/pqOjLOItdy0\ncNDdbR8ftm1ZLyYhcsY7VVM1Z1l/Wahq60KeFlCwwljN6sMkEa2Ch4l0ZeGD\nrtENwbxqH9WQRFNVm2ucTN2dWWi7kpgOE9xJccCU2vO2Tatgou4MtuSeIcOY\nMGXr0JW6OAFCTUFlmT6UNvNP8XTT1XDzh+MlX7j66sQBv06g99Y2fdzQzJjW\n3WS2sCSkMvM/gRDtsncBZbj+Yz+3jPf5pZXwznetE7tbsHdg1lu4QfWj6D0v\n72KRCyaF8JT9lW1tWVwz32mmF+bIDmG7fmlKdR+gPzwo+eWZ0L90Vrm3NoZa\ndavyUD9zyDroGWJcy3Hzjl+tyMWTAQRHNbQytkS4s/X8uBjSUbV58K/chY4k\nV5RHRpS2I3tf5qo/c/rYHsj62+3pzC1JM9fNWdkToC3Dq6+NG3Muz+fzbxP8\nI6uuaBM02GUqbBsThy+XqU2rkTpioac7WnmL17hexmX5bvD0D4QoCs/uAAa+\nHtzeRfU3fdgVYtafjNU2qS2UpdaX+qCrB8W8xYeKAgDlzzlepISSAevHVqhQ\nTw0N8DhsbBKpVns3lHv3tay2c4lKdoJoLvIaZMYKON4Xd9Ovn58Ga6HvOkff\nltBy\r\n=XtDz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.228.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.13.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.226","@azure-tools/tasks":"~3.0.218","@azure-tools/codegen":"~2.4.251","@azure-tools/openapi":"~3.0.225","@azure-tools/datastore":"~4.1.228","@azure-tools/object-comparison":"~3.0.217"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.218","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.228_1582330963907_0.9633191097905793","host":"s3://npm-registry-packages"}},"3.0.231":{"name":"@azure-tools/deduplication","version":"3.0.231","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.231","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"27d651312506537bfde483e951b2148cd0767cb8","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.231.tgz","fileCount":7,"integrity":"sha512-D/INpEzt9AuuEZCEraC3GQHPZQBde6ak9UqM3JMlN36WBvumg9TXDw9hAvfixrg4Roav4sIL+DxdKD0dfi+YjQ==","signatures":[{"sig":"MEQCIDXLBNPEZ0gm+m4od0a4lv8rfbfOELVZBOR5alAtr32zAiAcNGRlDE23m3UjQvHXodCFqXe2LLoWNBaZaNTPMgK8XQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV/lmCRA9TVsSAnZWagAANogP+wcxCEknmle2mfrzVdG8\nmtl8tVo4NqABYGKa2DTCjNrWCHqaXRR/v6eb2dxvWrJ+Y+30/yww7s04TAH1\n6rNBtBoG8y1YlpXJCx5pSHd40fYPR/niXOQByp5hU1+uefca+goojwpDAGF5\n2s0TGAZcJF46mvh9yzzCR8Y0/hvXdgPzxR8+KwvhQVvRn12MfW/3a7mBPw75\ngLL0EzgeuNPpcTo4OkMgZs/LmAAPe/rhZIybxcbOO9tWO3wT6/lm4RLHsX7D\nlCO7BheaI6gs58RvDI5YqasAjOrHdSUxdPWEaEr6DYt3jBVV6x911HjaquTz\nBzrZ9Ohhy0XQafnMcsiPIfYJC/qXEA+T5gLNa3hmgUmt/BmmqbyALiS4YGH3\nu3h3iZ/9yBNN9O7crAE7i8Mchaf0uJMY+Sz7prJRAQ6dL6uxLAK9d8ZRMf45\nH3JtBN6AiESsauh204WKTYCKFa9wzWlJhyT7/m0g3x0BEjTDvtQQkfCj/gyg\nhs3JhgMntbkdpkj5dY/FBKCaFzLLe45RSXlA14qJP4tQ9EAar4Kb5oZvYfcD\n4uhyZwKFRa+L/xtkOte50iqo60kkeikPfbbpSk/L149r8xkhu6J/4y6hJsyG\ng0lYx4XqQIwbquis+uWK3F0EA465sLFPWIbVTPgZwis4JCwnaQ9yl/gn2nge\nMoRV\r\n=X4qQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.231.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.1","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.229","@azure-tools/tasks":"~3.0.221","@azure-tools/codegen":"~2.4.254","@azure-tools/openapi":"~3.0.228","@azure-tools/datastore":"~4.1.231","@azure-tools/object-comparison":"~3.0.220"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.221","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.231_1582823781563_0.10805368536629567","host":"s3://npm-registry-packages"}},"3.0.235":{"name":"@azure-tools/deduplication","version":"3.0.235","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.235","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"39f27b1381d20e1ac2b9bbffb12f459740da4a8f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.235.tgz","fileCount":7,"integrity":"sha512-uWDYE7JlpNOn4ZqhDcrlDLjNpjanXs/fgoQ5mkLMYku1L8tarof4GAB1aKi1UXx2WTp8W0jCUUH6EulLfrvjbg==","signatures":[{"sig":"MEQCIGtusLqFeXVgnqNLpe/5f2nkK2lQn1lHenaTunYDgl1KAiBHcSPUoRPCJHeeWBIICdPCwDyt8Xnp/qWpyaWBf1LgeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWDTZCRA9TVsSAnZWagAAE3EP/0Q+V+8VztyEROyv3SGd\nvoQ1SgEleQZrVlobdacLcXgqSrtVg/Bkcj628DFZUtWZ6TAFFy1hzCp8XZjj\nYos+R3Ngy1IqWDowkLUDyPNyCUB/cMxd4UeNfna8oak9MZYwtQXDyXGR1Uek\nJVj4NZhBEoDE0DTe0+1R/y8gYXisKh45rKUI1fsJh2fLOWZXCmOgeWh72SX5\nFIyPQwsq1ocWzZJnnqkYOZOwanKylGtid2ywLT/1nF82JC2/Q8EjCa+X/oWp\n1W0rfakgtaheZg3m9k5Bclf2fZXt2iQTzfPAECBC7YACXNsI1GPL7hFDopnk\nJKwWQLK0xz9Pbe/K94VYo6S/cLBGr7N0Usrm3OTVjvusUMEcrahpt5iPjr+u\nX9YKVzf32k2Jun2rhhxKnS5xe/iFuCKbPuH/R5mzFQN/39zzftucTX4QIJtO\nooNEVo9VrLp4CzRWnf8eugkK3Td8v/46GgkNxuWzN/wiZP3Dm+rywUVxhsAr\npjgG90gr8RIDyFMURl1dLnKbBFdRhsTFVeAWNDMLGOguMqD6/zo355Hd9MiY\nTF6mSzCzx07260UV2uwz7UnFlKRsIoNRx97bQWeVp7azT44FgPUoLtk7mfMA\nWRBr1lUx7hBfQxph98Rqysl03xoQdbbm2X3Zqf+HK7EZBjPpzTJFSibMRp/1\nhuoP\r\n=FEyZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.235.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.1","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.232","@azure-tools/tasks":"~3.0.224","@azure-tools/codegen":"~2.4.257","@azure-tools/openapi":"~3.0.231","@azure-tools/datastore":"~4.1.234","@azure-tools/object-comparison":"~3.0.223"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.224","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.235_1582839001108_0.7967268532201117","host":"s3://npm-registry-packages"}},"3.0.236":{"name":"@azure-tools/deduplication","version":"3.0.236","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.236","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"8906c081b2bd6b8724e5cdd7d8249df493a46989","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.236.tgz","fileCount":7,"integrity":"sha512-nRA/ys9JZbJh+csbLAfT/ldlzZmxIrcgXTLDFPqo4c00gdgPlhl9BjQsKUet9k+sXo18m/JgjQBO7hpfuPW8ZA==","signatures":[{"sig":"MEUCIQDEYAB9Fwux/yOq8jEmvHS+7dBmAjQCQWkd95sBJIjcHgIgOZ76vvkQrMc2M3z5TP+Q+5ZwO/Cz/ev8+5hQ0WwnhKE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaV8YCRA9TVsSAnZWagAA+/8QAKE2c3kFA5Xzn/+aecZy\nrA9mNW3UcqLdNTwdIXHArwgz05L2+kg4LHd4jhQf7ZCLfrRLTzjcvIJy7T0+\nvMjYvOabIYpWl9mXvrFk/8a+CsVEZkiW9hogAdF3WFFoS+XjeqkKuSPR7Kpx\n3MOPsuEfT+MEz65cKghfmA+WlFVREy6H9kYukE9LauOWFnMPsGyFFhKWVxk/\nSTbY+lAsojITo542tWE/xbPD+G4qkqVUhkZVtjWXa4hm//OPsjIXtovH+dcp\ntizP5Gp6caOqBg/keLhS/M8Nc+uKkz4H2/5SuRqaYNV/CWe7a2lCfgBvbac8\nyco4652VNJoonxO5BTiVB23+z0BmNUn0IwtbJ13tPWGQnlDdKL3QbVCb4A1p\nhPZbMQBO4AR2zWbm6rIhEyyd/SkKjhUgHCtdRlXdl2YHrTkBnfAATNC3Qu/7\nJMc+3ytlCpAVE4IOfm0FJhdbIUlsSUtF85TtubHKPkCKTUGQJHeGaxjBOWRg\nJ5DwavU15u+cLCXuuhhE6QqQx7EnuWjEV6UfETg7blSQ127mnQfD39rjIhl6\nSqF9xX47c3q4uN/8Qa5c8NZnUC5MSOREFE3cln3PfuFYyoAWSSY+N4qe2M2k\nUtHQfR2k0iUuFyzgfYu1JT970jUYkuhA6GHNqGT5KfOv+y0w0wP04anOo+2Y\nXV74\r\n=IxA5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.236.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.2","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.234","@azure-tools/tasks":"~3.0.225","@azure-tools/codegen":"~2.4.258","@azure-tools/openapi":"~3.0.232","@azure-tools/datastore":"~4.1.235","@azure-tools/object-comparison":"~3.0.224"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.225","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.236_1583963928392_0.16599950680369946","host":"s3://npm-registry-packages"}},"3.0.237":{"name":"@azure-tools/deduplication","version":"3.0.237","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.237","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"7e447ce0f93136a7554be97fa14e5994e45e8fa0","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.237.tgz","fileCount":7,"integrity":"sha512-LMWSpsNO3LIQ3Y6xpIrwngI2cVUo7bQdEluV11lyodeYmUeLf5u51F7RRabkRz/LT5W802xyiq9Wo2N0bd6+zQ==","signatures":[{"sig":"MEYCIQDcuHYj3PEzEJJKg+5Lcy2WETt2ZOMBxNgAKVVX/97jVQIhAOAqV/amhWDLUo9NtCETnrB/FyWlie3FThW59W9ubwiw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJearI1CRA9TVsSAnZWagAAi/4QAITz8osmP1svLAadW7+h\nrE4hSgjuSAsHYD30/0OPtc+W4J++Ma++F0t1Ypv6g0c+gmk4pD9tpVSkI6od\n6koFzCaH5BNdIQQ14EmJ36p18E/UyjV7Pht8oyUnDVkd/pNW6vF0S6X+GQD6\n/SvNEFHbZvO4a6lnMkcuXsXFWf1/dxCeYfRClWZBVTzIozUGe3gZ5V7DTW7P\nO+32+9X8sajGcRPI5s76gEWVCN+T8bXzJpx3vJhPzuz3yMEdyLVHsWWqDE+V\nIbmmX/We/jZdY7l9+dIhgIJRQ92kygJJ1mfiGV7dhH/+lc75wO2XgTiGUSH8\nOIWRCMcBMgtlJTK8EU4btR1fn4lxb0cRMRUgNF9hZMUSBtuobXSr5xHXzFdm\n5DtdT+tP8pCvDvtdYKnfTvye+lQyOWAB62y9TCxPS5+r6Ulc+9jhlIQ35R4s\n77I/O2M9UViWLTUEoLnuDd87IXgHZCEXlkl+3puNFI6j1JwSO8yb0Es6MvCo\nTQ16XfJcbVa7sE2MkipkyGrJGcVKxqJM3u5tgpD5jtFCgnYGiOKf66mzJdPl\nVLgMje6Q4rwAgeYHN6/yXpiVqHoSXHF6aVTURjYoJKb1fpr6nrc6MVLEMdtP\nJcr4a6zLCQr6YCZRMUsgjppbeQDz7jPhdVMVDJ+PHJggbZbfzCT3Kq/Yvi0D\nYKW+\r\n=jjjA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.237.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.2","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.235","@azure-tools/tasks":"~3.0.226","@azure-tools/codegen":"~2.4.259","@azure-tools/openapi":"~3.0.233","@azure-tools/datastore":"~4.1.236","@azure-tools/object-comparison":"~3.0.225"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.226","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.237_1584050740458_0.6305668924214372","host":"s3://npm-registry-packages"}},"3.0.238":{"name":"@azure-tools/deduplication","version":"3.0.238","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.238","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"7aba6fb64a9f724b3657651494206c4c2cea2469","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.238.tgz","fileCount":7,"integrity":"sha512-enIS404QfyEd+sve3OFv2LRZ/ZnpHyfrmRiKz9bkPMT8aYOz6Rp3bT2uSAz4iirJtXrtOIUTjoZqgOaBM4+jDQ==","signatures":[{"sig":"MEYCIQCz9ypmRWi7g7f/k80M9kvVZMhewdSdZEph3tpIlSvsdAIhAM+R0ZiEVtbMCVCLGVtAQE6wHsQJda7LHy3Y8Vd8PFC8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeTJsCRA9TVsSAnZWagAAZ/sP/A+KNfjzhVa3X5wMY0s1\nSOqPQ54MH1jdCfIz+tv67Z43ULoA9+3Ieh6yJJ6DvepTdS84H+JmdNk02TDJ\nw0WeZUnSKL5osmyTQeKyAvmVo0XlbpF1cLh7OMHxUu74XH2CP5sAppGWIM83\nFimG58R4R7BxhWgF02e37bNzPSJX3ylSCwCUc1Q3ufMVH3+g1MU2RV0g/iHs\nsrlD7XVqe/3kFUTkJTiHeD/AFYpYHwpB8wuE5zCpI2A4Vrn+waHqc+bwouOK\nvh10QypHDoVwruvOl1w1VcxYOgaEkPB/I4IdIz374hilSFmV+VDnEWtN4pKa\nxfzbiw8iSxSLib330z41KF7aatyg8/RDbH7r4V93xtAMKnPB9atzHyTWRv9J\nluqIY4wQH+8Ly9xEoZjiKJGY3cSymFZEUryZ8YzICcp43qBRzMewTj2hCV7L\nVxbRnXGHQUm9LnF+VBdtwsBGsQz3ofKyRT8zAiZBqtWqix33suNgLyrhtc9z\nO3c83nks1FodeKxN4uPOzH95o2gK13+9i+HRQU+jn4FNZG0X3Gpj42nC+hPj\n0h6i1Kt8bhblrbGlToHQHnExiitTpaXW3RKVDGYA3PEgfxjLcAczG47h++Ei\n17/cb9Q893aKV/ja5cv5ShK+/koG2pMEjxK80JrIY8qv+snbIQ2Zx0r5CGzH\n417E\r\n=qEQF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.238.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.236","@azure-tools/tasks":"~3.0.227","@azure-tools/codegen":"~2.4.260","@azure-tools/openapi":"~3.0.234","@azure-tools/datastore":"~4.1.237","@azure-tools/object-comparison":"~3.0.226"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.227","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.238_1585001067771_0.8432225491441798","host":"s3://npm-registry-packages"}},"3.0.239":{"name":"@azure-tools/deduplication","version":"3.0.239","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.239","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"f2eeb962396d4bac2f7b917b383c1484f0f86dc3","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.239.tgz","fileCount":7,"integrity":"sha512-uun2AVjj33/ZpIhtKFngv9uws3COtVds0ykvc9G0oMDRb4veRuD4Cn89LwBakMPrGsjaQvoU+8iVInBdxQxgXA==","signatures":[{"sig":"MEUCIHHG0Ea0VnXA06Kcwmb+ksVlZwmzHEnQQeNzlgK6IVqCAiEA9pS0gtg7QSL41B2C1lss48SXWOpTgndfKIQl1X9yt88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee6sUCRA9TVsSAnZWagAA6lMQAJIT7DceuIApqpEOcvK2\nmnDvW/Jn0YCCpher7XS7Mp5x9jevSX71uIyA8Wsd2hwj2Zp3g+UeweGk5BtF\nXO0XUqQD1r7rsp44hO83K/fe9ZsP/SbTS08rzzos2ftG2Zn5SwAkMY4uRZAs\nQQc4T2QxgQuqEwMQSxpnRF4abPPV0e4rRXBbeDtWRj1JsrNMnA688HpCx1SR\nMPZ/gc7yypBETk93Nxo7xAlY05f3x2HgrVn4vf0xS8HolfBlDJgQT+PfzFnx\nVYbqeyL2zV7IaePvgmklzWHZqMuSeEyStrcDrtIQgVYG/jJxOal3ttuZPeeX\nqXlZK7HmMR+ktjyVChbFTuayXac8yGT9Di7GjOg8fHOe79yuR8dnlvFMaJFC\nMgmWE9zt62Na+8F0UMT+J3NXbNQyQQt0l6z0lhE6p9ri0/wnbCBJ1XaLgowC\nt0/4ps1GkInkJsq9sBgMZqGZJb+a12/9XTZWd7sXcBJ9aZxWy16aNHhqXgzv\nJCmLf5XCRq9fbuyZCkhLK5aKGZcaTNQqwBgPLGC+6sHorI9zUb44f2Fb5lCE\nZ/UvwLquSIyAkWV0ZzvuGSlWFG9tVz/VCjAyEanAsaFA75HBNxHNdmht1jpK\njw8d46OfeUn9SmHO/y3SSb+seHLudGkcMpb8tjm9gnV0LVWMlULiJ0GLOWG+\nyOwz\r\n=GUrE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.239.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.3","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.237","@azure-tools/tasks":"~3.0.228","@azure-tools/codegen":"~2.4.261","@azure-tools/openapi":"~3.0.235","@azure-tools/datastore":"~4.1.238","@azure-tools/object-comparison":"~3.0.227"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.228","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.239_1585163027757_0.505486087199162","host":"s3://npm-registry-packages"}},"3.0.241":{"name":"@azure-tools/deduplication","version":"3.0.241","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.241","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"2cd40e0c0724a9d2ef2d987731b9a462de4b1444","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.241.tgz","fileCount":7,"integrity":"sha512-hu/3cq3ad2SdUlSeOJ+wNySsLtqtqJHMs7++FBcXvOvnjbugKeB7t9OwxbgbPIoOoNss5MpFuZJI5R/mwMNZ2A==","signatures":[{"sig":"MEUCIQCVzdFUEHklz/mVXoc2HsP46ExRXHR/lHf5G94fgrJNEQIgSOsu0eTG9pCBp3W7l1Ycgg4X0x5D+XiSVz3o8hZktjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefObZCRA9TVsSAnZWagAAtRwP/2vopm9st10Vttr7uxDz\nWk6r1DZzO7/HEyR0w4+nDk69mz9IEVogyzdh+VZqmMRkKWRKzraUPvah6GcQ\nFoxyz/uUP240BWJvJAe+ok54B8znnaaETDMkLIvqLEGbfkkKTlDqtEhX0+iB\nHTcI4vIbcwIRv/j5Z7ICW7abX50nzsHfUwOEn5d5gSYJhq6gQAd01Vaglg5o\nWK/PggwgclEJUOTOzTkes/+z67cJYzHM4RuPkLsSLYRtkPz7ioYVpnVYpz0X\ntTRK+lkI9XIqKuIa1FcqZFr3bqZA1pHv3lijUVH5bVJInYLpBUm6RnsGEq2C\nGYS1t58Faz0vjVmKqJ0TjXAsUZi/we0Lvyd+1EEcdD1LHuk5BDlnrOYo4Vxj\nCr5IDs57WteVKyCdOgYXgNlPKeJoROOjafXCPw4sLp2stjE/tf29iOntnWT3\nfJ61EVURBEHMxQ6Fh8a0y7j+OPSUnGnMHKRVPJ/V7USUIk50ucUZBWLzTJxm\n6H/4emYZGGXhDB8YAZA5wdGh47052nnY+4cZjkxXVIoP0bfOg4qDsYts9+A6\nY5tRhq1RIUPLFggxT7WEixzHc4UQKNjCDnSLhb8xzJwF2Oscl/9psTjEwJrx\ngmF1oVGI8AOSChpjoy9kvKh21vKAUlsO53umknxpyGfz3vNipEN6aYbZg9PX\nbmJB\r\n=wR1s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.241.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.239","@azure-tools/tasks":"~3.0.230","@azure-tools/codegen":"~2.4.263","@azure-tools/openapi":"~3.0.238","@azure-tools/datastore":"~4.1.240","@azure-tools/object-comparison":"~3.0.229"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.230","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.241_1585243865341_0.007249853715749044","host":"s3://npm-registry-packages"}},"3.0.243":{"name":"@azure-tools/deduplication","version":"3.0.243","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.243","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"5c11bc65afb6244fd7504617731fd8d0d537d3dc","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.243.tgz","fileCount":7,"integrity":"sha512-crNBYuy9ui71yaqiMCC2sUEdvWSw9PFhC5rd73Hamr0ekUX//jZNNkf90MmCol7SqBtQiRNXkkZFtegelEtdog==","signatures":[{"sig":"MEYCIQCM9WkiKgHFNNjAdmakgjzuZw+ujpgaAweHRGEdlUUwpQIhALjGVtysbnynjUH11ilQCefn2At289QdzGeQvf7x3zKX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegmd4CRA9TVsSAnZWagAAfnIQAJGvPztMurZTTF7k9/Kp\nrOwm/xB47L3tSsAVkl0WEp4M/fX/ojXAlGKgkU8ZZJdFzGpjKy4MFpbvii/t\n6jK94zmsEcWMC0L56ehJOoKMXGhpv4FKZ9Fy/ZXdzzeoGdq+FQDE+DOgcuya\nfYLdYcHV3YbLsHwv+OaiiXzwD4xU/srwTaX/LA/xQtxCRgBeQAa0aq3jEauc\nqxqXSc4sAmgK23oalkuZuoc/jL67EK67QvGtLQfpviJSARuA5aeUMF0Qx8Tp\nY9c18WgpammZk8YTwttLcbxnkcexofVGJeekRvUf8Vhgy237+Xk2yeRMsEl3\nkPWAMQWGAQ7vUytV8vlz3ORmJuLLnM0EgqA4az3AwRFRmejqml4ERtX0Y9/9\nA0TLYedQVMsYwhofxEF+792ZJwlEc9XolNhRn8GTAxEJCeGm+OHHPeLVztMK\nQfvbzRQZAVZTE7QSckndTrAtu/AOc1rF00RF2r/NoG1UEWUOC4O33F7P88BB\nu+YeQ5qO//Ii6ZvWmjvRUD3mrNHkm02lqbRsM4Cm0pKk0CzTk+7tIHC70mOf\nsgm/FZIZzwH0O7L1u9HHPM5zvmfi+Xbxjppzhpr+snX5+IoQPLUbjN8b2t1b\njH7WEnthtpj5NVrQs7ZKyk0LLzUhnOOLYl8gg2en1TVMbTulLDKD1cjvvwVl\nj4dV\r\n=6Oq+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.243.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.241","@azure-tools/tasks":"~3.0.232","@azure-tools/codegen":"~2.4.265","@azure-tools/openapi":"~3.0.240","@azure-tools/datastore":"~4.1.242","@azure-tools/object-comparison":"~3.0.231"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.232","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.243_1585604471680_0.5258146534946324","host":"s3://npm-registry-packages"}},"3.0.244":{"name":"@azure-tools/deduplication","version":"3.0.244","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.244","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"1834c5285e2d8aa672cc58c52436aa2e1cbf58ce","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.244.tgz","fileCount":7,"integrity":"sha512-IVak3gn92XBouTn3Bov7aEH2VgTU6EPzHm+xFyhZ0e2c6wkPPq4PGULZXYRHJtBFAmGJchQzyElr5aVRjGK2vA==","signatures":[{"sig":"MEUCIQC+MEzBIXcla8wQHmGguqN7yO7+INs0DWKuyvmRO9ZBhgIgHzb6IKvcJuVBF9BtoQmKBqxn8tR4r/q1ukR9ycZJAPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh7rwCRA9TVsSAnZWagAAlXEQAIiYHxUjXLKz0wz/X8WZ\njRxlvYfIDTWv15WS+52OcfJmPAFP9zp4ofKQZcFdhStx+5/P0THy9a/KMeg1\nJ7gBd0FcZAjgXaWXQdScppSkah3RhdXfna+D/hz2XUvpYY1OoW/CjkKPMMyR\nt+O7VtwJdcl5P43N/Khwr/jh2urP57N04S/mxatoixIKg+MbQaKjWxYQl2Ed\nnBhdz1WM/2Ldgux0xSSrD/M3tMZ9ns5m6/KKRAnxZBAdCD5sOiJC50f+gCDd\nVZ+3S1w4b/HjdrchY/Nx3tOLcvAUmm7rXTZ4PFKyR09iaHt3Bp9X890WaDCC\nf+C26EfEWMnEMJR2RqPMKsqdkOZgqvKjrqWP3x052NECBIcvvDrslD86c6nD\n9uZkWGdgIRvK60EmSLWiBeMnNAYCbjzop0vHSteU2TJALaLv7nXQsj6JdgIt\niHohkmUkh5LxBIAqzvuVIVHb8vN6PoItz174gyq46njresh5VyUr46JhLcbd\nUDVAS/xAJFTwsnLHjHQ5TfwCRDf2n8T4SmqblmOBzSEGFor4YnkbnNn3+aJJ\n786pumbGGJ+vdHEI2M/arN3wFlGa8Gwpipahg8Or2bSg0jm84sA5yaokzzCo\nf6v3s2MnYcEvhajuGsb2sD1eu83zzBhaCwUgoDfnAJVxlRkoplvzfDvlTGj1\nPjfl\r\n=ibGY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.244.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.19.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.242","@azure-tools/tasks":"~3.0.233","@azure-tools/codegen":"~2.4.266","@azure-tools/openapi":"~3.0.241","@azure-tools/datastore":"~4.1.244","@azure-tools/object-comparison":"~3.0.232"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.233","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.244_1585953520219_0.5474554906300126","host":"s3://npm-registry-packages"}},"3.0.245":{"name":"@azure-tools/deduplication","version":"3.0.245","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.245","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"0dbe086b649a0fab27458d7e92beec739b283a4e","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.245.tgz","fileCount":7,"integrity":"sha512-CaPObz3C+W16/8N2LWsBNBISnPAyz2EvjX/WWwoM6ypksJRBo/V7c/leCfanE9grqrBTBD3r1SrILpabQqecVw==","signatures":[{"sig":"MEYCIQCTXr8SUnCFYtQ7R19IXAESOzLQRyHS7uOnulKyvAox1gIhANrlx/+oLy7bwFKe+JOsQER0FkQRSlC3DK40EYO0JW00","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejiS7CRA9TVsSAnZWagAA5AcP/Av+T/tPzD6MHy4U+q+X\nWA8CYnQZOwaI9fkHu//ppUxeb4C3MNf6Xk2ATgpRHjFp0rt4b9IBHrEeyfO9\nXGVJpD6MErPuuL4Vh/HHn+rV9/zYKw/ljO3w+ie7NrbTtEhdYpiwFRNeRcfS\nSCCQfc0+HBKFl9NNNJy104slQUPkJY7vx/o80/79gkEtoQ7RNxueigpJNOiB\nM+Xw3E+LeyZpN0Xyiyoe2u9rjyeQIoARLpwcqmQg3f614jelTATuj1NwLfcE\nUi7YPyGIj5aE4qmynF5VPvBsivdaiMmZXmHhZuSGKeD32hAYuxCuYSRstEq3\nIdI8iv3keDIlc+oJHUu4eRsPOW5ZJ1YsXRBvhWfP3DB7+dnTa8Kr1qVR9eHy\n4xDkcgdW3YgsuGNZIyAnvWnmMEXMBPESXGXe4/nFH7YQ6H5nxDdVXMLLGDH0\n1e571o9gi75TXR48ebv0ikIFZVAYqGPx0rIBsgYRYK1TiDeJOprGAqHOeqoW\neVmAHKqCYogVa0qpYpBx2rrRI7TxFNLWQOFxBenru1qyFDQ+FGM67vyu9tin\nGLwV7Gt7fQuO9fEaeSMeeUO47+yUQJ338Fhz23jhZ+sPOipByDVpDrgfzyXj\nGPczh7GoAN1hXi/o6h0LVqklICC/3l/+ff8Kg6cr75aY6Mw1M+wFg7iz16s/\nruu+\r\n=msWC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.245.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.243","@azure-tools/tasks":"~3.0.234","@azure-tools/codegen":"~2.4.267","@azure-tools/openapi":"~3.0.242","@azure-tools/datastore":"~4.1.245","@azure-tools/object-comparison":"~3.0.233"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.234","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.245_1586373819503_0.6534136239538173","host":"s3://npm-registry-packages"}},"3.0.246":{"name":"@azure-tools/deduplication","version":"3.0.246","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.246","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"0fa89d85921fd31406087209bc6a34fd443932d1","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.246.tgz","fileCount":7,"integrity":"sha512-FSgFScdD8YgAMrZKiIVOzap5qTXa6bqUC/WvmHShOGYMD0MWDACcGvKu8yTVM7XTcUlvb0fhaFCKN3gA2ROiEg==","signatures":[{"sig":"MEUCIQDzx1kiNr15VaYUTY5sNAh++KyfrE1I/xeJy/0rWYP8AgIgZ27VQEd6+61ZxNBSM8gwuTeWKwZum/VhPeIIbKffndA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekJMnCRA9TVsSAnZWagAAE5UP/1HR1rfTxmDpq2kHs+Zl\nHJGK86lbYu0iHLvM4rycyqR2Xz9NAuBAxeaEcddyic/Qy6F+IZsE88nVpzkN\nTagZdOiH6n5owri6wYHg3wmK3v/eHkmLiL0w0EYwW6yklxH6w5MJqG4HuNwj\nL2YqnNOB900KdA+DhozVQGzDwMOCpdSocF2o8hmb/UzdttJvD0s8TiAMm6fg\nCy3xy5hOsl5iVdbS0Bji7QRVSmlh5E6KZt2Ded+HZhp009ULwMLvMEFhQbH9\njodhSCZQ64xqnSVYh+iKrbAK1injkGauthNwmHcyjCbrubag/SalpU3SOmWz\nsnZgsNme7HRXzqqOyUgxvMb3Brd3yS+QvusT13QNoXVbDmoBuygk75Epktg+\n1hvSaS+mqQeJ7t0t5Qiy9VzwiuY/qLzbA0tML52IV3VdrTIvh9/trjOpc+0i\nrFsIEdPK8ftI6IVrqY0LH6hEhzHCkQLkqqleGlRM+DVeQcVPM45RGItIHIIh\nNb/+FDNusFD0mb4QMNAjz0cRXQk4NAD+cs1JqIAALYkMl4Ax4QajtUIqO1AN\nF5Iwf+I22jHQMy6kWC4bD3fxshTEWZAviqnKw176ZaclHN283mxUoZZqVWX4\n44srB2fLq2y4cUbpxd5Wbi0B3oosX5IvzyKNDyNmDKrI7hfB7NSkM8ptZ4I3\nndT0\r\n=4NbI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.246.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.244","@azure-tools/tasks":"~3.0.235","@azure-tools/codegen":"~2.4.268","@azure-tools/openapi":"~3.0.243","@azure-tools/datastore":"~4.1.246","@azure-tools/object-comparison":"~3.0.234"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.235","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.246_1586533158817_0.17692094764295052","host":"s3://npm-registry-packages"}},"3.0.247":{"name":"@azure-tools/deduplication","version":"3.0.247","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.247","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"f2efcb99b00fae39bbecfb3b49adcdd2e992d53f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.247.tgz","fileCount":7,"integrity":"sha512-HLdUswhxr9S+qaBuvzcX6h9xTw2IJXY9KOiKBLTrFmycDM89ynR7SgswKneeJXfOsTEj/9+4e9FrjgvUu4qxAQ==","signatures":[{"sig":"MEUCIQD++sQSfTydczOKoXl7/LDoQkR/tqsThZbbJYsZ1l/5wQIgZcq/9YVdxZKYadW73IxKoH/2Xmwb2NChTxPggg3JtmI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerKfgCRA9TVsSAnZWagAA/Y8P/2ZlQX2/mu1GHQ9nB6CM\neyLf1ym5sSZk85VYA5CnOB+wOScuD9uCVCcR4tyngvPu5smYHfM5xKjBT1uM\nsdvxrsBvmcJLA05yHr6pIWj9fWav01tXCeA9mMuUUKNTe3iTeL42EUQ0RDm6\nct3w46x+4Mag+tjUNnWCf4F4G1amB3vGpRv6AZju9coGu7DAuZnrBc9UwPZM\nAYSDXPRrAQm+iHO9Wx/BF9NhJqOdtlPUQzP5fNnrt+Y3MNWe7haVB237HAiQ\nLY1NKB50FteDAUczA0ddP6FD3xx/k9wDebs9FGabollNdok12JNJcltoie6a\nDuuHDJnkwRwdzGBilp2n8SPZozHK4ScoT5bLStN8MuifPqHyQVTQj2PxurXh\nDIPyxu48A/Q/lNXT+D27R9xbtH50NDxiFFUKw3PlBcr1fad2lslNZCGZy+7W\nIMGnTGsvaoAJTKqUlGpliw+2WP7wLFef1aVZ9iyuCC7baNmHcIPHxQmVGDzP\nRKa3qKlymlMGiFQvG4SsQU3Nqp4lnSxUuY0hkXPZ8qlXVrYBkO5+64cezLSV\nz6zEmf3JOH7RXndyjuu7a8mdeTxqLOCq+C/5hF5JqN0JPPNameECYchqVQfE\nlL3qiYAZ6VeG9kU2ZJKxaEC3xhBkO5HxYr7F2slzXlULLTJ8o4wWZc8iiUEJ\nAQJz\r\n=nZkl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.247.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.4","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.245","@azure-tools/tasks":"~3.0.236","@azure-tools/codegen":"~2.5.271","@azure-tools/openapi":"~3.0.244","@azure-tools/datastore":"~4.1.247","@azure-tools/object-comparison":"~3.0.235"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.236","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.247_1588373471966_0.19906670171038932","host":"s3://npm-registry-packages"}},"3.0.248":{"name":"@azure-tools/deduplication","version":"3.0.248","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.248","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"fc0cabf18bafa052c4d1aee1633cbf342e4b3ba0","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.248.tgz","fileCount":7,"integrity":"sha512-9H+H5FwMmMj+bfEC/iKcK+p+GdT5ZDEs8x4TS5bJnasDCaTpMdq4bIhZFZuT/aybAnV5ZpNaLzzMDxptcAtuhg==","signatures":[{"sig":"MEUCICJqNRCt4EOFgBZLFxOEx8MpI0u0+l1tGMt2DkD1wP3IAiEAqVH06qz7yPz2eWL3NyCQnFkL8N3DBkt78nHhl7C+vFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesv80CRA9TVsSAnZWagAAhFQP/iXIxC2vzVufzetV1rt7\nF5Lvw4JfL0Xa4Uqpcr9iTD1O2L7ukNVkn5ZqVw8fVPkOC2fFJg94pXiZeZKh\nd26OQrIVz6uC76+LB7TBhkUfe2a3kc7MY0wQMuKgYT2C6jOMPlRTvNjrxOP6\nXkY/gfhrU2wyjy7Vp2y3LXyFAjDDcEkHW2wRvJl8u4Ugy1fysyinKzcrvDqz\nDORRy3xD5LEuYVk+zvbGpJQYevOaUd8CzABQJsUah3Ncu5XqRoy0kBXXigPv\ntqNG58zTHznfoWHmlM2Udx7P4zXfahdjJE04vis8oQ+bNb8p4tDpL8nDUaGM\nS1fkGeH8hwkscyNul43c5w9Bf78hPCw2E5aYKndms8weoJXrf3u5qSwjDaoF\n8clAmqsmnmEW8H0wnrbI4DlhAfEwly0+XYTVIItE/XlsVbWtAALAdeXkOCmH\nZbz17un8E+P+bnbu3xdtbai3y3Nns92rja7w5Scvpy80tKy5b64YfsiwBYFb\nOBop6CVfnY25LEzAAcDpFPt0pKW+Brole61vj3HOFzsg+Gk7+TCVxcubZ01J\nlzJw+d9k3UaZbxwN51s55ixJ+PYxSqJur7gRO3hk4s9PwEfFqWsQK1Gb+zX9\nt+bdzcBMKEq5CKMOtYNURzs0ePW7jYU/CVcHmu68NysrNFK48tso14SC5EML\nvnyD\r\n=5xge\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.248.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.246","@azure-tools/tasks":"~3.0.237","@azure-tools/codegen":"~2.5.273","@azure-tools/openapi":"~3.0.245","@azure-tools/datastore":"~4.1.248","@azure-tools/object-comparison":"~3.0.236"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.237","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.248_1588789043714_0.4843567285304773","host":"s3://npm-registry-packages"}},"3.0.249":{"name":"@azure-tools/deduplication","version":"3.0.249","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.249","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"99d4724617453587ede53689acc4895e18af70dd","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.249.tgz","fileCount":7,"integrity":"sha512-gmJWdqJJeniAurn0upGNk6AS5KjgmEh9E9HtoLnweMRt5fmxsiQ9+Z9cxTsuSV/vRrP6mNVrsvSNEdC3JJ3nXQ==","signatures":[{"sig":"MEUCIBk/iiVGkbeYyhHZXKp6vyYG/5i+PP5Q8PnC9QGNLQZTAiEAqm/0sfKPlRjdAI4hCJ30xlQhv47TCAnX1GFQu81ML6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetIcLCRA9TVsSAnZWagAAlZUP/iWsqGw5nH7uCEW/OqKG\nYgugQ9i8AtynV+ZvCc2oM8OACmxPX7Sj9mvuslpy2G/q/ye+/kzyhf1xjf4Z\nSShCeak5X6cBzDO+bC2kiY/HtIhzJV9fi9o9TYQ7X7/2Btn0YdtJ46A7Ph8y\nTuCrKmeaYvIdlTxl+VNf8/ydPHHf+8yEVvXZoFDjniw3j7wil7iVJ36GfAEa\nPZipZjpDQIthwE63pa92HMJx3ZgtvWymokjiBjyYhG9m4//RXSbZRDMU/8o1\n/HY0rcG/VadVbgnzYSygdnPxIIiFqUKMOd2VwmTHHMZuhZZeWL9Sw7ixaKs1\nFMON4D/VLSxIzP4rFvsdoCJsLDgSs3W48KEGwuUThVe64Dq4i6tpyPdyQI1L\nB7hgABD2etAyEezUUtnmopWL2S7JKjT4qsmfZjPtQ2wKjVxcgBrMl68oIgB9\nUtOnAoyPqAK0Q3533hC/n0uGVODnZPA+pYyofvrn6aRy8zeqD1fG3K8ib+/0\ne8lP7qfvDA6CXNelKn/vxk7HWFVuSoAH9Bg+s8g38dX8DjAYH0KxH8MFL/yr\nr01KTYI3zdyx0fWyRx0pfItt8hUHMCzDDTOV0m5qZVo5ZRp8rDVQjZzJlRgW\nlxChYJmAPrfJuu0AFCcl7mSRZDuLYW2zspmy2NUFhV+9cZJRtk7JuhN9EUb9\noyx0\r\n=Y+03\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.249.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.247","@azure-tools/tasks":"~3.0.238","@azure-tools/codegen":"~2.5.275","@azure-tools/openapi":"~3.0.246","@azure-tools/datastore":"~4.1.249","@azure-tools/object-comparison":"~3.0.237"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.238","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.249_1588889354987_0.16097503211301167","host":"s3://npm-registry-packages"}},"3.0.250":{"name":"@azure-tools/deduplication","version":"3.0.250","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.250","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"01b1e12a5ce8f7f823762621c9f792530d03580f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.250.tgz","fileCount":7,"integrity":"sha512-3DxfyT9kQcXj22z3iHDSVwgQ6cfUGqvppaSzixzZuqY3RR/g6kXTUETOL9QfQj7MaeihwZ33we69NsvBxC78QQ==","signatures":[{"sig":"MEUCIQCu3zcVYRdKJm9L+blet81+sshV8GGLOXdyyaWiIDvFoQIgRubaABh1zuEWzG0D0OP/vQ/IiJi8Fx7SXdkMhFhsFYY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexGvZCRA9TVsSAnZWagAA0kkP+wbU4uh2+XavVMAjCMD2\nJwPEbFBwsZ+tMrCLI2kX5iAEYFSsKbfMOIOqGLTfEyz3MACwZnQ9y7o+JMWp\nyEAF7Xskn2EuQv1WjQmzZoOA2M99FI+FZuflVXIjzi1ZV9FX/pcT8LSc4fjJ\ngnloUdAWNUCRMMrrN39XGe/PJ7YHNsXb3vT4b0IgzAEbz4WTlceCT/ftHvka\nOmq3CYyi1scN3+K4zH2ayo2FP9Nu8RZOncbrdMwmyjyDJHTuzEzReqvCCMQG\n8+H7nRbyIdWg7pT6+BMgSqgsPfnJTkvwmRczTniBifOaSrW3jQJsdUAGTfd6\nsq1tkrgZDOHD/1fEeQrvTTuzjUc/nvlSH5WIZVfJNMVAY0HzyvRHoBj+/+uO\nBdsSXTAJl7K+5wiECuxrEbFHiPaaDtlYiFxCJWPtPj2G6LCenhwQtttZGsmL\nOPU3EomvxrvhqbKc+DTS4Wuu5Jy4tKAx+AkO9lHBmSzRE7UGXgfQG3I+PvK2\nAYGel2bL8mp67VCfFZEK+zyE5RpG6g+JzdehbbHpiGhxnJ3Sp7ZKD2ShjMBl\n+nvSJRkL2uEYQyB32Kx9vB96vjQtMyVghhdScNql7gFzF52YCcx/q5pCd0nZ\nPYfvqAToBaPTgxtccR9Esq1P72yQjUIYBVDuLdG8/iV3DHXZunV5gf389mbw\nrIC/\r\n=LJMP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.250.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.248","@azure-tools/tasks":"~3.0.239","@azure-tools/codegen":"~2.5.276","@azure-tools/openapi":"~3.0.247","@azure-tools/datastore":"~4.1.250","@azure-tools/object-comparison":"~3.0.238"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.239","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.250_1589930969093_0.3823540397498466","host":"s3://npm-registry-packages"}},"3.0.251":{"name":"@azure-tools/deduplication","version":"3.0.251","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.251","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"eb75b2e944a2b299e27cc6dc0275c5be8957a0b3","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.251.tgz","fileCount":7,"integrity":"sha512-mC0GVw+z/m408CqIQHlGC56LJ/PxXypf559Z6qoVTqyx9J8BlU+mfD8XAmEwLRkBQ0zDEfttEv+rRqhsu6FHfg==","signatures":[{"sig":"MEUCIQDZsvJVl/ViVn4Mrm5YHc5hd+Mf65MqUru9jJ9XlpC6GAIgONHurh6QnKO6LJMChs4T6NJrYajr86KFYIK1NkgAk9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2AQtCRA9TVsSAnZWagAAb7wP/1fP61oqJBmtIkajrRd1\nIv2oEN192LBbKmJxqZ3CJ0rsQ3PDjGbpmEyeBrX3XjXTW0hLtV9gtSz6xRQb\n72krTgRCpcHteWrHX6ayuqEjwhlQLdtju5uyIoDf1Ul2FJPGwErzvqSQHHXn\nOzc/lS4xueghM8huOFEDlNKOxFBEP5t7EgF1wt835LnwBa6XBnHzx+fcL/T8\n8l3rxNfnB66W4/qZ1Mbutju6x1CHa0qYTRvjFPPPRq214Lk9ws141zc3j/aS\nbnVOFftBaNhLEabdrt/d/WJP4wHPHS4CET8SGEAUShTIbHQxWsCM5JmpZ8Dw\ntamwd92OFxczMGlmbeMMF9925m1bTbMNOC/qajCgnLLS7ACqxU50uVWPPCHD\nOyVE0zQGJ1JRpo7pXBnLJhtVuo8MqklX2JMXpuEVPqQYLJtlyyuq8PVh8T4g\n9UgUjED+0ORY/vSACoB/kf/aPrm9xhRHN/1NvmbKrHnaXmDapyASzZ6AgO5I\nzlvdcim0N14uDuUufGk/SHHHBWFPcyGUzE9mgsu4qDm1m9hu151lQDdogRji\no7zswKyDceIQkMBuL9GM10AB9FFyQVeg6igwznP1blBnjE2fCjUcrWBgiCAB\nO9TCuDkAUndILXXScLKnGl+9atLeGOmNJ+9V7xlUpWKq6jFadpseaOl/ffQ4\nPZtW\r\n=yUNc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.251.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.20.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.249","@azure-tools/tasks":"~3.0.240","@azure-tools/codegen":"~2.5.277","@azure-tools/openapi":"~3.0.248","@azure-tools/datastore":"~4.1.251","@azure-tools/object-comparison":"~3.0.239"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.240","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.251_1591215148958_0.3291482116136357","host":"s3://npm-registry-packages"}},"3.0.252":{"name":"@azure-tools/deduplication","version":"3.0.252","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.252","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"06d4ab99070f2f1d862604669af0019af45e26f2","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.252.tgz","fileCount":7,"integrity":"sha512-+J8zcKE84Ummk00ds+owF5xon4AYH0VBk2Cs9MSY4VCsaakosOXRarr2dnUKwVn6Serf3G4gYDvo5SbmODQQfQ==","signatures":[{"sig":"MEYCIQC4Tv7s/IxNW5kMG7BISunx1sKCVxExJbB9772kAy5TbgIhAMQtaY/DBGYpn/VRV8M9UuhztG29xTc715BJnxv3Tia6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9M0MCRA9TVsSAnZWagAApIoP/Rb3UOhtiICtMqZAb9Pf\nb44SxlhBevGtbgLKhw+B/LpujQljsM35HZ0dRl/VQP0q5Fq/W0SV2b1V1j9R\nOXU1yCT1TboGCT+dCqNYhJ1eti8mXd8BgiitgMs9QXq+GzQWdMta+14Fa2wf\nbHuBv4Sc8Amsr8DBL8UnoH8yinhc6hMS9v11eKiHd5u+Odo1eYMXR8Bv1yIR\n29tPguegqAybvieBCkoSM2j3W/2gt3Mk4a+H7QvxmJJr2i20G+l7JFuFpo9X\njpE1Sc+sPER45hIDYZcmGlKk2Q8URpJDmhBnscvtd271PKFuKyzCWgULew7X\nMcpTBbyS/YdKX+pRs7SRtMAmTxYcBeIFeEdihVoRyJqjSdkKQCaxWTsE3Jpy\nXaWm1DTutBSL2rWR6RjYPtFegNKHQL40Keb5iuYD8O5PrztOrRzITlgDKqwC\ngqpf02cwhm7/xbvket970WNcpEZ/u4I78sMIVz6MATp7DCBAN3d2diHPGmDf\n0+GGrxEswfH4PDF96U38tMV2cjlUDncIzzrXE12lKgbyW7kQREJUeDgvP+K6\nGyY7hlA4HryCZyytZOYr1zmPk/M3Gysh4abRVh1HuvNqGgZYnZD7ZqEzyuO0\nJNpKPlkPLliiLEhM177nW8Q652hS+U7D5FXMAB50fLfqGXsL3P7J6+bjQn/7\ndtzC\r\n=LHao\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.252.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.250","@azure-tools/tasks":"~3.0.241","@azure-tools/codegen":"~2.5.278","@azure-tools/openapi":"~3.0.249","@azure-tools/datastore":"~4.1.252","@azure-tools/object-comparison":"~3.0.240"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.241","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.252_1593101579746_0.7148157566817372","host":"s3://npm-registry-packages"}},"3.0.253":{"name":"@azure-tools/deduplication","version":"3.0.253","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.253","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"6b94fdd4e05feecb936cd74b6717f826d7c6d006","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.253.tgz","fileCount":7,"integrity":"sha512-6ry3ZGxCOlhMbdqizNcOsrK54dl+SW1J5koj5ecEuar3edJWAsSrcAgfxEv3+6wEgGePEUJ824QrVOUkPMuCsQ==","signatures":[{"sig":"MEUCIQCtvw1hvhiNBuk3zaxx/phOuss3yUXsbKXIA0F8YSEVzgIgNhaKAa+ucimVbQzxui5jGhYMeVhRDBcppbKjg2WCNKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+miBCRA9TVsSAnZWagAAvI4P/Anrq/1DO1xzGrdWa4mJ\nRT6eKfDcGRFbM5G+jHBm2cK5PSn6ip/vMGhG4NTcx35MkS+FEEULmu1WwjQb\nYjHMktomEdzQ3gxIRFQDsP/U2sNGeh2onHfO8yZhjQfZQktJB4v1lTfZG/Vb\nSOLpKG5dF1nkdL0g00N2/W9/Wycr2L4gB1Emej9mQyruf1KkSHO0xxHvF2I4\nadouVtqSp7rKP2Mclu91obiZg19pxM2kkbR6Sf/GMrZjd90BKvhKoDef8+PC\nzrUvr63YbONIuV267fbRkTpY7HHHh9RIsjZ8NydycyyVQlawEi37GodMS2Td\naH5HnhLuzebTr4uKQBqwi9yLGZdpFSa4cWa0qsIClZYUUJCXqhUNG6X9/U42\nnDqZpP7OUctcvzsneCrM9pBOgNpDYxbHVcbc1+IY8QKHlji2QIRMQGfVUfDU\nEyxv33qyZSCmkSPD8FqMxsSYO+9PIc5kMzQnLUeooO2IpDs1yYCnbbi3YoeQ\nBK0uLyHyTVSXHwMekmStZDczaUWUudMGezw0+CvppMzAs0ry4a2AT6EoMxN4\nimTFXD+oDu5zkIS7Z2CyIIkffb9KL1psne1ppcULYJMQ9nZC0zOM9HniRo+4\nkgtDX6pjx8bXfSV048DfeUp6yQ9qTsD1bk26hAXu9xr6UvKkfDXKfgQqEs0J\nNu0Y\r\n=Ut60\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.253.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.251","@azure-tools/tasks":"~3.0.242","@azure-tools/codegen":"~2.5.279","@azure-tools/openapi":"~3.0.250","@azure-tools/datastore":"~4.1.253","@azure-tools/object-comparison":"~3.0.241"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.242","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.253_1593469056795_0.28675753851297103","host":"s3://npm-registry-packages"}},"4.0.256":{"name":"@azure-tools/deduplication","version":"4.0.256","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@4.0.256","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"73bf221846e7d5613e18363d14b54c7ddb52dc8b","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-4.0.256.tgz","fileCount":9,"integrity":"sha512-cqUJvlYmRJuFcCnUYiWtbaEZ68Mwiddzgj9ngrmeOCtucxULTDYjQVryMxWdlu+zJWl6EP4YJWW4VTbZfDdRig==","signatures":[{"sig":"MEQCIDeEM/Rv5FQORSrs5ko5rrfxpfsEJnV5kIVaKboIkzjaAiAjZTzjXEIfZMIVq9H6I0G8Yj4eXoMa8FButLyTNjTDTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/KWkCRA9TVsSAnZWagAAlg8P/isMsI6BM5bqScuJbNng\nuWLBFZ7oWPWxkTYrB+5w+BMtYsZaC3AfIhd45v71ILxR1H8YUuckkmnlCNHu\nr/J9D7Px4ao21PcilmsFzLfqs5PMo6gvu/OFg68U+MSmFnNRu6EXqllXeUNu\nSOYDn8BNq3n7sebRZUfvBWobiA5LQ89CLcg8pYwVrtf8keO0IaYbxbFbKal8\nfdfEOhxInprufYjgmIoOrIiGyEmyidkKr4rv+MW15BRUzXKRsLhaFO8DxZIe\nZMKF+zhh09el2X2mY5H1n42wQD9ckw58pgr5SpAx89pJSW958wKTSHsResmE\nrNm/J/1lysnvFfDP1uZ7HClcZmay2sx1PtJaBrbmJd8IQsh38dbcu5nwFK4q\nBuCX2+oHsto1MRGbCJvnWJj7X70WcKHpa3GuviluwhqVxP41dV/VpfYWmhd2\nbaHlQVv0zO8ZjZNUXA9t0Aj5rwEeY4w7AWPPGxzjjQeb5zu02poNFVYYFwEo\nb2RP7jOS3rMN1Doz9D7SuTpqhndYPnY8GDDcGWBSQChzBV/d1IajXJeEXLQd\nvjME68l+RTAA33o7F4uqih0N+sp+rqKJNY5ifEFv5zsQYK92flIlK1MOsMZY\nzTj5xdTDf2Nvch2OUBOtMyMfVDyeZ6WSsKm2OLHs2kbxqyd9LuGzGX+isRU2\nmRK0\r\n=b9fL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-4.0.256.tgz","engines":{"node":">=12.13.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~4.0.253","@azure-tools/tasks":"~4.0.244","@azure-tools/codegen":"~3.0.281","@azure-tools/datastore":"~5.0.255","@azure-tools/object-comparison":"~4.0.243"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.2","eslint":"6.8.0","typescript":"~3.9.5","@types/node":"12.7.2","@types/mocha":"~7.0.2","@testdeck/mocha":"~0.1.0","@azure-tools/async-io":"~4.0.244","@typescript-eslint/parser":"2.28.0","@typescript-eslint/eslint-plugin":"2.28.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_4.0.256_1593615779829_0.21147191558275313","host":"s3://npm-registry-packages"}},"4.0.257":{"name":"@azure-tools/deduplication","version":"4.0.257","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@4.0.257","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"c7a6cfa4ac30762246eba61c835ee478b3495979","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-4.0.257.tgz","fileCount":9,"integrity":"sha512-ZxfcJyW0HnjuR18cz4+sOHeljdgFd5XUlXeWkjKGZL61+1JLxC2MZkbqht2Vd4rVmmcByzhPBK1/r7dkVACfyw==","signatures":[{"sig":"MEUCIE73KJSdXeYSiXdUB4E2Y+m1uq9Cfm9Rw5eF+DRX3riNAiEA/T1pYzdMiZXltrz/QPo7cLL62Mf4fLDzH1ii2pPzOQE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/LMvCRA9TVsSAnZWagAAWmQQAJmUztwtpaPzgJCC5nZ5\naAy/azpM6bcJH6Q/PLSvMSvG1X4aHZwyseSjpmd/zJDORVUAtPX5vWOPZKnX\npyOkS28RikTPpMlHE0GZMkMZx4JrxL0H70955Gk997VBrpXOWV4x+Y13jydu\nuwSAkIyOC9JIjZZVLYiWbllQN1+pF/msS9ZHoirQUDWpWHHS9/APhDlJepe7\n+0C4KVJwMJRzD+TahhS8rTtP0K2kspSURXB7p67uOSTnWsRH5dfFJKUDJVPe\nUbPGpqjjVHqFU8qPwqO48QyXH/9dt3q0EWo2AlL4XKAvg9LJy9+mFLueevJD\nUIkJxS080LplfJuiYRLLfMxtf8oXS6OnGey26jOggT4ix+PUV31rjxnVKE7Z\nXkdk7dBN4TDqET8+cvWrsRR2sGB1pR3ffFmP3kRaqmby5HXhAFUZZyt5gjHF\nkA8ExZlIWoZcCKVrQY8BzvHCPgixAp8J4jF7NwzApyi3tHYbdTohMesWmEU4\nYwKajLMwifPX1KBlNle2xfiPeYZSRge+Qk+pCMLz9gtUKmKOpyiyvZ1/zMv4\nQAE4/cnkbJvdt1AP9Y428s/LFnWm8cl3Ukr1KTT0ZrJ1tg6Nn9+bXeOi+ixh\nI0kTuBeLv8t0HBm6JfFOzB198QX724glfTFMSPS4nxCPQsLSQG7uTm6gPlSd\nNjR/\r\n=Bv5J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-4.0.257.tgz","engines":{"node":">=12.13.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~4.0.254","@azure-tools/tasks":"~4.0.245","@azure-tools/codegen":"~3.0.282","@azure-tools/datastore":"~5.0.256","@azure-tools/object-comparison":"~4.0.244"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.2","eslint":"6.8.0","typescript":"~3.9.5","@types/node":"12.7.2","@types/mocha":"~7.0.2","@testdeck/mocha":"~0.1.0","@azure-tools/async-io":"~4.0.245","@typescript-eslint/parser":"2.28.0","@typescript-eslint/eslint-plugin":"2.28.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_4.0.257_1593619247260_0.3367908963674153","host":"s3://npm-registry-packages"}},"3.0.254":{"name":"@azure-tools/deduplication","version":"3.0.254","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.254","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"7446eee7177dacbe001caae65c8d227b89b40414","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.254.tgz","fileCount":7,"integrity":"sha512-bJ3GqsB35bdQHJeNd0bvbLXIu+8hh+i08qdis/lH8m/hp+S6f7Dsav5QfHvJ+HGEmhlpcFiu5j5vogxqjd3itg==","signatures":[{"sig":"MEUCIQCOoEKHH9k0X4zbKgfUo+sG5A6f6bXsrAW7V5mlko2f3gIgLv1rdHCCuxVAhY0aEplpX2YKozmMhQcnyScG/TNHh20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA4xrCRA9TVsSAnZWagAAtxcP/iZi+Ux8rRQ+WicMhDqD\nZTxj4btLXichLh6sGWqrWVTJXj5ovE3Y8GihR0T66yZFavkVagu1QQD2EMl0\n2uELeENmlEPO6ojMJZoY2emZ4B8084ItkwYIpCp1OogBGpEK7IAL1ERuw3km\n6XbJMubzoFst8SgdRIvZONtm6vhS2jS+K+c8lHWgPjZ7i0Xn49OIT9j10X26\nV1LiMeS00n1ZL/K85BnL4TD6p8XWW79QoAXmAOoIcQt7diAIe+m3cUn/3a7q\nxf2uT1m0hABd4JdavvTDMn2sQh9IE5C+8ZtWHhHZNDExmI2if5NDsMX6/Kv8\ni//i/4qHAr8npqpmwWbWeyx/HPCXcuyW2T6yqSrdUhY3ofzlHUD32MyONmcA\nFfJ16/hO2nvopxxKFzians2bVQTsO7r8qvTPpHiSVuS9pGpV0WotXK+g+6Zi\nRuUUxDkHYkmhijylVzaHYeMTn+y3e/6mAD49eYi1bQcjGYW4S3Q/x89JBOcO\n8nXEjf1NgBhH9jV74snrVVm7QsmlcdpIeUJwGA1yWfQ5SmBXl6fV39sY9Pda\ng68i3Xn00ZdtoITm1KEz9vQ4ILLq6Vox1hdyLrf/PyPODJjaWDzKo78ADZ+J\nJOEnye9dZgu5xm+bWRT+nhoJwNMVoofOwP8ABUz2glC08AOsPVA8PENM6Km7\nGpr4\r\n=hS5W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.254.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.252","@azure-tools/tasks":"~3.0.243","@azure-tools/codegen":"~2.5.280","@azure-tools/openapi":"~3.0.251","@azure-tools/datastore":"~4.1.254","@azure-tools/object-comparison":"~3.0.242"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.243","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.254_1594068075260_0.021142509597172454","host":"s3://npm-registry-packages"}},"4.0.258":{"name":"@azure-tools/deduplication","version":"4.0.258","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@4.0.258","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"b733153fa189cad566aadc681c91b76aaa4e0ec4","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-4.0.258.tgz","fileCount":9,"integrity":"sha512-rowyHlVZT6tRApMMqy54FJzfnFCIJe+mkMYw9X2KVuAgPIMM2BOQqYCVTCGC+5361R7wCmDwzTbov/4nII06/g==","signatures":[{"sig":"MEUCIEzNjJ82ZHCiJjNeEM46dolLJ5sglNk13cWi47WjzsiWAiEAqi/I6u7Y3cFAlN1ZOhBqJ1yPGXr940cykWacevb+X+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA4xzCRA9TVsSAnZWagAAFUsQAJxibRi2YsaDGse5xz6F\nZ6NDWNE1npl3erhCGPOsisBVLsZejXqUvKXvqwTcJXvN7As6vAts4MhjXna1\nW5g34IKlg26k/+xyOGkYQCTCyukCbsWNig6P4uj0Hj6i5gTmhkBQC9imE++m\nXjfqDJi+/44agTUsEM+FttVrgp0TnbFuwLRhrAYelCb/dTiCRA8JTZekE0Iz\n3wwMJI9zT247+UwlZh2HNUUxVpEnwOTlggt2UQ13unTsUk5IfQbXfkLSMgJg\nOzKeB8zOoMcfIn11CQcEtNKDQpn2cNGNQf0bwNmkgGIbMyswZAMKBQGhwKxr\nBgyRd2vINcQtCywHcZZGVLmkY0SoHx5YSNdJZz/hJBuvsTWdktilHJsfCU74\n4Z6DGJkGlBHhAvGt7gURRHaiVe801c+XgzFvkBX/nwRpZ4xTLq63i0Q3CUPr\n4pB3WTuJwdGzf1Hx3HN+vPeP26q4GYtvpxEKW2KP82qQA5d6lZFHod8Q0URG\n5QX7xMpR2JGJh5ah8a9B7gdn6mgi+6EBUBWAy8Yz4DxlGnvV594DgoL/dS+X\nDtwaoFeuwMORPjqm3PZ4k9d9b4o4IjCGGecuAVTEGnX0S+/3Dbkn9RejtiMa\nXEEK/Jehs5RpDsEteW5t0DyiBio9GwU9LzIpsj7HOTAKKAQsMLeOr7ucOIQ8\nbQ4l\r\n=Rnqh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-4.0.258.tgz","engines":{"node":">=12.13.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.5","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~4.0.255","@azure-tools/tasks":"~4.0.246","@azure-tools/codegen":"~3.0.283","@azure-tools/datastore":"~5.0.257","@azure-tools/object-comparison":"~4.0.245"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.2","eslint":"6.8.0","typescript":"~3.9.5","@types/node":"12.7.2","@types/mocha":"~7.0.2","@testdeck/mocha":"~0.1.0","@azure-tools/async-io":"~4.0.246","@typescript-eslint/parser":"2.28.0","@typescript-eslint/eslint-plugin":"2.28.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_4.0.258_1594068082910_0.48183056151490966","host":"s3://npm-registry-packages"}},"3.0.255":{"name":"@azure-tools/deduplication","version":"3.0.255","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.255","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"f2809848e875292e4510718523c1b9a14c0170ae","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.255.tgz","fileCount":7,"integrity":"sha512-SZbP9uTQ0loViae/WqgO8XQcD++59VSMJJCfNLC/CAvlFIOPqJ9R959fCspyw4LD68DABeftaCHdCDNoYzpcAQ==","signatures":[{"sig":"MEUCICLAIVpd0qgec9DYN2VeThOujf0z7eIqWp/439lGg/XVAiEAmUOzs/dGamnMHi5uApxU7/e3HS9fDpghFMUkKcrYtIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBN/qCRA9TVsSAnZWagAAQb8P/3b1KohWAHAJ5h8ClxqR\ntAgVtDTocPF5jTfZQzrvFj/z7nw2JMwSHH2569fZZfp9VsE6Smv0aZukzg0k\nvjfT0CjlmSJ9bLcLBuzcfQ1UecfEiC4RzlBjD7MqHQCbxsBt4hlFWfXsM84p\n6p6gb2nQvo3dw8GIklf94/4gG6E8j0gs5n8SgNOVlq1icD3I85LT5qziybGz\nVStEymljzZ8/nSrjaFSTM/bFL9PDx0Ya6Rv9c3B7ps9FDoFicKayzpuA47h8\nii5mUgwBfTkRZCbx+W/vA5n5xxW2xE+qV0bhsHIFf9Xt5cvbNQICOO0nxOn3\nbS1uBCGQot8u23qCRFPBmf5RP2zf+h6kKBUBk33mRPTEAH8Jv6zjTItMJhlj\nhzt02v68uJy2Y6MlMTbK0wKD2k4RKVIp9yKeo1eu1uYFLk1Lz2YwpycfZbJT\n1kPiu2SQPmie9varpAmmu7QgDk4XLG3t7lbkCpMxMQilG5aFddq/UASlyIfp\nvdbVIFDi94B266ZY5vQuECNVXOidZhIiKpZ244AZpvg/yqJ6HjgA0oc4DCp8\nZPa2YzTPuk5OobAMOdaMoR0EPGztcca6zUPm0yNVIF4N7c7S0CSn1bQ1hDGN\nSmtdM1SPDPVjAUVGOpSnHavRzD4h3hNO15tTGyNjS+wyngILMw85sA+Xs0vp\ns6rI\r\n=liQB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.255.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.253","@azure-tools/tasks":"~3.0.244","@azure-tools/codegen":"~2.5.281","@azure-tools/openapi":"~3.0.252","@azure-tools/datastore":"~4.1.255","@azure-tools/object-comparison":"~3.0.243"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.244","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.255_1594154986154_0.7414864499915113","host":"s3://npm-registry-packages"}},"3.0.257":{"name":"@azure-tools/deduplication","version":"3.0.257","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.257","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"bd73d438f3bfbef24364c124ff6c904f3ebbbfdc","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.257.tgz","fileCount":7,"integrity":"sha512-wU2b0Ue4botz38IkUT5/0otNlCvk0j76nhRhIMLF1NjnS4D3ROKmJsWFNramWutxfzlI4V1WmKlNCcgT4A9G7A==","signatures":[{"sig":"MEUCIGqCCPZYAiNCaS9pBR5vmipzVVdMGARVmnOWZO7pkyK+AiEAlhmIP/F5hk8mxT0/WDHrEDbqKkHskaOe3+j+ue7eBzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBQf+CRA9TVsSAnZWagAAnEoP/jA1rX+VCbgCH/jLDSmX\nflopb+qA8M+1Faa1J6TSDBC1YYRMvMJE4ULOaGurVCGpvDsUcKdF5afsTEy4\nql4MhcVVEhivQuV4YIrBC7082jk86GI52Adf185DgaSGZqnZ8QfgcXcHyLuw\nGBOBUuGz4hZivinhgXRf32IpT7hAR3HJGT+tcTlQIuC8cAh7+uz5fEmJC7qW\n+PfU1ioAbL6wm/cGkn5pojq5VySRLXof3m/I6ox36EtbEXm8Mqda7kH486w3\n/+z8eRB3B3laq+E6T55ENJj/IBaFl0jkpWZ0q6Iy3tYgwwYxjej1Y2aRy5Lp\nFwU4VF9VZlQo0YN9F3sUq5TqGjZYQ+PHL6VZT+lnEAxU+HPkn1Yqr0ZCff+X\ngbdi0pitNse/5yDpjATAiawT8MKRGd7W3kcywZDSFv3TXRJpp1SMeut1lShz\n/fdpybqS126L5W3kHc+fIJc9zcc1djimnif36wNIVQiQSBzREzKDux/ww5qL\nl242p9dadAY9Gmi+xN9AxexRMzN8rRT78nILUipLxdiRwm57Yl5m+yw876Aq\neEhe7RZf41xsztT3UTtlEGfKtCr5nme9hwNv9rbBNAxz4euqZS7XiYcyrbRc\nqrPghy4owqsed5+7IB3p1w9p5g3oVt7y2h+J1YC4O+V3B5AFLU0qqnk1igkR\neI/N\r\n=j3Sl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.257.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.254","@azure-tools/tasks":"~3.0.245","@azure-tools/codegen":"~2.5.282","@azure-tools/openapi":"~3.0.253","@azure-tools/datastore":"~4.1.257","@azure-tools/object-comparison":"~3.0.244"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.245","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.257_1594165246306_0.8064295241076147","host":"s3://npm-registry-packages"}},"3.0.258":{"name":"@azure-tools/deduplication","version":"3.0.258","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.258","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"8140e5fdde01a3ff82215ef605b16ee55e4a4934","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.258.tgz","fileCount":7,"integrity":"sha512-By+s7kceR3S9IK+vY5o8O+mcpqebgQtkv/ZZhu+kA4vtSco6qKt+5/QJHIRsWHRZyGIUY297AtbGIeDbKKUlYw==","signatures":[{"sig":"MEQCIFlMliVZ3a9HMyvBCex7wkPAzr155OSKAtg1+Xx0u7gUAiAUbZEwHwbxpfl/5hP8d+YMGVmok0mzE1//mxIvEdWMUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDkgnCRA9TVsSAnZWagAALjQQAJdSqfJ7GQRXoQnYFFlv\nhtx402kfswOIxJzHpNSkGjmnpyNUR8nqfNlIUNPhnya2DqSjtYQETynnFJhc\nW3wQU5RSRH4jF4yo8MnYVuSWpJXOKNa9w6XmyOOJTu4rkWTFYhBnnCfEMdHi\nPKqYe7PXA7LwrpKdf+w/YZ5ba0RXg4lL6q5q/1Ebe92eFyvk5EFbIjofCxNT\nj+ypfDYvT/R7KP/ssSBLfU2aYcvcbvxg7XocaYVCH9YxLFd8GBF8mdK9rLpS\nJC2cz8MhYdsfN33L9VDaVz+7wDKrXIlqe4r9A91LNTPx87M8ohEIg8jr8V55\n9sKo+0T4JbpkKlttXZRfi1odf9nNiBng6+Ont9UZNbm+mAbIu5L3xb/R4gJ9\nR2AkwqtUiUpFnokknwOTGWX6MOX6coodGDRMUFE1aBxaPuwF2zIxSBrGSCPi\nmbCS8I8QOhXsYDNw87sMcWkJV+TLaqtt7tyYC9ZA+Eq/ln5cxZxysXPmo0pa\n5PeosjSID0L78XFDjOPt5VBxA9Be8yzphCe6ilAIgLIvxBgFT17OaqOXjhOp\nJNZFy6HEU3uVdNcQGOhxR2wIqVuF9UoFLSyCfxNG392D3+1P+Eak7ho5vfqu\nd2YHCZAKYG5CVFjIN/32EC9iHC3bLz3GnoyfRza7vR41rh7CvFEpkfwAGX7c\n+RRA\r\n=8TAD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.258.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.255","@azure-tools/tasks":"~3.0.246","@azure-tools/codegen":"~2.5.283","@azure-tools/openapi":"~3.0.254","@azure-tools/datastore":"~4.1.258","@azure-tools/object-comparison":"~3.0.245"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.246","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.258_1594771494751_0.12477792022395051","host":"s3://npm-registry-packages"}},"3.0.259":{"name":"@azure-tools/deduplication","version":"3.0.259","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.259","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"fc4aaffa077b62e6f9c5344e61545e018cf88666","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.259.tgz","fileCount":7,"integrity":"sha512-zF0FEfjzhZ8LBt0cKF5Ihiud2yMI/kDsTDxHOovsG65+SmWb+nfWzBwxEIG69uheOoH5ByQpkKe0kJHcZ/XeIQ==","signatures":[{"sig":"MEUCIBJQr3NaNaFVxxJWBkhfwLD5pYF7Nn8+y9X3omyXsuVoAiEAtkGUumW9oj3S56oFggOzelqz5PsXbcjFzFHAoNqkhoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD2mFCRA9TVsSAnZWagAAbaoP/A18e7jkQ2o4p2/4v+g5\nvOSwB7wjqIViMqSO6lxy1Mqam+Ww5V+FcNYZPjvT3FWi9bx3hpOwG9yU8V4I\nowORVfHF0xFRWrzUoELCJsZY2CqAvx5ZrMtBofz52G6CRKLLIaXwbjV4bBX9\n6QaxoRbOQsGDSWSWC1D6AZ4ryV6+ARiTFMs5UWABbgbC3Z6SxJvNWrGnOCg8\n3dOB9bC4kzAPM0aN5BzVfVF+UzcQvy5cQLiHBLguWQ47PV8kOm8AqOm1GAZh\nweAly7JINigp75lGilihOahrqySSVb2tr9Cq6dUPcb7394LXIcyqmnjzIQlv\nGp2QdIIdNEkOpHylib60l51iFXpPglqc7luLvnVr7l6zcdOp9qmcunjpBX7s\n5NO1QDdu1y8gdoxkhAiqBppf7TddL+gJ150+w25lbVE9eC3Ct+Ar1UseYO12\nFY7dskl7T+cm8Z2T8PckLsIyaYYAmhPL0RCWbLf2RqD/T+t3DST1R6JnTbha\n3RnWbkja/iXWLyvrvpcDvh8G5q4/9C10hBHZkM2iBoKm+TgYDgB1foN5yggQ\nygUgMU/o/9h5ffbnSV2LOMMXWkSTcRmYGBepkudsoQE0VcHZp9ogNYMixuo2\nKh+GPFCs6Q0fstglMO29xNtif7dO1kRGLpd4Vox4XnjMcsQh8FtoBPCYIHn8\nsg3b\r\n=nZIx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.259.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.256","@azure-tools/tasks":"~3.0.247","@azure-tools/codegen":"~2.5.284","@azure-tools/openapi":"~3.0.255","@azure-tools/datastore":"~4.1.259","@azure-tools/object-comparison":"~3.0.246"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.247","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.259_1594845573114_0.46941203461893344","host":"s3://npm-registry-packages"}},"3.0.260":{"name":"@azure-tools/deduplication","version":"3.0.260","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.260","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"f34eedd8df422a924d78ef299768ba37e4f1182a","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.260.tgz","fileCount":7,"integrity":"sha512-qZwRf5GHpmFtU+v+s1P/rSJlFL8U2py2/0rjSJGTmJ/IMGT7ttWQyoUIyRWAlh82ZjWZTBR0NUtzer04Q0quJQ==","signatures":[{"sig":"MEYCIQC41/lJz/eo6Dld5zHx/gsVkJCj4aEORQ/wfOjQREw5YQIhAOvs7Spbc+HLhxc20tfZWnz8n0war0ctvS5D9/9G8KmO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEi51CRA9TVsSAnZWagAAeOgQAJ0tx0FHYRU2f7GSSXNn\n3BKI6sE+X3GDNWC7HWvaF42vNjDfvqdG/I7wwLT6x+qIZ5uNXRsPBq/LKQke\ndiI+9BLC/6TzRrRkTcyO5dQNmyyRlSuCJd4o9x6iqBlfYY5LeNWiTKYpMDzA\nQzc523KVk7kpUOkAGrtoObILI/qW6H5F3hv2nq7bqBTu2cmhnEAZ1Wy0odAD\nwciBz6ORuMohO9sT/t7cs4OEXtFslG2lmlavdCT2QNS+rsMgSxjntZxpjUOc\n6SmH+Uvt6gW0vhTD4g15SIY4nOWavdO2417FkNsdiXgyBOWf8jaXyUg9+G/P\nFDW35S8ILKZbKsYtgMXQ3vaNpTyhTyffsV4oHlPVErQOrfdltski7Zkh0TGd\nu3gmzCxRv3MGpIVh9pHJ3X5cosVHIpnFsN/cA3iK7590lvjMsgZMBOKfJ5NM\n0sQCHR2HPzCLAbllQb9OoHd3Kesp+Fkf+aKHiU7LAuE67o/No/vg/2lKourO\n3eh7kGlVcsSn1CKkk7M19gnlMp3KvevjOduUdUipfkTv6M40CbZlY+wEQa7k\nZRpZSRjvCwa13++bcgZKkKKJmpA9YoFez++zqY8gY/frF0ACXYwQnPQ6GVUY\nIY3et/AP8CQ1G7OWFEtNDtC+rSTMZL+lKiGQs+UaOFT4RkdlDSe9Er4w+8oP\niy+d\r\n=iaJN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.260.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.6","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.21.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.257","@azure-tools/tasks":"~3.0.248","@azure-tools/codegen":"~2.5.285","@azure-tools/openapi":"~3.0.256","@azure-tools/datastore":"~4.1.260","@azure-tools/object-comparison":"~3.0.247"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.248","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.260_1595027061455_0.40140781065323994","host":"s3://npm-registry-packages"}},"3.0.261":{"name":"@azure-tools/deduplication","version":"3.0.261","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.261","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"05e1d093fadc338977f2d3c5b3b4a372179ed921","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.261.tgz","fileCount":7,"integrity":"sha512-G0VzHme9+szIIh7jlV0kK+5jOd5jL7tzedUhQj/7CwCdVkwmqRnh4EnfXSi2ai7ap91yd9au+foEC8sizkWliQ==","signatures":[{"sig":"MEUCIEs+n0ChgGxPf8Je5lymn7YznbhAg3I05pGKmrUFfT4kAiEA2ODXLUn/kjpgga7RAtQBJUMf4k85dOPElzubZg8+yMk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIzffCRA9TVsSAnZWagAAe/IP+wd04G9mUyA8xSwR9wJc\ndP2VvnygzGmI+mqvWsJOrRE9L+b9GZrBN+eQMybbBOkt0/HIY43WVb+jAD6z\n6G9aCF88PeL2SVMjQfaCZjPS8sOax7s4/rgTJtn1ZAX1eQELlgr2uw5zASwN\n7L/jhtllrbT/V3GDoD93MGQMTpDERWYVdWaxx8GF2m1n0Hp7uiZusXPR6gPb\nRfxYxLmBe6LG1ByjzEv0fVr5AyW17TTTuHoSLoXieROJG6DUpVRNNymnpsCq\nNxubno+7IfUjoAtTa/MZ47zeqMTjp7Q40YM/Moj2gzg3Ss2oS+8QdsEnAQ2c\nqAm28lFZUWOJZfRSowaIbV4FLt/3w/vGxPO1YiW3cEXeGaSdVyujnGh8iyPH\nr1l7PkV6vKUuLBYdv8rilTflNLOG8JOkF0nMf5QTCwCN7wcwaSLymwZRsRm8\n8aQT3hNWLlzOwvH5TJ1fzwb6rEWb9rf3+vRKPu/UXdxx3VuUyahMztqu6UjM\nOi+9YP8RsN0uUmfg/0pu3krLgH4dGVeliS4CCVSJuoMhOrvoBXJZY07mcp2G\naxnsC5401BhJF21/+K1uGW7eGjDM8QtKIOcCrU9+XNq/TCVQkXT/Jp5LqjqU\nTlf12d+kwGlnNCohKBe/VuDRc9o66V8auYe36gHCdN+qiMbynPCmcI0cuC3x\nZD2t\r\n=UCt4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.261.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.22.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.258","@azure-tools/tasks":"~3.0.249","@azure-tools/codegen":"~2.5.286","@azure-tools/openapi":"~3.0.257","@azure-tools/datastore":"~4.1.261","@azure-tools/object-comparison":"~3.0.248"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.249","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.261_1596143582864_0.9822637913625853","host":"s3://npm-registry-packages"}},"3.0.262":{"name":"@azure-tools/deduplication","version":"3.0.262","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.262","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"5ea615281ae4b305f76fb3790bf50326ce7841fb","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.262.tgz","fileCount":7,"integrity":"sha512-PCVQ2aPdSMTaQu0cX4uhHbAcCiwDCQ4/Cvgkq2w4JVox/x/xFfhCbPYp2EqATLpmZI1aUvJ91HX0GK2EuIh4dg==","signatures":[{"sig":"MEYCIQCJBzHuDbsezysG0maX9MIQMLP24E1XfsjzQIcOWPwSFQIhAMTKHZ2TvB8pbTIWD99Oz9IYpy+T/AJJjzevKSt57nm7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfI0M8CRA9TVsSAnZWagAAVYAP/A4e4CUWBfxoX5xoAekB\nevn4T6OxLZFI2SS3bZKwpYG0bs2AjeuH8erc/ZJnQ58Tj4DhJY3Ghl9Lr24v\nEQmbJDsVvQ1PbwXWOOEEn40CAhfpH9YJgTLlxaWOiQwlOFzzUfMu7VuRU54Z\n7qmn4Mn7pILxLwSJzLP0wO0GzuM3IBwtdv9VyGFSLclvb+Y0mvfm9l/sQ+Wl\nbf7AAfSBMvcRK4CWkBbm7fRoKznl4Z2vSyFBm/yWGaVLCrBEryEX2kVqWQha\nxeceR2r0d/xb98YzX64D38AYCwR8Nq8mlrhsZXjOnzYXamypmPfyNSNUKAk/\nEylXiSzQ9FNSMHaC1P68BAMURN5m9knxbEqmYncfy+PurnhgIa7QRoH58WBY\nAd9Z89IVxXSwFh0kuwV5F4qFfnkfYCTwY/e4ntit3vMied3C5Y6I849M0yE0\n6cqQ77YV9IM3Nwx23Dar29gh4+QwAFkgugG6xa66L6MT5bgolZqb/yJPiAMC\nR9j04i7M5cpd7+K8ceId9QslAWsZJQuqmd1GyM9sHFGCQid2GMlVm2hEOB0c\nrrG7VW+DHEWfZc9bnkhTaC/HhltHnhoVlP7r0YCHFXowhbo+dU5Z6UF9HBF4\nSjtpzydNE8NANImX6JKNzIt4GhuCuZGb9LuzPXLGU9/iMAV7/T5Q2JE3EiRG\nNcFL\r\n=MaB8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.262.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.22.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.259","@azure-tools/tasks":"~3.0.250","@azure-tools/codegen":"~2.5.287","@azure-tools/openapi":"~3.0.258","@azure-tools/datastore":"~4.1.262","@azure-tools/object-comparison":"~3.0.249"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.250","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.262_1596146491815_0.23430599708221367","host":"s3://npm-registry-packages"}},"3.0.263":{"name":"@azure-tools/deduplication","version":"3.0.263","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.263","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"0d788dc97cac844802dee43e97af4cb07e34b67f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.263.tgz","fileCount":7,"integrity":"sha512-XfRYhE4UjyegEP0ovayMr0PuIOg+XRRrloYHkMJ5mWxJT6AhsS2yxX3eBC3BNQUB+m2y1CooVm+FzvI3rAKEAQ==","signatures":[{"sig":"MEUCIQDfnRvSZi9Iuv38C/A0e1AC95JdelwVNAVM91sRhDlunAIgNfl0dnNn7zY+6kDLUgsZFypExLUzeOw9nGvJT3UgMHY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLaMvCRA9TVsSAnZWagAAGYgP/ju1jJIiYHmLBkLN17Oj\nzhdWN0v2nSzxEHqcRDHi9TqCbUn4gYSF/mKwMyxzS0F/+gyfwPfcpX6oDQHX\nOpN3x7opVBjXAHbePeKkjX/v8UVxJnhApJDVZRKYOHOVTNPhPFeGQbFkuRTa\nmGDV1J6rvBi1djHN9oj8gR+tGnjkuyBwA8M/EH3E4rZzrTQZdmfHbIwl7oqQ\nT4dDHcvKsIqcaeFX7kEdE7dYEJ/+hY6PLzpQ2Q5lgY7KF+9xrrT1nBEQqH7C\nwC1RYI7L7pSbS4uMMvZnX77oasH4qq/AA7tq9MtLMZ1654/G2l5g1Gl8j7Nt\nEHnbKgwAjH0f56Gr/EphGbzoKLb2pZypf+Splx6AFBGXWOUYaazIPo2WiBqD\nQbjFtgK08jGXPEGQGdP2nvBOcpzOpbKfMsKU875PQhxbXRjGZBaFGMBCMtMj\nMLQWjaw+FRYy+nRWSGBHvI6enf6dX4O3pRCt264u2dvWpTruBVG4asmmWuyI\nlnLImbpdiFMVDzzNz/oPbLrL7UHu7fVSdMhoIx2JsUtNeYhUw8DFnMbv9F5a\nnKLLKT8tM3WNluw5fX1AOFqPAlo1JbRc44bMnMS9VyhYPBX5pdqfc+oDsnXh\ng8OdUARn6+x7xAD4Q1xkQpgifaog60ykopTXDCVSwY/ZBL0fwavL0vtrE7hJ\n1PWE\r\n=A+zU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.263.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.7","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.22.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.260","@azure-tools/tasks":"~3.0.251","@azure-tools/codegen":"~2.5.288","@azure-tools/openapi":"~3.0.259","@azure-tools/datastore":"~4.1.263","@azure-tools/object-comparison":"~3.0.250"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.251","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.263_1596826414641_0.6671412944576025","host":"s3://npm-registry-packages"}},"3.0.264":{"name":"@azure-tools/deduplication","version":"3.0.264","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.264","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"f4c62dc8137dd226137d7b6d046f5db88118be7b","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.264.tgz","fileCount":7,"integrity":"sha512-xcOE9oNBSI1UXddZUEGgNhaR3o3qmdYgLAy6tuLMts7+qyc9Br75AV+ZXXJg9SNUC0+0QePZaFPUy532889ykQ==","signatures":[{"sig":"MEQCIFnnsTyZ9JCu8NDrI96GtYoG9KUeINXy6JdUFXz4WwcvAiBcPiEpSg6mNrxjot+HUBRZK8jC+iU61deQqKIBAzDQew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWBGTCRA9TVsSAnZWagAAotoP/3Sx+/nkNkoWzKELhEjd\nXSf0HdhH0K0J8of7ZLc2pLeDoR0Ilm7LWoFnA/7EN+LiUXJZ0n9MDYyrSSSH\nLtBB71NsHDOHWmshEhlECceoalVWGObObgjgSlIaw9BlFWtrHndzDqpNsvrF\n2zBjrSxT5rJdbGvegXPf5HHDoNbEjIbNNXUuenlPR/aVzbl/YlrC0/3mxYNL\nHfG61a50QBcJGv31sJdzf0XxQvfH9cEuyN3eeTPtjc6l3ttdq7cGQD8peO2D\naTWQ9T/xbjFzCT4HLD5HXBm6o2BGc5V0Nry2vnEPBPoW7IVzcQL4m4PgFiZN\nf5H7h4we/ha/fpV+sElM5e8Eo1RjoMuLSVvofj/CACNZJ6O+v/IqRymkH3dH\nt+00hd7UhsoSjW3Z3oV/+eYhq0HxRIPw9emzm+JNkPLj7TdxsCRRfRBcPEcR\nfcZb8hKfG5+yn2uLLgjlcP5A+fQHtftUe7bChLaRMiEqeU2bcxh9o40FC19a\n0+cLnA839x7VFQAdmEkX6jkJbhLR47cy1sZDl2KWFbYrfnwOiqaJebA1/vN0\n/jm/ORebBdeMUgGLjIHotvkCQXLOHUKSAt0TqeK/9uBo5GBnOIhG8gLzWbiJ\nFw2/dlYy5PvqtmGenVT1WbX25slXlwIsIPwGkiPSyKJ53RXj2Xd/VKig84N+\ndiCO\r\n=MINe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.264.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.8","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.22.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.261","@azure-tools/tasks":"~3.0.252","@azure-tools/codegen":"~2.5.290","@azure-tools/openapi":"~3.0.260","@azure-tools/datastore":"~4.1.264","@azure-tools/object-comparison":"~3.0.251"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.7.2","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.252","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.264_1599607186682_0.4749287920488099","host":"s3://npm-registry-packages"}},"3.0.266":{"name":"@azure-tools/deduplication","version":"3.0.266","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.266","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"c3035f1f20a66345ad0119f9f6bd1a3a183a5038","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.266.tgz","fileCount":9,"integrity":"sha512-Bj+xDq6E3xBv6fw/4CzmJp0wk9chotafhGRf5HpWqQBuGLSKUC3+mJcJuxp0TjCDoMy/Cj0inwBCJYRRegWLzw==","signatures":[{"sig":"MEUCIQClYbWtAum/mZ6vbE4FH8wwUtXM9ZHL3sWTZ2vysTDy1gIgFXd1K828GBlzl+emRczn3hfQvHtvWeH4mqNfIPGGx+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAgXpCRA9TVsSAnZWagAAyO8P/1B3gigyIecjFyCZNxei\nnkvbUQ4ymT97nHjawlHPpe8MarMvFo9I0NAuymPaI16MdHUPWPMrIEKqKWg9\nA8GurvwZGcIXMc8cXTmx25kygnmWH/cssNSC0IHydYgQgyV48AKtxWZ+Okof\n/WJxsaBHCTlNVxM9ZPsHtEbz9fmMobS7Ww+cvNjQrCfu4ONAMbb0WOBNcQpo\ng4xIH0tfKNhg49QGxTGs78KLoxCr51uVscS+D8q6CMdhD89iqxrgs4eEbOSI\n+4ny8ocHHOAiPLuLiFnEiuPRej7AdVjwTt7Dju98fRJVC/iLejqdLQ2Oh3vH\nyf1+UtkChlwoC1vt+xJMa+CzB+o2agXZ9qAGcK6h9U0Jxfbu2KldgoGyqwyn\n/Z1YmtldUPudu2GdqyEUsQf2LOjvmI8WycEBAHSYZEEy+2UWVUZU9tlPYqaW\nPy5cikJyqLWURJB7meyvr4EUdI9sni5g430Agrc8nj25UcY1R/nSkiG6YM0s\nEOysLs87NLIcGjeyKh+bgG0mjeai6GyPvrcy9TP/5gPOx/eBAcakLnJNdGrc\nyvJwOnldEThkHJFHbBFY7XKUg/jKd4TkrGkuuVqI1TNKTzkymZwXu9uVlyAD\nkaSahWS5+a8kaXpP5EacACxMoUoMQ4jb3vm6Y54uWvs9oiE/jDMTn/3cEkAE\nmCgl\r\n=t8lW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.266.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.11","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.23.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.262","@azure-tools/tasks":"~3.0.253","@azure-tools/codegen":"~2.5.291","@azure-tools/openapi":"~3.0.261","@azure-tools/datastore":"~4.1.270","@azure-tools/object-comparison":"~3.0.252"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.9.7","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.253","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.266_1610745321208_0.05438861339728063","host":"s3://npm-registry-packages"}},"3.0.267":{"name":"@azure-tools/deduplication","version":"3.0.267","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.267","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"55b5af31d3dd2e6d80205d432eb209ad1fdea6c5","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.267.tgz","fileCount":9,"integrity":"sha512-m20qzH4ifCqrsI3JEF+QpZzl52DlvQRELIvfI4Bm+jnr8ILoHQHGnchQ6Sp1uvEX+FTqR7Ypk5Y+3y1Em+A1WA==","signatures":[{"sig":"MEUCICoZEiCMJtbELjG8OzXEmq2RT98GqvU7xp9BxsljzOO8AiEAu69Kn367LJHnPQ7N/Ka2n+oS45GecuNDeeW8Yn7EQWo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDw7SCRA9TVsSAnZWagAA5gsP/3TWjSv9lKal0IyHX0C1\nipsZa+btJxjrQPPie5KERYILv0JEEwUDg7TwqNqe46QCZuvz7MQo4WFNt8yq\ngxs9c/M+DAmIRI6lEHKo8MDY7sLvvoUUrUF0wMUB455s8L/2MvGbg/fXWrf5\nVFcRKN1j0dkRegQRPNgAqeyUq+4ttLVwtspcGAZVad8gfeS7ve70L7Iu2uT+\nDL418vu6BwXzQwuzhU7jArmITdz9O3Qh2J1cfqummjs6bIL2aCgauJFbGkOu\nyC/zmogInOgqHKlD1COLcXwM6mvucgfzNJqqeYm7onRkdx5n/5x2U9Z4prTO\nsOE1FAv2gIOZRJDLZ0aHB6ItJ1KmgUGXl50LeZsH7TvLznrmsQgGsuME2uIU\n3W5YTtMvwDMIyDskDxkS+X0tfORCldc00VYc8dPoCTQGhZh1j3gquPgLJyfj\nm+VhRLey5/iOTrkqn1dDXKZ6whjtEy5xe6mIxDwyLNZdKQSWbNmMiQv32Ifq\n1fZG60NPOEH3BXxQgB7tnoM8IvEeYAQinkqwp/ipdWx2hCOH+C4u4MM6JIYf\ntdiAmTla5Kq2qPD1SJH73f5yzroPVtA4CowtueXDFHPJrk4Yx9ZLooZhzEqC\nMp456i0bgoMitk3BbODfOYPKKRosvaai3hBoASMW7N7OTJIaB2+alK0ekX04\nNX1F\r\n=KIjf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:common/temp/artifacts/packages/azure-tools-deduplication-3.0.267.tgz","engines":{"node":">=10.12.0"},"scripts":{"test":"npm run build && mocha dist/test --timeout 50000","build":"tsc -p .","clean":"ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash","watch":"tsc -p . --watch","eslint":"eslint  . --ext .ts","testci":"npm run build && mocha dist/test --timeout 50000","prepare":"npm run build","clean-cmd":"if exist dist rmdir /s /q dist && exit 0 || exit 0 ","clean-bash":"rm nul && rm -rf dist && exit 0 || exit 0","eslint-fix":"eslint  . --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.11","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"patchOffset":100,"_nodeVersion":"10.23.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.262","@azure-tools/tasks":"~3.0.253","@azure-tools/codegen":"~2.5.291","@azure-tools/openapi":"~3.0.261","@azure-tools/datastore":"~4.1.270","@azure-tools/object-comparison":"~3.0.252"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"5.2.0","eslint":"~6.6.0","typescript":"~3.9.7","@types/node":"12.7.2","@types/mocha":"5.2.5","mocha-typescript":"1.1.17","@azure-tools/async-io":"~3.0.253","@typescript-eslint/parser":"~2.6.0","@typescript-eslint/eslint-plugin":"~2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.267_1611599569904_0.42255971930264336","host":"s3://npm-registry-packages"}},"3.0.268-dev.1":{"name":"@azure-tools/deduplication","version":"3.0.268-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.268-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"dc6b718dd2445b711a450539140bd1c44e3e960f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.268-dev.1.tgz","fileCount":11,"integrity":"sha512-y0haN96S7cAqNI5DztvI6Ep92vs4ezfjoGSQiuZcC1qCxAcNFJzpZTXueJy0bFrkO12IX8DpElq17O1TonurYA==","signatures":[{"sig":"MEQCIFNATLNvkrxWJWz2pM8jCFlTv+oY9lNkmDfHJioub+J6AiAr90aGIfo0MLyVCN8x2C5stwZ26Jji9PIHdRGJd9XwCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgS6TyCRA9TVsSAnZWagAAEpgQAIB7M3DshMftWt7HEn7S\nv3D0LxipvxbvpdrsRz17ZaEXKo0Gr+GC9IGcQ9lIoaiOKXPegSM6Xwe+xKzZ\nVIiRL+9CZ91xEVJDv1TE11zYCuubCVZdlwao9YdJ9C8U7yEY2JFM+a5qtEqA\nFTrR184dsK69VacdwL5ng2k+xZNRBZXSpR/7rXI/qEh/ijKbT5keVWyK56Sa\n+T0toRpZSrbUwYOM17zdKUlXdOoJELZGaTUGYUb9HCBhMAmFbrcZkgib7lsf\n5CeUuCmwyFVxr+IxWpk/k1aL37pC4R1k6HMuHKPXdJlM+GNIugYA8qC5sODK\nktLm3rwJf1+m2InIv27cM/PCksshNEg3gPXJCIUgtZKzVoWQtV90b+N4KBHS\nJeTGQP2+yM9p/MixAO8IVf0O1cnsL3+EeHVz4InRSCQr7F0spsPhJI5mfgK3\no4QRRuBA4xLLaujt/XPicoBX7r620Skl4OFFp4Vc74nLL/WOZzcTQgk5w5Hf\nFH8IEQ5Er4Q3JU3dMgB7OsIOUwFkLKSe3xjWMEVJYp+8oDQ9haEN50s5fujj\ne4HEt+WeMnqH+On9I86XNLq1SZUCWI9RClUpckimto37ewIol9huPXzSEOoy\njoV4PiIESZFXW2p67hiIVA1TNmbk9f4SEqAbPKGc7mgSigxtbgtAmwhgH7ko\nEPn8\r\n=Q8cg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=10.13.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.11","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.16.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.5.294-dev.1","@azure-tools/datastore":"~4.1.272-dev.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.2.3","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~27.0.0","eslint-plugin-prettier":"~3.2.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.268-dev.1_1615570161594_0.916737221732489","host":"s3://npm-registry-packages"}},"3.0.268":{"name":"@azure-tools/deduplication","version":"3.0.268","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.268","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"d951bf9631c2042dbf60856df464733e41736a59","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.268.tgz","fileCount":11,"integrity":"sha512-RW77xPc+ncLW48lT3HMZI5Valk+xK2XBaNLCd3YpofvPJbK9rZVicFyMeeU9TQuvyK9m6b+xYwAPKXUbP4ZJZw==","signatures":[{"sig":"MEUCIHkFp965TKXKXAb7HGwQLHFdgXqqiNmTu+3p8alOh4sCAiEA4e/5uOJ4hetkH8L+Av62x56fpcMjUa1TM3ifAZv74hM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUOq6CRA9TVsSAnZWagAAs+gP/2SkOA5e2kM3+ymCKPv0\nkrXZW34c2hSmTJI4uakHZvnV/PXRWQZN31xIVZw5sQIfWbqO9Znkw3lFo10e\n7YDpO1KvDwyARhy9xTvObLV7jIM9i6dHHksB3mOzun/P92Sk0b5tuNCtxcrT\nGqVGgKhkeE3zQDgJG87wNWSqGeFkEx+gXZYJ5uo0oRJ7malTb1wstfxEYHJH\noUWhAdvU5C9N3c1CZeHIhDY/oC6PI3gHKV8QOkFOaT3iF2a7X3xhNHd+r4lN\nuW9cdBrRaNrkdnByJWck7FKPEJO4n8xYIxqvo4Ogj0Rxvfe1bBzje3DGykPF\npIMPQM/Ku07NbbTBq1yCmxApW4iwwJxHJyweRXaNOpf0OcJ9oGWhzLjY3bxJ\nU23noh1tk+Ak500b5y6zIaZKfA6w2xZF8a6tcPLQnG56+4fVhH6s9V2FohN/\nDtwDpCqyONIo73QV4A6ZOQep1de3fVCLBA9zW9FWFwhs92Q+4hDC9S2pXNOo\nUxN68p4iHbyC1mBChcixbQc2YouP9ilLfhduW1cIgQKZf44+yyJ2RByDw8Jk\nHNLrekcOB2grolSkezRqUi8z3XhCIe1njmUnd9D6YkZTqJB5ySFOYqWwrZ4D\nst/6H1uJ4DEcGA3ur9rGwgGyAbbNjmrkuvNY2KaBBVq4Wav43t491/Uw2ZGv\nvS3i\r\n=q2Op\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=10.13.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.11","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.16.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.5.294","@azure-tools/datastore":"~4.2.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.2.3","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~27.0.0","eslint-plugin-prettier":"~3.2.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.268_1615915706074_0.5870249824147218","host":"s3://npm-registry-packages"}},"3.0.269-dev":{"name":"@azure-tools/deduplication","version":"3.0.269-dev","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.269-dev","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"74b9024427f2fa9ce519c6949ea1d657104f21af","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.269-dev.tgz","fileCount":11,"integrity":"sha512-mbeZ/Yq7thfcLHIjqF3gwBdFJJ/Zv+seatxFJL0cLUHCoBJbVlZXWFf9rHWxtJ+Xld4GI/cafutjn13b3uK8Vg==","signatures":[{"sig":"MEQCICtA2b+NIUiz4CVXHV5se88yyFpznaOdT6or509Q/j1gAiBNryuIObQquuPgRZguRzwYWszJPit2UbeUHGr1Zv4q+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga1oxCRA9TVsSAnZWagAAZogP/iXYx895FskhFElHzttp\nYcUxGCVDjO9QncKD7R0ZzeYuSUwthxgcQsc4g7j1ibrtTJWTI7psLhGmxs+f\n3aiVFFZUEfnAYe36e3xwAuKGJrYIJ5iwVgLws98j9mNVXvr1QccnKWgz9QdR\nzdVjnmSxd7eoZag2Zt6zX4KNPzn8sBqDVwEtKW2cko50hTqBWf3Ic8AaePSL\nkXS/3Lm6F0zZCUQixa4PPi4xQ0KOYOsQW5Q3H6dwqiGp6gJXheZEnCX/KY/T\nXYHkLG2mojs4KC/BTAHdYJ8SfGatUqBzv4otFVNw96sC4+S3LaJvcJzUd9IU\nSAkbKRVWqmf6sGJFImf3VErc3x1720jMXZ9hhQXUHCZ0Rp4mK5uR3caeoUI+\nDr+DyNTjyFzRS9Nyzy/I1gaDcpw+R8tYIE/1HAIMZp/vdX3kGVBBUI5CPKpJ\nkGafVJKFfmlZsR0xnmgKG0NS0o5xVX+O0ORLzpBy/8QHWSPCfzbdrLGPw9f7\n44gwBDC4dkuUoNk3SWVcaiGWVMwgIhgskFfSLnV9oNnFCbQ51bOc9V87YcIc\nXPWnocNU0JVV7U/MXTdLWlGSdS1C4kC+GLExOdnvQMwkiZX5EYXyA68/hKfy\n9bWIN0zFPkM9Fa3Q8aDuBIGK9+hd47aDcKRGyPu5LneZO2T00GXmntssqH8h\nnDek\r\n=lEjF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=10.13.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.12","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.16.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.5.294","@azure-tools/datastore":"4.3.0-dev","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.2.3","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~27.0.0","eslint-plugin-prettier":"~3.2.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.269-dev_1617648177198_0.8048577489671791","host":"s3://npm-registry-packages"}},"3.0.269":{"name":"@azure-tools/deduplication","version":"3.0.269","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.269","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/perks/tree/master/deduplication#readme","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"436c2b06f4661a46a3f54b0d40c88d40ab4f4cc6","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.269.tgz","fileCount":11,"integrity":"sha512-HmDAYsCUk/iyAKM8VDzHsSODf21Z5Pa7Ydl3NfSBWHv6TaeVqlB6JTa70N3XPP0PyH4mH2ZADo5iurkudXj4Cg==","signatures":[{"sig":"MEQCIEO40Q8m16x/RPbNtviKpE8DHI8un2Ect5KRjyo8htrpAiBrWQMx8dUOBr6U+IX1CYPb0xSnDAdccyQF7b1l6/aDjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdIJKCRA9TVsSAnZWagAAuhkQAJAgEbld8LSKGlxezBtA\nOKq3srI6KiCZt4hZbcbZ+R/jbkT5hdQJgN348KnY+u5yN0Ril3N7FRubKDSc\nzsUJkkzKUXjhwJEKeEX1OfGVxgeqq/AnrCBAbHGynA3ZWuFmm8L5uPNxZcoJ\n03nwomi8E1xHTbddnMVX+BcCcCnL9uKpDtVAmpNYXQ1YWm5CJctALzyw8tHq\nx0+ZoncwKp0owoEiuWJC4pp6Fk8iDTBdCINCI+ozRJ+BHTlyo5SohJghWnWH\nenw4wqizU2ZAzDzk6LA8xlHJFZoDrNfvj5VKVWrtiWXCOfZ4Jxfohoya+4vQ\nDOflIKXy8RCpgACezTYXFxxTY8azfTSpO3Bi2iAyjkzd77aU0bsOdiXqnVpi\n2kz/289d4x/lCUJ3XRWUVl1vcdS6CJGbVwtrxhRecFaF2PHbSYNBP6mlEXwP\nmW12RmG++hBohJGnf3LmdEje87T04++9SN7tUdFAQNt4iL6umeq1MeCRUwXR\nTMi3RGpeyk+Ma4l/0Byi1m7DcYu9gPqgVUTxBFbbymzVIKFCqc2cM+p4t5Zy\n+hLPlK/qpy5PgtgNc6t0QITr/0mYbTUy6IW5BzDgTP15BgHpcWh0qyfHLCSl\n228SHfM7cgAEWn+4wWuhewYUioRDaceLvtj6GTelZ0MqAMtx4QEg0eEVIsVD\neL/d\r\n=usJc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=10.13.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.13","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.16.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.5.294","@azure-tools/datastore":"~4.3.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.2.3","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~27.0.0","eslint-plugin-prettier":"~3.2.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.269_1618248266002_0.6310062417432081","host":"s3://npm-registry-packages"}},"3.0.270-dev":{"name":"@azure-tools/deduplication","version":"3.0.270-dev","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.0.270-dev","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"5a54b4a387b94875b4828a473f8b02ff59d7bad2","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.0.270-dev.tgz","fileCount":11,"integrity":"sha512-QiWhDKKPkEaJxuGHHNLW6EQ68yomFBWpcGSLlTm1rK8WK2i4IFZ1YLkxs2tJhjga96gkasF3aYSgciyNfvf6KQ==","signatures":[{"sig":"MEQCIH2Kpvir8UdyHPVU1NrJkGzmj8TciB60JOnzohSHpusNAiBrXou7vmrCaa2R57iitET/kFngK/1K9RjHrGm/ASYd/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg05F1CRA9TVsSAnZWagAAUMwP/3kgmnkauBice7FFKcYq\n0c6V4oPSiT6w00C6lQEWL5S42yCPCukTzFSq3JQb/PYOmo7KJ/aqmxLJpnep\nxg43A74EAbGq1RZXGhb+kKWBFt3gOGRaGdE8INhLKsMQtI9zVLG/zhaOxJiJ\nFI9qdT63ROcqvES+v3t5iKRfWIWnLl+Bc85xXzLSZ6OPz9vXM7A0zqJLURFH\n31xp9uqJQ0oSioezXMRBfwSj3/qq0pEyZyHghZn1VJOruddT5T+pZSL6UP6S\nWMhE3CMAWulDxlD4E/fVAWou4XO5KYLd8fKmWY/nZGl61jE49cv2F1CndfEj\n9Fopy+LK45wGv0Ay44ykFmCYtDBv3RRdTtUuzv+6SroZPQ5izfL6yW9DktuF\nJoSHmsEJpzUvzhZL8ogEhu1a19sYQAp1lTXONQKhPyae10PZHvvYC8cSmdie\nlPDEIen0ZgiuJEnWOjKERKZvdlI1auwwzt2/xNO6Otsv81cqBssjmSk2YcCK\npqwz93OK+GVCGkGMPDM89r30P+q6/8l9JsahAqqiVk99JUuhrU9d8Vy+K/+i\nE56jYndZqq3HU6TR3Jav2bR1PuZn/iC7q7+95fC5BHweinaQZdEsJufZzltP\nQF1LbEuu5YKZQLjSgvdoxzjwhZlbtHgjsBj18m6I8z8IqI63fG2a8LhaboJ7\nPWkb\r\n=DO5K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=10.13.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.13","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.17.0","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.5.294","@azure-tools/datastore":"4.4.0-dev","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.3.4","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.0.270-dev_1624478069215_0.2577829175152859","host":"s3://npm-registry-packages"}},"3.1.0-dev.1":{"name":"@azure-tools/deduplication","version":"3.1.0-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.0-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"b508f775702cb56edd9136e2004dd5be86671f2d","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.0-dev.1.tgz","fileCount":11,"integrity":"sha512-qAaZ+KodJY+/+XsVtMZ2UTTQ/3T0PzL4jSPxd2I7foiiUuBwqXhPJKPYhmf2TCwQxu9igmtvP/uWjuoQWOJt0Q==","signatures":[{"sig":"MEUCIQCnFScn1Dr+ggIXuMbtHB1hxCuvy3GNl6rhUKuQKqaOowIgfYRcidhMr2azHpnUYpzUDMSOKLBdRgEZ/KaCLQSyusk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6H+dCRA9TVsSAnZWagAAKSwQAKOgE4I9ALg9CbMnPQmO\nQsEAjkwsHBDFAI8rPhP7o+jlK6MACcX7QmFmL/Lu/Bxe2d67UG3dl9CoHBVH\nEnBBy26YJyJL7FzKYgBD0MCqKhuQ9CLRjbFu2sAy91TfAeF6TYLiJNr7U5Op\nwqOWazpHYTd9uVdBVBh2E/DjGu1D/1QgZJLrIZw8OYzd6sjRNQH1Sj7e7oCv\n4H/Scrn18UOI0TrGxtMbMxBYhLwXdYCKvg+wFJhYTz/uLvLTxW0oJOxC/mdb\ng08GAuHZP2bgHK5H+AqwRNNAKR/NhnaN0a6BdVVi/u9KIaOl9te43dwUQ0b/\no3n25+K8e5+1GI+xrQoQn3KRJAUIhmCSZi6vTrnV+shLcLubS0aWOjlO2GP4\n339SKXKdQRPO/XZ1zafZTcPCMPQLFstXeYyZcdyw1cIGmbHXHG20IS0IVLfk\npKTbAoM64Zr5EZDx2NFRtkidZTexzDf3va42WkRXv/4ebFXaZ3NCD1ylei/f\nQyMIaYIJrCjwVVTzAiUWHWgWioNyp/0H/IICLWzJ6sjJubyOnYKSWguyMHWc\ncAGNDe31ePum0VvpVtjyOXHT9kEnvw7wg3rAEN0scjBDAV1HpJ1vNai7WT6Q\nEzc9+F5bf5PGF/k1h6fk0W0Ohu3JCdGjhl7dllotM66y6de1zaNAlCujj3R3\nOIMw\r\n=Goax\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.13","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.17.1","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.6.0-dev.1","@azure-tools/datastore":"~4.4.0-dev.4","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.3.4","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.0-dev.1_1625849756665_0.4863619569757991","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@azure-tools/deduplication","version":"3.1.0","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"7c94f5c55440f7ea9f1bed76727107cc71ac5ecd","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.0.tgz","fileCount":11,"integrity":"sha512-x65tIlRVE9mGkQxTy1BjDYFJ0zPglWF/HHTek1SFricljthr7kkA/AAdcSuPFt5BZFdagAuaecLC4QuBB8Y66w==","signatures":[{"sig":"MEYCIQDwgIxLzVtuSFX2/Y1Xg2Iq7x54gwUJOnP6V6LGBFNP+wIhAOZcTWgIocxlo4YpU0Iodg9/Dr3LriuoRHfwniUh63hw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9adwCRA9TVsSAnZWagAAd/YP/1BvXzOUvmTVFmcSCMuE\nmdWX24jjsLGCyRgoL6nYSeo9czZhw80QbAOBLMrNyGAgy4o0DAp2eYI8Weu+\ntyYsoqbgcOADyf+xdJ5ldUywb4wmb8fSF7tdzqIhmTrvGudjuWgYW0Vw95Sq\nTQ9a2asDv12ZzogmtHIjqhiwf7pPEF0JQz7DstUdZjClqDDm+6O1sR7DKpPM\nb/hqpSR8bHY1WCOIrSSbr7ZtmW/gmJfataJJ1Ti7BOOAVk0i4OyKANVdYbWt\naMUakh9bZg/AJ0LYfcbDmaRSAuQjSYGhhuQx6ry3g7ugQC2/1MrqJoKg3Xph\nMDM7S9KQGoa6mYDTBcwX8D60LBafilmpCpf+BI2ZMReXSb84j5t2oDFCvkva\niaCt6ZfR8N+NDPMjNwAO8pcoL2+1j0NZvECl28lr0tYVQK1srRV7Jzuk6M5k\niyM7hHL+75P1ZN15dHii2SO1IDi55NWbvkuNVAtUqqPQYDXqzIUg6oTiX8PA\npCde5l2uvxUAR2Y9pOSzsB/H26iDDghQEsh9T+TEh3xaTb08LkqbIfe4AdJ9\nvOlZC5Dx3WG7xJzdwmA39kD6ImBcUJuw1J8bjAUGF/serRSMaKQJMQ4KzXDX\nF8RYdaHezWcBxfEtIs8t4oLr1x8Rl/USeZYE/DKbrPZzKUvZhFgysXtCVTOH\nqoRb\r\n=j7ge\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.13","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.17.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.6.0","@azure-tools/datastore":"~4.4.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.3.4","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.0_1626711920653_0.7030471663593334","host":"s3://npm-registry-packages"}},"3.1.1-dev":{"name":"@azure-tools/deduplication","version":"3.1.1-dev","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.1-dev","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"e8dc18ca5bd25bb7a54b81bec8fed644acbe6d7c","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.1-dev.tgz","fileCount":11,"integrity":"sha512-3tnR7X0d+CJnk8inNrFrpOiknJOw24PKJeYVmgQ5jv3Y2ODOALSVaSAFK8Xwouz65qHJizG1xFu5wbbHUARJOw==","signatures":[{"sig":"MEUCIC05UEC5y4O9GiqsYjsvAiEOTElDp59kddSOwRO3zDY+AiEAmvhwfJd+DXiNhiDHZJQVi5gkoecaofUVir150DSDon4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/uzyCRA9TVsSAnZWagAANk8P/Rdrq4YHrQ79+Adq9FLM\n+A5cezjgC5cdUyZuLsH3CkyB9rzyxqryhFaUSORWzHk7kn4hd1Nr/pPW9Jux\n4kOi5DwidL0KH19eUX1dzKIunWk1SzVv4RYdsmiOx0vFnikTSCZ6vJ7Ngjmi\nGwGnztA+t69n6bzfTE22OBUM80wCss6STQixlzyDfbdeUS2vTgt0nWnfStAo\nplAPQMtsRqGh8W3gNTnyJYSSxZI4XAELF8TfUTl7VWLCxbflY/i217QH87O7\nEjUMTqHVvJ2mwOvUZlRrLSJtQqBBNYjPKyJOSXKa11UllIyM5+nHWNf5m3VC\nvS10OULoPZ/jrEcLWDuwoVQPa76sbbYu9+DWQQ6RNmDCjUozii7n63L9fgXO\nocct02IXakRA+lBunT8NR9P6XMM7TCuH22lUk2RLpJT9x+cKrHwdIIQwKV7l\njiJMXvlE3sjA8xGx5cadOItmLazYEspNLUiJedNbt3CoCZKUrPxFaBgrRw5l\nVSPJkoxkboDV7K61zSbwBSUXqLDn6dgugYj2bF50D55prBUnConSHrhzYe3H\nWkgMiT6hKgojVFZbk7RM68FtjfhuSUIpqOXpt/4msJjLT2clsJNo9Mj6x0GL\n1jxBX98qdnccJVMxLkN3iLv5ZyncuXKsWyzzOoZ4mMXgpFUAr4oLa294736P\nRYV2\r\n=DQWF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.13","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.17.3","dependencies":{"compare-versions":"^3.4.0","@azure-tools/linq":"~3.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.6.0","@azure-tools/datastore":"4.5.0-dev","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.3.4","@types/jest":"^26.0.20","@types/node":"~14.14.20","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.1-dev_1627319538499_0.9315254665532293","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@azure-tools/deduplication","version":"3.1.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"4ced8b6cacb6fe96a6f29afd9c5638451fd62707","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.1.tgz","fileCount":11,"integrity":"sha512-Z5mdDBPkZasnSoRdnDnSR3pGZ6R8NcZjD7kNSLIpg48H9Zfo0HVGOF+ls/ix0qGHkEArf69d2V4CiMaaJV+82A==","signatures":[{"sig":"MEUCIEQA0hwfZBYa2GH9Oo96FWdZo5gNTo0w06XMccOwNLG8AiEA1x5kP6NIah0fnBR9mFLjx3+mFLwS2cJ1dB2MCs7XTrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhORLkCRA9TVsSAnZWagAAdX4P/36XOR1PDSGIquyeYXRH\nRbt7pjWt1ya9yC3txcGjiOSMt3shwIxu2wcNfk1oqF1CuUi1LvycoNXNIM3k\ne2gwdkpYmqNTMsRJm8oHxfhSSwH6pXgSwG5UKx2nWITRPB167r3SfCltZIGG\nl76PZnaRw03cGqR87LIuOUqPnlVMCwk8ued31ZNaMC9Px320zb88wR0X1tP5\nZ1Cq0vFw1KDIjQ3CgCw7NJwUuhUkVOaFwlSUG6H/TRtzoCNOXNgSbZi1ifYg\n3ckYe9/GHWR74AMIGzgSIQj4uBNpZlgehcyDOGxmMe2Jhmj0GPf4RlMny7ii\n8tNvCpXADO4v3DQtrMVaXcOZdQACBEfsO3FmkGdbL4n50AupujqRqeK3dWz1\ntFYm+7CMBhkWkldtCWj0mn1kZ/48OCV//TlIkGBMX8X4xZOB/LTTbT8nz8f9\npRHXajVm3abM/IBH72FcpY+qCDVEP2Fhx7j9pI0zOGCJbnUVaI0FGa1/MWZs\nlfjDh30FWsLaLCDw4fPesJtwKP6Ip08EuniLg53N8p1A5J9dOX5iq6g0HrTo\nKWg6l7Y08skHBgKDbLGjN395nUanHEtm0MiMuNcANGMpuMc3PBGUbXYYpiaj\nPnTNOgn10i6dNp63a9RoM8CMXBU2kF7HfGD1BAgASHc7+Z+40ntPUhvDma3z\n9rY9\r\n=Bf9Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.17.6","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.7.0","@azure-tools/datastore":"~4.5.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.1_1631130339862_0.7726325376042513","host":"s3://npm-registry-packages"}},"3.1.2-dev":{"name":"@azure-tools/deduplication","version":"3.1.2-dev","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.2-dev","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"c70c0d71156baf4b6c57dd9ecb69d48b01ddfd38","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.2-dev.tgz","fileCount":11,"integrity":"sha512-HtsdIB/ETnH5LjXa9WWc1Q5HNelu4dB4aSAItf/tv7XkHwCZNOCaMPW5cJLlm5acNO4tRm4N5A806hX4CO7vPQ==","signatures":[{"sig":"MEUCIQDKs0/NuOoNs9FF4fOwpenYdvutTwZzTmX8WCE2qMXm9gIgfSoWM2uCEPwiv44QmT3vDsFhVwggu1f/T+s2gbG3+X0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103660},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.18.0","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"2.8.0-dev","@azure-tools/datastore":"4.6.0-dev","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.2-dev_1633458575047_0.5975192536194396","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@azure-tools/deduplication","version":"3.1.2","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"e5b1256b0af531791f64d42617e3f71d063a9d30","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.2.tgz","fileCount":11,"integrity":"sha512-08wI4n3UKoGeguSb2b2BIPU7tE/+xpdAE4xybm2UowFKWP8vSGXLZ5KYWLLV+aVtbbH1c0OOqjT5nE3gpmXs7g==","signatures":[{"sig":"MEYCIQCzEYs2tL9yP3fdjk9jc1gP3CkasRxC/kY8l+SpvC0FugIhAMSW17TwqfiguoleOvtc+Q+0q+2z/VwUEBXiY4E7skBM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104154},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.18.0","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.8.0","@azure-tools/datastore":"~4.5.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.2_1634315827648_0.3061057684561168","host":"s3://npm-registry-packages"}},"3.1.3-dev":{"name":"@azure-tools/deduplication","version":"3.1.3-dev","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.3-dev","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"d8d2a512755580ad8b5fd369a6a31b3c89082b16","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.3-dev.tgz","fileCount":11,"integrity":"sha512-GhCLvEQSmp74qXXeQhxFs/28mYWjpFPbZmb3zAODpvN+dhVpp4sqlaJwxnKKSfdjqGdZfDkX2xTxa3yw+jqipw==","signatures":[{"sig":"MEQCICpu15bt2AwZGvrvi05fyqMDENOt65fGWJwFLU7hQGxmAiBS0ShIjiP+EFZdvhixo5+MjZ9swiU+PoCcwoLh6pm4eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104164},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.18.0","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"2.9.0-dev","@azure-tools/datastore":"4.6.0-dev","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.3-dev_1634318545722_0.5728148722394233","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@azure-tools/deduplication","version":"3.1.3","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"8a51c7998dd23dc69ff1af1131cbb57ee1bdfc88","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.3.tgz","fileCount":11,"integrity":"sha512-O3u51k+om2Sk3HZGh1SAu4b0ShrbWtSdQiqO+Eq7IJ9VqjWyavqM6dr3QuRnvWLLxUcBnbfaLeuZ+7rm6MXonw==","signatures":[{"sig":"MEYCIQDbWxTqxDOw5Y7QZPX2Qw6usA7YZkj0DeWzgb/UDZoRwwIhAIZrfnli5CTvMUFGPqeKWGExiChp5JJGJcR+NHXwwncy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk+mlCRA9TVsSAnZWagAAJ2EP/28GpvPdx93JbGNEBRQZ\nuTjDyjtjPg1+Po6IXbV0qzisGvEgKg7eNOR8uwONCRNBYM/ElVM9sV9/D105\nKahr0rN8k3EE6pdMBd4BFKLEyxw3h7f531juw/RMWzj+IW/fPGML8NXUyEoA\nl/+5GDfgpRqotokpmGpsV+y+qZRRC/4lSR3RxCQ/ij+tacqEhVohhN/NWlVw\nLHVL+fsDH9CjiwDvq2vvK57ii3nW2DIiWVdnKG+3lVfKlNR75DTHCg3NLAtR\nH+pmePDz8AMcg4cHiP4MlGGVR07urkk3b19jmBi+AVQT0J9A7aoBppRvv/dM\nKDVhBoMLvg9rOCUDvCVFlu6GNkU+wqzZAaECiDZl/1+lx9w3VolUBWJT1d8y\nKLE88dKzEvNisOCCq93M3+2cWr37pyU1aGLDXNo+OlUA4P//4OqAoaxgI4PF\n8UtzsArQinG3b5q+53su8gH1szn279j0kzYnjaROrpbZphdbgv2H6HmWcc9C\nYDsGoqIaOVNmfcxwcPprn3csUiiBFDrLHRL88W6KzdYRhKmdscDY3xL71J50\nj1fnX8j4/g7xNkWvFkNh7L5Ncx2YogIHiaTo5Dy2lnl/RDq7PDQMbiJekefv\nsoZeLSROdu2007v5q5ujRYmpXKOy3GJ498I7mWegkiTTf4r+1Z5wa8vhoNVG\nnbie\r\n=clA3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.0","@azure-tools/datastore":"~4.6.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.3_1637083557405_0.4738665229548411","host":"s3://npm-registry-packages"}},"3.1.4-dev.1":{"name":"@azure-tools/deduplication","version":"3.1.4-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.4-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"5516ae2cdd14c0b55ccc3562408a27873ae9be23","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.4-dev.1.tgz","fileCount":11,"integrity":"sha512-Ai0dT/WTQK/6IbiYOL3Md84Gek0bXwZqGMzCVTkInw61KkhwcDiT18beyKqp3DZvcDpzz8mvHYyA2+w6QuXe/A==","signatures":[{"sig":"MEUCIQCfwGWyh9uAdNNg6bcBHBsqD9/SivVEjBDn2eMwC029CQIgbOtB32EBFUuE49H/B3SKgfhhJV3POVrMmlm8gbWix44=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1xNDCRA9TVsSAnZWagAAasEP/RNBwuG0Hr7P1OvxGxYp\nYZ/wcVFu3+CPQ+T9GUXF8jnlTe0Y5BFuIx3Zzlqw8xgM4o2fn0COmRGSsDKj\nDKXgLMFonwPXCJQM26rQB0pREI746UUSabVeTpmatLPrtesfJcCQDxV1PL8/\nXHoLRxG0LdBWEeA4yMa7QfZgDYiJ/ncuR4yvpDGTFhKd63XeOGFW//Fmr5SG\nYpdI5NAmH4adEb4XFSLJ9NiVZy5f3GS75W8VDWOtNE7CCKxQRl87mQfvwRNO\nEjn+iBxZoxQACQCZX+sjsOqBXHATgpM5FZ6d/nLGJFk0ilKJ0ILk3W7gVD5F\nc9+4RjF6LVstK28djcOFdPDwmcvpxzM14HUgwZl5LfmuaMHHrhdL01eb5LfN\nfGsyJV6ak3JLzIFPJ0UeEfciH52a35HIckCOmOT6ukloKGeVhTXzgOBdX2OK\n94tk+8hyo37IxQXE5iEx4ptYWWx0ygGPI8cf8DRax4BlecdMIbZkYMJx1NNa\nLJIKKyDizPfFm8vqGoWvFnKNToRfenlafyRwAjomsJT36On5LTNgyHGkbPVE\nMmB/ywL8HBGcclzbhP2Uy8lkJjQUQve8tRpAYNnasScFkBI1DBNryja9cfxc\ng1LvZRfwQg9fkQRumaUN0QGtC2YUMVeKlpI3JghSvLmkFcXddhzw9LaigLhG\ncZuP\r\n=eMgw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.18.2","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.0","@azure-tools/datastore":"~4.6.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.4-dev.1_1641485123157_0.8455737167031745","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@azure-tools/deduplication","version":"3.1.4","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/perks/issues"},"dist":{"shasum":"ebd788afe7dba198a74e118d342c04e4cf7cee82","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.4.tgz","fileCount":11,"integrity":"sha512-S3pYiKnXHeYUPSOh7CnigM8SLia1kxlkxoFRh3u79EQpIR/1NVJVeQK/bB/aDeXu1t9Ba/1P5+2WCTnHfpIYpw==","signatures":[{"sig":"MEQCIH28E8gENe1aNduKi1FWdEEPMVj7q/NUbARyBhQc75A9AiAdtgGoaA0x1NcLaO8zFh4CQIQFKSaVMf2yMepwSemG+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4G8OCRA9TVsSAnZWagAAEaMP/0SM+C4AcO3jRj3Cu93n\nG3KTvlfXt/dxmMR+TUh3atwoPzvB17hxEwdzljVB/9eF2vHm582dkpCryLVs\n0B/fPgFjcmINYbo/52hL44MfRmkKY1RubJJXVzKlfoXh3p7+SvKW+YU159CP\n/wTj1TFqQXoJhfMOSnvFSPCQtMmiccjJvb3vGM2Gft+x5ji6ANo/BP2dHVqi\nuapVjea24Y9DPWXz4yxhsvsD0gKPIYcMMuqkMrtNQu7DpAkNNJVfA/UG5AEj\n3PaLSRZYfdk5/+F8kSZa9TK2YuuxawcUHZweV6Zrp4TfQwnX8NoFN1mzKZb+\nFi9dwYrhKNL5s5KwkJtmzdjpbxivU6LSIK8RmvWKNlhxet0xusud4+l1Gila\njlmM7jcWLmwVdgCU01iDSdBvLIETpusudHh2RMJuByTeq5gjcO7wr/qjUqYo\njMCDnIwJW0KnE/RRZ+2deXe/DqrNmpVHkkp9LXWpR6d9Cb2n3HkiTs52J+L1\n44igxsle8yzmielE8pstDNdSzVmLBil+zagB9x29PJqS2K4NWGqi0CSJRVCi\nG8DrX49xL2phNpahsmcKgHCJsSVqUr1+kg80FrYMNPLeIvojX3wn5TnQgL0R\nMSbIYA40tuZyhg6MyMS0bpXo9QTZjeWrLYodk0G5wouXWmn6rI/E9To03C5I\n98vu\r\n=k/qn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p ./tsconfig.build.json","clean":"rimraf ./dist","watch":"tsc -p ./tsconfig.build.json --watch","prepare":"npm run build","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"repository":{"url":"git+https://github.com/Azure/perks.git","type":"git"},"_npmVersion":"6.14.15","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.18.3","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.0","@azure-tools/datastore":"~4.6.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.4","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.4.2","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.4_1642098446156_0.5379635120261665","host":"s3://npm-registry-packages"}},"3.1.5-dev":{"name":"@azure-tools/deduplication","version":"3.1.5-dev","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.5-dev","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"2ca63b468341a30767337db3ae135eeadc73d036","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.5-dev.tgz","fileCount":10,"integrity":"sha512-67S666qVzJaI67Owc7zcvlEDAMg6/evDuI5YhMWI/oPgpDGUTbODN3K1rKo0ihZ9ET92A6yfxs/caP34Kw9RbA==","signatures":[{"sig":"MEUCIQDWgWEovAX4/1KVxyxpzbQcDM6RHkNViPgUKwgMnhPI3QIgQQ8DqZvefhuoHutFixMikqocTjBgR36hDdy9GL8maAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVukPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwGBAAkLYfT8io7T7zcKrLVmp3SfiRaCcfp9X4yB2hPP8+hyWpAWuC\r\n2RmjYx3Vc2dkrv2J6yEuqcPZugKIDvMdWnbF5pCQhD1IVVVYkVGEcaI7Ffvj\r\nF/KunYIHpb1oPvRTQewtTRGj9Gx+FyI2WGFsEB/ZtKit+sHsaRBoSsf66/cp\r\nEqaqme6vaO1LT6cX3r+cNdWgaWxIKBNfRVJ3JaZQ7vJcUkN0IiOyAYEU+2KC\r\nzMa4n4LespvdW8EYxImMBCU7GMF3cSggr5RJlICWrxTI2WocrFyxbMjLSa+U\r\nFotdR1TxQkLJgDq2rf0zynSSAU98Y2jn/LoYkYiciaEiAz3YB+QIgxm/5+wY\r\njNDKXtImAVogHzRTDe2la1PL+1gCVewSlocYmZvmM37SYiYXqXzWt/3xF8OW\r\ni1mAoSa/fGr6Qjhad1//ESVzHhHoPULAdPpvAQpHaRsTBZDsLH/0oSl3yJLb\r\nYiPB980maPSaQR4swNdmdT0bYn4d0GjURPxbgqItqKHf60yfr4mD6MojlfTK\r\nlCNpnMbqI8RHOOo2P0wx99DNFsTC1WRCXS2+iRpHawhJRUlKjJfHYHNuzLK0\r\nsPBdwrhfkE6acbMLe6I/eex+BEhPLTN3alBAEQfzUg2vHHFnsG97ozVtrHc5\r\nYdTvXMus1szGUQ+KDjOEQs7aPDOHPV7zA9s=\r\n=rSLl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.1.5-dev.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.16","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.19.1","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.1","@azure-tools/datastore":"4.7.0-dev","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.0.0-alpha.7","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"~4.6.3","@types/jest":"^26.0.20","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~24.3.2","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.24.2","eslint-plugin-unicorn":"~33.0.1","eslint-plugin-prettier":"~3.4.0","@typescript-eslint/parser":"^4.12.0","@typescript-eslint/eslint-plugin":"^4.12.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.5-dev_1649862927440_0.6966081599189107","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@azure-tools/deduplication","version":"3.1.5","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"fcb5299ec09467d3585bac0c22bd844759d6c848","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.5.tgz","fileCount":10,"integrity":"sha512-7kF/o3CBbzvq1gLmLxYjAxhzzxrh4zcLxaZ3X4suiTDtGe1iBOD3d4pv1m1I3Q6IBSL2gBIe7Jiz1hNF2TKD4Q==","signatures":[{"sig":"MEUCIAhZJnTo381C809Y+KHHAtzk3CWwvifWFAShTKadmXWVAiEAtgrCUlqUq8lZPlqTDuuq67KC0NXOc8X7/ZZiXZK4Js0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1tv+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3EhAAm+BWzVF2tIMWjsH3YimnIIjMisqEk603fEe6vp10tVF6NOYb\r\nr0QqjgY8zRfrJQG9N5bdtJye2Der2BDoBk9t1AbkgqFxLopB8Azs8p+sFiWk\r\nLTylCt03VTh1SCmzUgMMIUlONdw38Forr0L0WXEoUSwpOX+eVR7uJGHoOddl\r\nOQZXlT5tWY2tLI9rNHVBVoHbzylNZFfczjpvfkhbcvDdaNiGJjzfddKyZlFH\r\nbeRxDRi2rFV+m9s7LvQBjaxkoCmwsbC7UUeIpKlSbOwc9WPnzu8rzPrFaEB4\r\n++OybvtPVa+n8QC3pZMaXeex2Gov4NvtD8Dvt94k471wxR5WfsgM4B/6vGJO\r\nmRCX4otL8UCuYhHopqisPNEuFtlJ/rCxMcqtuaO4VDOLpLHKnJ5SzBXJz9Th\r\noL7jXZyySxdpNvyRDTVn6GsYkK2lvxiITVG0lNxSAuN+xJay8g1v7cGGPGXS\r\nXUyuOs7KunofcdPKflU9ZcsEMP0/SD8UsRSMTUzex10S/lPhb0adA27w81NM\r\noLi2U5YDscgnsx+gBrHoJvoa0MvLsU1BfaMxYvWThztWMWmG02Bx8BXvgueN\r\n6Zan99jPhZblC+PxUAtjOASD8/0ohTJS1oMw+PY6GXbXBGTQzEagyaiXSdOV\r\nKB9s3TxWT5zQHCqiZ75sbnEYBE+o98fyhBE=\r\n=GRNB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.1.5.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.17","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.1","@azure-tools/datastore":"~4.7.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","eslint":"^8.16.0","rimraf":"^3.0.2","typescript":"~4.7.2","@types/jest":"^28.1.0","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~26.4.6","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.26.0","eslint-plugin-unicorn":"~42.0.0","eslint-plugin-prettier":"~4.0.0","@typescript-eslint/parser":"^5.27.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.5_1658248190156_0.3606474411654672","host":"s3://npm-registry-packages"}},"3.1.6-dev.1":{"name":"@azure-tools/deduplication","version":"3.1.6-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.6-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"4e1eaba6e38c7d5a9d4e2c088bcb03550bebd46f","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.6-dev.1.tgz","fileCount":10,"integrity":"sha512-viXTdGozDKlmicW0bJMTP59b8IXAa8RtzmgPzmlYpyf3texOA4jCAB/Rq1UMZgoQBtwV1g+NV3Q+h6YS5hJDUg==","signatures":[{"sig":"MEQCIGLpPOUyHjCWSALxtGTCHqXZiGPTJmOezGos+vuNogM+AiATkt2mHYZmL95bumkjzGEKofSNPuQ3YuhwyapcB5M4NA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":101140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeBo2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnhA//VWeRlZc9yMCTnNAMd5JuPw6tsRmpdwDgZgvE6QDloq31yUf6\r\nE5cHtCLsdByGVl4h5LHxSfmcFRm3yP2RVZIhIcHcn05y5CmGIWvL+4SNahCw\r\nKqGcedLzKeHzA2n/stNduuUh7h8NGR8Z/7xUrxHgX1IFH9eGWP/PVA1j97ce\r\nX33MAR+5x90198SOvE5p6ZIJX4Y4iAhqDwFIB8dVT+VLJJntwDll8Ir8ZSRh\r\nSXBrS9iTb78XY5QbfRBOaG8/TDtLtMO2CEriYSbrag1DnOzHG2SBWnXkQ0qC\r\n6lph55eNmMtDNMhzknIzfMyZMBNzcZFTIkU6Z1M1LP0nc7mMf1kWiQSZsJPT\r\ns5bzh0/y4qfF8JGooUeZlm+z1sLr6aG+AocWTr4+Gr1LmiaOUrrtQXFJefO4\r\nxoF6qOWLDIhGgsDCXNJywCqLpzbcWe2dztBp3zic2Z91QG2kbKk/Ryu6fBxE\r\n0lxDaGqnlHHS9Ur/WPx3xBOAuLXJoWysSmXp+krZpfliQZZp0Vn0zYRgDG0W\r\noq8v7jp7EA71S+BfGWf6gKsD3gBKP0IGwMeHEIGgCEheQPMgYPGALEgM6BYU\r\nAFddOpgV/4AhSdtGlCnQiYEHopwR6vV2UPcgsHPBfVrmeGzHYc5081Bgpt7G\r\nUMumf8i1W6SIqZl1BBYYTfiV+JT7GLBiDrU=\r\n=pEs6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.1.6-dev.1.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.17","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.20.1","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.2-dev.1","@azure-tools/datastore":"~4.7.1-dev.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^3.0.2","typescript":"~4.9.3","@types/jest":"^29.2.3","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.1.5","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.26.0","eslint-plugin-unicorn":"~44.0.2","eslint-plugin-prettier":"~4.2.1","@typescript-eslint/parser":"^5.27.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.6-dev.1_1668815414035_0.6430699277074363","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@azure-tools/deduplication","version":"3.1.6","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.1.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"73ab791c65451aec113e6e3164edbf2332d93de0","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.1.6.tgz","fileCount":10,"integrity":"sha512-FZnMhWaxM+0KX8pAdxN+jztF9k9PWIqnQ4MWaWRYSYy6dOovkXawcdEDZjqRcozlfmn0GfFOIuT4VV5Yl+aQSQ==","signatures":[{"sig":"MEQCIEDJ/yQqsU9r+OGNW2Df/Erlx7Dx6sM4FyYNp2QKfeXnAiB7Tuuak0JnHJuA2h8PVRhWDOt+sIrCfSTA3HYe3Xkykg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtabMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotGw//ZKm4AlaUbvINl/a1Eke9mS2r3Jdk7o5abb4d8nEPunvV1RaE\r\nANi/sOnY/Q7nACl5OvLSsmTihTR30Bu9h6LeiAuTCtk9lEacolR9UxC1DEWI\r\nvP+XkXvTI5ClwXJJF8CaiHNCgPu0c0JJ1Pisy1mnAEXtaZCiKBTdWB/Rrn0P\r\n+vdP/CME52t5NJ4PgcUJHHbCxNsmNpxp9fCwMe+ippMU18x2waQkEUPCybtg\r\nr539OX1izw1h9/KErK6DwE6B8T3vMqsE0UinCt0hCKD+LBCeI0Cxu2bGTIEy\r\nnCemyy+PpiId2AJyLxdmdm9B2KRX+M0xVaV5N4FiXqLk++N1emlri0Q/c6dx\r\nZI8AbSsMptwT5vToAzuJJh1lWDg7LsPM6kZBxrN90u995GnDMus0WEtRS9p8\r\njOJTHi5NRMy01GPdhTfRxWpKXu1cejhy8fUoHsF5Alf5avfJ+VYlYD1hXSMN\r\n6xC4mjBuLhbGz/14m7KgRPBzGWHYbZl7DcySJvMLZG/MTBxlnkVB3eKh9P3X\r\nUdSYn2h1AQoxxEzJMmxFHd3BWFw3BnWGvEsjWAJD6G4XLwOze759YPj12kCZ\r\nC0uRXZ8XhilxyG4T74Q3Aqll5QIdsk7b0ctTsx0OelzFFE9pb5AMaMmb9EXG\r\nO7VcuGz9qcD/cgw6DhBhLBc2eDFlSRHhSr8=\r\n=FMfK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.1.6.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"14.21.1","dependencies":{"lodash":"~4.17.20","compare-versions":"^3.4.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.9.2","@azure-tools/datastore":"~4.7.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^3.0.2","typescript":"~4.9.3","@types/jest":"^29.2.3","@types/node":"~14.14.20","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.1.5","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.26.0","eslint-plugin-unicorn":"~44.0.2","eslint-plugin-prettier":"~4.2.1","@typescript-eslint/parser":"^5.27.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.1.6_1672849100675_0.8959817729687596","host":"s3://npm-registry-packages"}},"3.2.0-dev.1":{"name":"@azure-tools/deduplication","version":"3.2.0-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.0-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"057bd961bc20f1e572c9a83d1d1e5c49465ab771","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.0-dev.1.tgz","fileCount":10,"integrity":"sha512-rc8X3B6a+FQo6Cilv33p2ohgIsAR7IXG9PhVO3zDOvOsif/tykGeB7WQEOfT6EkNVuMxRpXkKL6X6kGfBrg1ZQ==","signatures":[{"sig":"MEQCICpBD/0nupORjzvzGzOIa4fvOj5Cqw94smN5jKKluOCwAiAVZSl4aWpldf9De73MQl0/9nrPf7EuJx7Hf7TF+GBItg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113307},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.0-dev.1.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"18.18.2","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.0-dev.1","@azure-tools/datastore":"~4.8.0-dev.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^5.0.5","typescript":"~5.2.2","@types/jest":"^29.2.3","@types/node":"~20.9.0","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.6.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.29.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.0.1","@typescript-eslint/parser":"^6.11.0","@typescript-eslint/eslint-plugin":"^6.11.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.0-dev.1_1700107444847_0.8563262927022373","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@azure-tools/deduplication","version":"3.2.0","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"8365ef4dece361a0a57256d8e1ce7f75b6da4105","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.0.tgz","fileCount":10,"integrity":"sha512-lPy7WYRFTQWv4Sm3fxmHtiiqer2CDLPs24X5YOKsKIWGnZTs87Pc23yVFXebUydY0KAxNQlWj6AHw0bTt9WZjw==","signatures":[{"sig":"MEQCIGM88swHlGFLPPvNKBk+7as8sOXf+DKh4FIOnXnz6gj0AiADXOPJAnWTNCqr/A82pElMeWs1+2p1XHSU3K9sh1B9pQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113831},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.0.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"18.18.2","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.0","@azure-tools/datastore":"~4.8.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^5.0.5","typescript":"~5.2.2","@types/jest":"^29.2.3","@types/node":"~20.9.0","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.6.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.29.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.0.1","@typescript-eslint/parser":"^6.11.0","@typescript-eslint/eslint-plugin":"^6.11.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.0_1700153977253_0.5663240391707169","host":"s3://npm-registry-packages"}},"3.2.1-dev.1":{"name":"@azure-tools/deduplication","version":"3.2.1-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.1-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"d3c63095091b2b0dba604572a7d0069b1a1037c1","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.1-dev.1.tgz","fileCount":10,"integrity":"sha512-pkqvS6whx8p1TcYe/mR+1rA2siLNINkW0C8pD1+SF3ZsAUNcan5wdM3BGIWNGTZV9ynGXKqqgOlVF+6+sPLRbQ==","signatures":[{"sig":"MEYCIQCzfM2RlM0r6BQzTZXQebzEKPfDSjuUQNwJlNJAO+BvSQIhAMo9Pd28f3OV1r9SjA43WMhjuZgm+/bkG6r9bhuv52le","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113974},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.1-dev.1.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"18.19.1","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.0","@azure-tools/datastore":"~4.8.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^5.0.5","typescript":"~5.2.2","@types/jest":"^29.2.3","@types/node":"~20.9.0","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.6.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.29.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.0.1","@typescript-eslint/parser":"^6.11.0","@typescript-eslint/eslint-plugin":"^6.11.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.1-dev.1_1709144088775_0.3983406667286715","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@azure-tools/deduplication","version":"3.2.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"330b8b1f85883e83b72870d524a6389e34e121b4","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.1.tgz","fileCount":10,"integrity":"sha512-7bkHAlKjjJZHtDpsQsxzy0oNtkt+UreziOiXBEi6Sptb+DSYqg9su2XggIKRcU/ajnMhip9nStD0E8FmUk7zAA==","signatures":[{"sig":"MEYCIQCkjPn9haUCoEkvNAcuk7IaFf7r66TEHG91ihrKAt2FkQIhAPquPqI4t2cshyRdqltdg18v3m3WqCIBYleRCHrBeFKq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114246},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.1.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"18.19.1","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.0","@azure-tools/datastore":"~4.8.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^5.0.5","typescript":"~5.2.2","@types/jest":"^29.2.3","@types/node":"~20.9.0","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.6.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.29.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.0.1","@typescript-eslint/parser":"^6.11.0","@typescript-eslint/eslint-plugin":"^6.11.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.1_1709147405477_0.3288257641575958","host":"s3://npm-registry-packages"}},"3.2.2":{"name":"@azure-tools/deduplication","version":"3.2.2","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"a3fec4db5515ff5cd21bb673dc5ac2a99461cca2","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.2.tgz","fileCount":10,"integrity":"sha512-JVKP05an1G1DahWLoG5Eu5O0IwbJdgB/2c8w97dhJkJFZz/yZ4Tuu+0cQYwS9K+yk1Qy77u6O89lMPT6njneCg==","signatures":[{"sig":"MEUCIFFCLLA+cqwk0MKBPk6yy+eKrSNf7hCgcDEXPMBggFb7AiEAt2b6Fi2MIUGdsX+6KrfL2hw8WxLf/rmHqYamFerR6dY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":115619},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.2.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"18.20.7","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.0","@azure-tools/datastore":"~4.8.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^5.0.5","typescript":"~5.2.2","@types/jest":"^29.2.3","@types/node":"~20.9.0","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.6.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.29.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.0.1","@typescript-eslint/parser":"^6.11.0","@typescript-eslint/eslint-plugin":"^6.11.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.2_1741974118404_0.7805652060016277","host":"s3://npm-registry-packages-npm-production"}},"3.2.3":{"name":"@azure-tools/deduplication","version":"3.2.3","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"e250e370c3c1d22976dcfd46426183d34a625b48","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.3.tgz","fileCount":10,"integrity":"sha512-x+1me0OYvQh929j/e1c1tYLaEotA0VVYsNgYX6LF+ywPbCIQwWgblYec+jKqnzZmTUCEbGD5TuPgAKHFEzq85A==","signatures":[{"sig":"MEUCIQD5sEYjS/AiXl3d1taNtWOg6QnUiAMfpxCOniym+Y0ccAIgfB2lwoYvu5htZJWbpGsPphfb6gVZg+P6Ye79QvMhSFg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":115964},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.3.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"18.20.8","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.0","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.0","@azure-tools/datastore":"~4.8.0","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^5.0.5","typescript":"~5.2.2","@types/jest":"^29.2.3","@types/node":"~20.9.0","@types/lodash":"~4.14.168","eslint-plugin-jest":"~27.6.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.29.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.0.1","@typescript-eslint/parser":"^6.11.0","@typescript-eslint/eslint-plugin":"^6.11.0"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.3_1747160668332_0.8563281483669183","host":"s3://npm-registry-packages-npm-production"}},"3.2.4-dev.1":{"name":"@azure-tools/deduplication","version":"3.2.4-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.4-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"f0949b5f34899f01f00089e932478a3f4a793cf3","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.4-dev.1.tgz","fileCount":11,"integrity":"sha512-g/+RjEDQqm0L8PYRsncKrFlw5Kx+nLg7fdypILJEA9X0YYTqtSt2jqnfW4k12AF/y6UCJ4TRqsrd1ujpQNwdHQ==","signatures":[{"sig":"MEUCIQCuMy4HW40MoZ754awDVROmjIrvzHQZw/8K6fV5+ivHEgIgKypVJi7+kWaiD47bwLkeqqA1wb7UZTa6cO78HdN+Tps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":116189},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.4-dev.1.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"22.14.0","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.1","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.1-dev.1","@azure-tools/datastore":"~4.8.1-dev.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^6.0.1","typescript":"~5.8.3","@types/jest":"^29.5.14","@types/node":"~22.15.19","@types/lodash":"~4.17.16","eslint-plugin-jest":"~28.11.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.31.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.4.0","@typescript-eslint/parser":"^8.32.1","@typescript-eslint/eslint-plugin":"^8.32.1"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.4-dev.1_1747750615710_0.34117248459909244","host":"s3://npm-registry-packages-npm-production"}},"3.2.4":{"name":"@azure-tools/deduplication","version":"3.2.4","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"eff250c5b4622b80445bca07848c967654f9ebe6","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.4.tgz","fileCount":11,"integrity":"sha512-mhQpGlI8pfe4Yz8jnaittfTrVU4IAIjYay+sfjZrmBpVRYUgIhO65BpYeAE6dzOl9fWoKjKlPA55RxKDx3lDZQ==","signatures":[{"sig":"MEQCICMRs+5mUCVyPym+zgMcTgtQLsNa97dQkt8+G8Ig+pXYAiBlxCsq7UnM1lGFOs5x+45HPuT/5anjd5HrZNLUjxDtcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":114025},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.4.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"22.14.0","dependencies":{"lodash":"~4.17.20","compare-versions":"^6.1.1","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.1","@azure-tools/datastore":"~4.8.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^6.0.1","typescript":"~5.8.3","@types/jest":"^29.5.14","@types/node":"~22.15.19","@types/lodash":"~4.17.16","eslint-plugin-jest":"~28.11.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.31.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.4.0","@typescript-eslint/parser":"^8.32.1","@typescript-eslint/eslint-plugin":"^8.32.1"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.4_1747771255315_0.04552493861910145","host":"s3://npm-registry-packages-npm-production"}},"3.2.5-dev.1":{"name":"@azure-tools/deduplication","version":"3.2.5-dev.1","keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","_id":"@azure-tools/deduplication@3.2.5-dev.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","bugs":{"url":"https://github.com/Azure/autorest/issues"},"dist":{"shasum":"1a9349808182c389d05fd4a9043c959f04f8a55d","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.5-dev.1.tgz","fileCount":11,"integrity":"sha512-PmJmbLaoO8K/sHWv4MNfYmmmS82D1Af1bKN/VjeHRsyQPwa1MONLkzDN5+y838AtkIX2vk4r0bay1Ra+qfnblA==","signatures":[{"sig":"MEUCIQD2FR7DI3XP0q9RtqIw5cRGUkPsvdnUvpp2DA6d4AcE6QIgIQvAq9UsNWlU89A+AW4AtZaJu5o2f7FP1IEALPEFRZY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":114035},"main":"./dist/main.js","_from":"file:azure-tools-deduplication-3.2.5-dev.1.tgz","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","build":"tsc -p tsconfig.build.json","clean":"rimraf ./dist ./temp","watch":"tsc -p tsconfig.build.json --watch","test:ci":"jest --ci","lint:fix":"eslint ./src --fix --ext .ts"},"typings":"./dist/main.d.ts","_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/autorest.git","type":"git"},"_npmVersion":"6.14.18","description":"Deduplication of elements in OpenAPI 3 documents","directories":{},"_nodeVersion":"22.21.1","dependencies":{"lodash":"^4.18.1","compare-versions":"^6.1.1","@azure-tools/tasks":"~3.0.0","@azure-tools/codegen":"~2.10.1","@azure-tools/datastore":"~4.8.3-dev.1","@azure-tools/object-comparison":"~3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","rimraf":"^6.0.1","typescript":"~5.8.3","@types/jest":"^29.5.14","@types/node":"~22.15.19","@types/lodash":"^4.17.24","eslint-plugin-jest":"~28.11.0","eslint-plugin-node":"~11.1.0","eslint-plugin-import":"~2.31.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-prettier":"~5.4.0","@typescript-eslint/parser":"^8.32.1","@typescript-eslint/eslint-plugin":"^8.32.1"},"_npmOperationalInternal":{"tmp":"tmp/deduplication_3.2.5-dev.1_1775696083651_0.6073458706453583","host":"s3://npm-registry-packages-npm-production"}},"3.2.5":{"name":"@azure-tools/deduplication","version":"3.2.5","description":"Deduplication of elements in OpenAPI 3 documents","main":"./dist/main.js","typings":"./dist/main.d.ts","engines":{"node":">=12.0.0"},"repository":{"type":"git","url":"git+https://github.com/Azure/autorest.git"},"keywords":["perks","async","autorest","azure","typescript"],"author":{"name":"Microsoft"},"license":"MIT","bugs":{"url":"https://github.com/Azure/autorest/issues"},"homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","devDependencies":{"@types/jest":"^29.5.14","@types/lodash":"^4.17.24","@types/node":"~22.15.19","@typescript-eslint/eslint-plugin":"^8.32.1","@typescript-eslint/parser":"^8.32.1","eslint-plugin-jest":"~28.11.0","eslint-plugin-node":"~11.1.0","eslint-plugin-prettier":"~5.4.0","eslint-plugin-unicorn":"~49.0.0","eslint-plugin-import":"~2.31.0","eslint":"^8.28.0","jest":"^29.3.1","rimraf":"^6.0.1","typescript":"~5.8.3"},"dependencies":{"@azure-tools/codegen":"~2.10.1","@azure-tools/datastore":"~4.8.3","@azure-tools/object-comparison":"~3.0.0","@azure-tools/tasks":"~3.0.0","compare-versions":"^6.1.1","lodash":"^4.18.1"},"scripts":{"watch":"tsc -p tsconfig.build.json --watch","build":"tsc -p tsconfig.build.json","lint:fix":"eslint ./src --fix --ext .ts","lint":"eslint ./src --ext .ts --max-warnings=0","test":"jest --watchAll --coverage=false","test:ci":"jest --ci","clean":"rimraf ./dist ./temp"},"_resolved":"","_integrity":"","_from":"file:azure-tools-deduplication-3.2.5.tgz","_id":"@azure-tools/deduplication@3.2.5","_nodeVersion":"22.21.1","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/GQ30I2HwOaw/GaEmdoxADykXyQabZZU+ERatCd+DTg7ZY55yC4qyIjFDHX3ZmWNLZi0bxfcR/hfMoA7r7a+OA==","shasum":"f22898a7c8aa74aa3f644680babdfb87a07e7a9e","tarball":"https://registry.npmjs.org/@azure-tools/deduplication/-/deduplication-3.2.5.tgz","fileCount":11,"unpackedSize":114477,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDlwl2kOJBGlBV4yWeOsuCYbPgJ0F/Tbcu/4KG+7Hc5JAIhAK23Ebg/pBkbGJ2eDlXByVnX9o+XZum9ywidKdE1cWye"}]},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/deduplication_3.2.5_1775748319258_0.8102709030502733"},"_hasShrinkwrap":false}},"time":{"created":"2019-09-03T18:37:07.723Z","modified":"2026-04-09T15:25:19.590Z","3.0.129":"2019-09-03T18:37:08.056Z","3.0.130":"2019-09-03T22:40:48.754Z","3.0.131":"2019-09-04T17:19:44.691Z","3.0.132":"2019-09-04T21:36:31.666Z","3.0.182":"2019-09-06T19:21:07.607Z","3.0.184":"2019-09-06T20:05:25.282Z","3.0.186":"2019-09-16T20:24:12.285Z","3.0.188":"2019-09-23T20:38:07.059Z","3.0.189":"2019-09-24T15:54:14.377Z","3.0.190":"2019-09-24T18:26:14.615Z","3.0.192":"2019-09-25T18:58:36.252Z","3.0.193":"2019-09-25T21:57:04.900Z","3.0.194":"2019-10-01T15:42:11.462Z","3.0.195":"2019-10-07T18:01:19.349Z","3.0.197":"2019-10-08T16:33:49.910Z","3.0.198":"2019-10-09T16:30:04.400Z","3.0.199":"2019-10-15T17:13:55.156Z","3.0.201":"2019-11-04T23:26:39.965Z","3.0.202":"2019-11-06T00:25:15.566Z","3.0.204":"2019-11-11T21:53:24.165Z","3.0.205":"2019-11-18T17:50:04.681Z","3.0.206":"2019-11-18T21:45:37.195Z","3.0.207":"2019-11-20T20:32:37.712Z","3.0.208":"2019-12-05T17:52:52.667Z","3.0.209":"2019-12-06T16:47:25.040Z","3.0.211":"2019-12-12T16:26:31.719Z","3.0.212":"2020-01-13T17:41:26.904Z","3.0.214":"2020-01-15T19:44:48.590Z","3.0.215":"2020-01-27T19:25:57.850Z","3.0.216":"2020-01-27T20:56:04.918Z","3.0.218":"2020-02-04T18:33:46.668Z","3.0.220":"2020-02-04T21:43:20.844Z","3.0.221":"2020-02-06T22:10:58.908Z","3.0.222":"2020-02-08T00:14:09.584Z","3.0.224":"2020-02-08T00:21:19.813Z","3.0.225":"2020-02-12T01:20:28.693Z","3.0.227":"2020-02-14T17:47:29.372Z","3.0.228":"2020-02-22T00:22:44.046Z","3.0.231":"2020-02-27T17:16:21.678Z","3.0.235":"2020-02-27T21:30:01.247Z","3.0.236":"2020-03-11T21:58:48.556Z","3.0.237":"2020-03-12T22:05:40.640Z","3.0.238":"2020-03-23T22:04:27.979Z","3.0.239":"2020-03-25T19:03:47.944Z","3.0.241":"2020-03-26T17:31:05.523Z","3.0.243":"2020-03-30T21:41:11.782Z","3.0.244":"2020-04-03T22:38:40.337Z","3.0.245":"2020-04-08T19:23:39.685Z","3.0.246":"2020-04-10T15:39:18.988Z","3.0.247":"2020-05-01T22:51:12.092Z","3.0.248":"2020-05-06T18:17:23.841Z","3.0.249":"2020-05-07T22:09:15.132Z","3.0.250":"2020-05-19T23:29:29.209Z","3.0.251":"2020-06-03T20:12:29.143Z","3.0.252":"2020-06-25T16:12:59.887Z","3.0.253":"2020-06-29T22:17:36.943Z","4.0.256":"2020-07-01T15:03:00.054Z","4.0.257":"2020-07-01T16:00:47.417Z","3.0.254":"2020-07-06T20:41:15.463Z","4.0.258":"2020-07-06T20:41:23.037Z","3.0.255":"2020-07-07T20:49:46.274Z","3.0.257":"2020-07-07T23:40:46.472Z","3.0.258":"2020-07-15T00:04:54.930Z","3.0.259":"2020-07-15T20:39:33.244Z","3.0.260":"2020-07-17T23:04:21.563Z","3.0.261":"2020-07-30T21:13:02.971Z","3.0.262":"2020-07-30T22:01:31.962Z","3.0.263":"2020-08-07T18:53:34.787Z","3.0.264":"2020-09-08T23:19:46.806Z","3.0.266":"2021-01-15T21:15:21.395Z","3.0.267":"2021-01-25T18:32:50.015Z","3.0.268-dev.1":"2021-03-12T17:29:21.803Z","3.0.268":"2021-03-16T17:28:26.212Z","3.0.269-dev":"2021-04-05T18:42:57.355Z","3.0.269":"2021-04-12T17:24:26.231Z","3.0.270-dev":"2021-06-23T19:54:29.354Z","3.1.0-dev.1":"2021-07-09T16:55:56.805Z","3.1.0":"2021-07-19T16:25:20.839Z","3.1.1-dev":"2021-07-26T17:12:18.693Z","3.1.1":"2021-09-08T19:45:40.021Z","3.1.2-dev":"2021-10-05T18:29:35.211Z","3.1.2":"2021-10-15T16:37:07.801Z","3.1.3-dev":"2021-10-15T17:22:25.959Z","3.1.3":"2021-11-16T17:25:57.805Z","3.1.4-dev.1":"2022-01-06T16:05:23.360Z","3.1.4":"2022-01-13T18:27:26.392Z","3.1.5-dev":"2022-04-13T15:15:27.901Z","3.1.5":"2022-07-19T16:29:50.369Z","3.1.6-dev.1":"2022-11-18T23:50:14.221Z","3.1.6":"2023-01-04T16:18:20.855Z","3.2.0-dev.1":"2023-11-16T04:04:05.225Z","3.2.0":"2023-11-16T16:59:37.475Z","3.2.1-dev.1":"2024-02-28T18:14:49.017Z","3.2.1":"2024-02-28T19:10:05.662Z","3.2.2":"2025-03-14T17:41:58.609Z","3.2.3":"2025-05-13T18:24:28.576Z","3.2.4-dev.1":"2025-05-20T14:16:55.898Z","3.2.4":"2025-05-20T20:00:55.542Z","3.2.5-dev.1":"2026-04-09T00:54:43.820Z","3.2.5":"2026-04-09T15:25:19.409Z"},"bugs":{"url":"https://github.com/Azure/autorest/issues"},"author":{"name":"Microsoft"},"license":"MIT","homepage":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication","keywords":["perks","async","autorest","azure","typescript"],"repository":{"type":"git","url":"git+https://github.com/Azure/autorest.git"},"description":"Deduplication of elements in OpenAPI 3 documents","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"readme":"https://github.com/Azure/autorest/tree/main/packages/libs/deduplication/readme.md","readmeFilename":""}