{"versions":{"1.0.0":{"name":"es-iterator-helpers","version":"1.0.0","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.1","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.4","iterator.prototype":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.3.0","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"34f256a04224243d6c2cb3b8bc0cd90ef89ce171","_id":"es-iterator-helpers@1.0.0","_nodeVersion":"19.6.0","_npmVersion":"9.4.0","dist":{"integrity":"sha512-J875prK4L681fa9kRXaWkGcTAexmbUuJtccTyfJ4XYhwrXKDaQEt7ZYbGQNxY3v0eAV8nPZRekdAH065WCjtkw==","shasum":"5c6adeba560da8148dc50620a4ba4404da75d85b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.0.tgz","fileCount":107,"unpackedSize":107566,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBIjEsfpxNdopm+nE0cjlfIY2nUqE1F1Kih/+6zqiQuXAiAh0KiiG/cl+9AfY59tQJ/n38uD/LlDd9KKI1qCbQqC7w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj32RdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc8g/6AmyoL1REDwoevKivo0izSEb8N7pOe98OjHQgC7/MVMEC71b2\r\nKiAm8kcXX+jwqyrRVfpp9C/CajyFrK0awYVgQ8dkn8o+QIdmVEVil+Z6ptge\r\nnSKI0KiiMqxc/yTnen9N77DD7hc/zVPSG7wyq5+NufyQgWDSfvE/pbcV3jw6\r\nqAjQqyCJZ9CxN3Zl21gIMIK/7kxCsQ7sjur/9AxxCO+tViPTeEcLshzGU+Wl\r\nySg2TG/JCtIba4pzJstD539bWWrkb/CfSlIZO6Qhk3vpaRsPFjGZgv2M4p5Q\r\nP6zmDyfjhrZNZPHmYbby8N6n052g4WKZejoR0FINwZpjjQVNxcJ7gz3q1CXD\r\n0VcoZH6nbB8yL8ZweuUMfSaH8nHk9Sd0PUVqru4JhbgcwGIUyAmupe2WjiTA\r\niTBLIVdDSMgVB5EFGU5J6+1xO3ZE0P3vh62hjAnlvgzTfHjWKzGf8eaClTst\r\n8cGmo9YRfkdd0ig8uU507E/ZyQ1r4WVLtfso6jWp0Aztkz3ZqWsGxGEIEG+U\r\ncuBI9YfKTni17AzTm7Rko2tQ3BxlOcyorpI9NGORlZF2VZuPtjvTGzITCbP/\r\neVw6+OnTKvqjNC3QzUx2KyFfPMmk6/pAMB0QW7DsD9YctClEzttCdewTtPZ2\r\n3r84Ipa/zb/IxjMO3tSLGZthl6PwKzxAaGk=\r\n=a/3p\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.0_1675584604917_0.18492853783301233"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1":{"name":"es-iterator-helpers","version":"1.0.1","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.1","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.4","iterator.prototype":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.3.0","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"887b29a2c22d5a72ddd10d0a22a4876697dbef22","_id":"es-iterator-helpers@1.0.1","_nodeVersion":"19.6.0","_npmVersion":"9.4.0","dist":{"integrity":"sha512-j7ALluXg+aVwE/9Y4JOElY159/0AXQy1L8ESUuZIi9ngOOUKRxE99VQiBhTADoeVuwL73+Xp1qzv2jmUMTU6Iw==","shasum":"454eb1a0ba745005c9bd9e4b86fecf83b5bbe1e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.1.tgz","fileCount":108,"unpackedSize":109443,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEZqhLwxcuGp8HLfD93tVqUvW7FX4/Fpq6gVrQm9kt5SAiEAhi9LEYtn8NgyG+e67PoHxULS62aTVSsT3Z3HMd8dMsA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4uYGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpaA/+IOPnnhZX+iwDaIgTSWD5cIo+amtGRbhMroMLaYJjJ9vrODX7\r\nvC58ShmOs8rGADZfZpcRCy6uvHlrggtE5d+wUPV4QRbs+F1Tjj4t63hsap1/\r\nTOj5yb0BBZONzWvuD1jMynAXWwIhcHNrubM3PMZhklnyQhSKEKOc4+k8ArLA\r\nsxk0PatlYRMYkwcQdCWGJ3YA2gvLmp5TlXkvtoqquVu3Ad3iYIAWMkr95fd+\r\n+vdA47ezRwnkiTTeE1VaI1nM9x93AGi3pDquQWgV/MXsASS9O3oQoeBIVQ9p\r\nb2fjZ/0fRV/yuxKCDMYW6E3dXwWQ9SnzgnKE/zcqsLkF8HbBAyfqgsBQ2JRN\r\nwCTZBbg91I5WRv51Ke5gsMdoT+Jmnqk/eO9L+wHDNN9f122KECK6QuIAwDNA\r\nKE8AvyJFZVCdLckg4EH9NgcICSRB8hcAbIkCY0pIg+pSUrFH7aNg1y9ONxy6\r\nk9eLUnExjgttIv4nSm8C1Ng8qDsOrMHmPqTbGRPHlvgaPXiHNT1rwroUTOY1\r\nOBy+lpItgMG/WJgmXxCQ3UvuhauklgrJ198Jv00mn/wNpbhrhKirPuaASqLE\r\nFxXud29ZCViSSgsVgcBAzBDnXBQyp3Dn0WCZE/Edj8bYPO+PX4bnuzk0S3j3\r\nURSkwQEM4WwThwTOTopC3r/23z45gZEzIbA=\r\n=oK3k\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.1_1675814405795_0.1539089072774893"},"_hasShrinkwrap":false,"contributors":[]},"1.0.2":{"name":"es-iterator-helpers","version":"1.0.2","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.1","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.3.0","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"5902d1eadecc7fa62e46db199eb6917291719ebe","_id":"es-iterator-helpers@1.0.2","_nodeVersion":"19.6.0","_npmVersion":"9.4.0","dist":{"integrity":"sha512-tds2RCpZA1MSZthGKzrbczGnnXGtTXkYJ4WKq8rZnB8/+l9wFJMb2c5+YwBALFiQxz/q2vx/gkj8I9Ww8OtXoQ==","shasum":"0ef11fd90251599d85fd5789863f9a33b1efbd99","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.2.tgz","fileCount":111,"unpackedSize":115721,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDZ9h2UQumeUsLejaG0Y6ZNUeHwaofMHoQBgxCG8uoYbAiEAwKzJhvSurRJ9QaTO2bg9h3m1pUPkmsYsvE76mTQ31+g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5X9CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIvQ/9FDAFubB3no6oYL9IUR0sN7HkxVJCsGznKi+MfqL+Srupu+NA\r\nTz6AJRuGvtTRYxzgpvuKhSFjYXFOF4E46tk4SsZ8ZhfELWIqYfq33XiKTQXN\r\n9Qg5/JJ3qlfNCBkYcOX8M8u/8Rj0TP5sMNle15J0f3lo91sX5AKDTcwDYTGY\r\nDWoP16lEX2pA3uLWDGxCBB0QsnVpMIPD3XY0uzCCRkJ9N4W3wotKfwISAUqF\r\nnZ8vU3kIwWQ82kxZAu/SpZ2gBsH1tLg+TcIO2K0aFrrZKZ6QbKNg5HIbXu+S\r\nWwsBbM5clRC/WqcKhTwffCqOipScOqfLI483FjGHSkpS5YsPL6lT7YFo6zNx\r\nR4Azw3xhP0KDTncBaWyplHnZr36C+tNWn7T3Tzt8WTTNy4SQ+hvtTtl/wMkF\r\ncX+qm+Ks5onuLKqTlBflUYKPQDuIj1FbEvZR6GKiyE1kgvDjTrPWcwkf1QTB\r\nitQIJVDkqz/h3N22CU72Yk8MyUkTXw+JhUWqUHraWpYgM6mBnjLx1WO9VEd9\r\n1Wz/hku+X6A4ZCAcc1QRRhYn90YELJItTyNqCb/jEaIaWe9o+wNYDYNV+RBz\r\na50B8UzMqsGn7lNzHPehkoQo9irBH7zZ5M8/SfZXzqoO8rHmpCMdTuNxD1j5\r\nQ7y6YJCmDb4BjUS3gN0aogXaCh08HW3X0Xw=\r\n=vMyK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.2_1675984706235_0.25917481026030464"},"_hasShrinkwrap":false,"contributors":[]},"1.0.3":{"name":"es-iterator-helpers","version":"1.0.3","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"eb9924a0aa596ec1f5dfbc621e15df032fbafa3d","_id":"es-iterator-helpers@1.0.3","_nodeVersion":"19.8.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-J2mAaZTOza2P1gzUyOusarvZx2qmbwOYmNQrM/pXJFpoLUECbTWLQr6/dMSWMDrq2cLyvtXmqFtdjiIgS+THDw==","shasum":"00f3409d11d94bf21843384617202f05c56b6ad1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.3.tgz","fileCount":111,"unpackedSize":124339,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4GYG03nhE2x0ZJZli5bKMz1SBdizfAiQ7qzJJ2UNytAIhAIZp2eWE3avajlBwsaPp8xVxvBpQXqo12LurnHgh3Ooh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFOF2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZ5A/+L8RXKUwMa8ZgZqBcFjy7Uz85l6VNSAQByrXq778HYxYvktGk\r\nY16/vDHpEIVgsLM4bN8a7YAfUv3olm7Zfke1dLkrwAOngdp4zhabVaL/pn44\r\nooSjuTQBUaqY/3Nk+i2YBT/O4kmMpzlwf/UG9uduCALntMEPeFT55P16KksP\r\niCTsYv2+denJ0oRF0JMwrWkN5UW3dQIav0qQSmQvU3pfc3WClUUbKRkS2qp3\r\nDFJ1ACYWoFFtIqhHQjZW5QQ/Ox1Nqx67Ch6oNr2SguHUbM6C4v0CUAF21a9h\r\nm85QQgwXHJiXMSrsdHSStGz6uHI4qUM/S3+LPHNYWMErFFAmeIz9WAnR5hi8\r\n+sDNAtREj8fROIjqEyNmQ4aDiPibRMEV+2wBundmJo86S4D05NJrUKlZGiGc\r\nA/PFJgDSZ4874tFxWHIUrTS7iPVi54sNt6dhX5tRL/kJoF1wSf5PBog+AqwP\r\nFM0Pj3Q+Hos1b6gvn98wmFZaeZP/vuxvPh2fSFmGzoyNU3y9YYyQO6yTclDc\r\nN49R9VON4p2F7dwqz7yRMWTQbVB/CRoENqMxKyQHQOF72vB2XFQmXhtE3bBf\r\n40qxg4pCbe0yM3OAQhWhBdrWF3uwB1CnnlD+LYK8mNgRX7WjbYCgS/+5diq2\r\ntC9id+k3pzbpznXsjRYfiKN50oZ8zkipRxg=\r\n=2W+/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.3_1679090037926_0.12174002077930401"},"_hasShrinkwrap":false,"contributors":[]},"1.0.4":{"name":"es-iterator-helpers","version":"1.0.4","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"c603633bfb957f67308f5147e9f5e6c0d1bbd20d","_id":"es-iterator-helpers@1.0.4","_nodeVersion":"19.8.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-Q+6rLGIB5TdNAflZrLwh/eT0DdvMTDp+G0F25EmLg7V+rd4XqGAAnV+1si2Sz7fCagAWVvE7PfqrTcHb2DBjSg==","shasum":"f3166d963428ba839e4eda8c3fbec15fc03db814","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.4.tgz","fileCount":111,"unpackedSize":132966,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgX6Fl/JAg5sS0ofJY6MrGkShlHps6qTcvAONLRS/AcAiEAgyKAtvQJ7HcN0awxndyclc/tmKIV9EuBERAqaalclds="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGhfQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmolww/+KwJd6yMXLJCNcPN7mAhMMYypWqMwhCGUG3o3XjUG80ugonBj\r\nHwJG/1XOmWlLk2ocP9WoUK9vVTxv6Y11TTJNRpY/ehpv/HZQjDQDeHvqovsI\r\nT6YhXyGEKXcEf+9KigtShOecnZb2R7R2XK/Z4HLnwJnHiZiMQ4ikbyECcLJz\r\nCGDeVL1WlcGJGW9+zLdwXf0EohghemqiLwm1ekiV2xMdYfrdPBxBImVnkTlz\r\nveG9NTTh7KJTiTBgDBHZKOdzW6/LjHmhmX6qxhh821py3CEfOhoaNPNNyKRQ\r\nFZffFcZ8ea1AFi2bTfVmQ6c+Jr67D82xwPldtmPcfhekCTHHbJ0aJoDzLAdz\r\n8OeDC3Q5CdmgjrzzMWljN3pEiVqhhygZLzgy6n6i0jKRimB9b/BQzWudDLuN\r\nNVntEJiSp4Yq4HgKfFi/7z6Dr41nYIU8inrngOK138saA/DgiQ50kfULHTj6\r\n/hJogPUZDPQmfyL+cho49b6zU73qRPWL2TXdUp0pgUJ5cZkeSfYzqpcucDJ+\r\nbaeFwwHFX7rdsnKGjNNuEh9okyM3Y9+/7Lpact9KadPGWDE/gW4R6c6KZUyU\r\nbf/MEoeN1mbtRxtgH2d0EyuduIhIVFV+fKu90ztEkYjzwdAMyAFbg4Ha7m6S\r\njZTa3GgXnVuCq6dYGr+SSAdYSab0pgJSmHw=\r\n=tOaW\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.4_1679431631964_0.9767925040088541"},"_hasShrinkwrap":false,"contributors":[]},"1.0.5":{"name":"es-iterator-helpers","version":"1.0.5","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"96db1830ecc77f881164e5e74cfd4afd48e71749","_id":"es-iterator-helpers@1.0.5","_nodeVersion":"19.8.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-HEWP6w5TtED6OMiu+FLyE2reYWx3Qe4OKJDuGs8Jp9BDxJNCe5H5V7z252liryoKwv3uSWYv13Qlnc7Zq8kUiw==","shasum":"2f2d76d790a51168f5e85acdef80916df25c45ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.5.tgz","fileCount":111,"unpackedSize":135886,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDSby+TJS86g0msTrLgLIboKgroiQITVmr474JwUAlYeAiEAkqC45LntQa6EPtdBarUQ2M2be/8QqZaibAcrhjFioyc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkG0IGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvHQ/+JqjvT8xtNMJ0vRu9ZSSWOgfg67wHLRs4GyVFrPMkuBc9SMdD\r\nBUAniiTPdhUm0WRD8j7RMZ0AGxFu8C9rFWlelEKEnpjRnmMVaPrILkIuFopY\r\nIn91oNqdEPWfZfa3BbHITdtSZHSjFKX3PiWui/K7sETaS6dWQocSqgRBBhCh\r\nWBB+Tu46n3ddi4ibIEyd8p/dwxT1agLqTK057Nmyex/b8ua0TbdQJxxhxIly\r\nc3cNOb6QbhLtO+242KMhmOl/inZq5TXFZIkdYJQVJi2SfW/fwHg/XqwMnm30\r\ntAbYiC30QcShmpXmUAyqMFmbax7CmIib5aWW2TmzXR8PrvLqUdynv9U/UzLP\r\nJCiHR0XmvNdpsSULr1R7dlBcmEjTidipZZTfpeFEYfFLaTHT+K7RrZJXOgJG\r\nR5dP0uAfZFHhtthxeLZw0Zw+sPlstNZQ0hfYENyLktMs1wPHWBWlPps18Cai\r\njtTf4si4JCyANB4gi5ZJbEqfIM6KO7r1RRk6P/oDqi16bKWIJH7ngVoYvnvR\r\nSUveJyvQmy+Mdg8ZAsQOY0eCMlXHtHldgHYTd/5XgeJPAGz8KO7LKR90QdoM\r\nyA4ekGyyXiwWcwYzWeUwjZ+/96pMHYR9v/4+1sAHpL9P70+3DOQHCiDg8T8i\r\ntxhUIxGgv+nywQkn+qMriolDFeRqlHEY2BY=\r\n=mU0/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.5_1679507973864_0.10830294988520017"},"_hasShrinkwrap":false,"contributors":[]},"1.0.6":{"name":"es-iterator-helpers","version":"1.0.6","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"c4a994840c7597d62de0910919bedd3901a9c24a","_id":"es-iterator-helpers@1.0.6","_nodeVersion":"20.0.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-TMLl4RVMZ3IxifNJxGTvWsk5ihPn7P9sGnfDB4QL2n/I6Jb53iuyGZSX7zYOYX13L7xhwM8GQlmaIq7f/V8fDw==","shasum":"3e89e5d79f471e9d03c8b587a27edc9215cdd0d8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.6.tgz","fileCount":111,"unpackedSize":135607,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpBc7bN928+xBfFeWlgk9sSr0rYBmYM3di4VAQY1JDxAiEAjlK16JVmc4n3DodDiiUOlC4wFPBw6qNwXIzSSHp2jYI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQYBLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMuA/9Ha//FfgIyEDNX1UKRFj9RuRFjj/mnPaD044ZM67fTo7pf1Cp\r\nALk4vj9/t6X+lxgG7EAWIdHSASwndeUXOQbRTQDn4Qlgwyo4OkrfZOeBE3zr\r\n2d47rxbLb7+5Ce8RT/vaVgYawXtGmQjZRGx80IhdcUlofUXlvKh/lqJffLyF\r\nNRc8rQm76Q9zM7xVLXCW5zHgilklUKOZQTwZCJhdAwcWj5WH20Wnw0miK2VZ\r\n0yLNJKtf+GI5JhUDw/YtJlcvu972dQXC7f68RJ7wkCSypSt2TINlX9x4mNa0\r\nn0pO+N2GpZ2+jyA9uAb4H6a7UfuDUI76QIieL+LhSc2KcyatvtndTuZhhSmu\r\naDyTy/nK+E5QZj89DvCJn4vzscYvYU8hQw4vIojquO4oYKu5O/00AzpH5Oob\r\n4kLxs8EZSfezGvjM8/s4c1q7r40Y2GgegdY24a2EXMyGKR+SDBPjMpYCP1yN\r\nmz4zG+wwFvkdF1GUcNf9nCC4dSgaQE8bPQTh2lavd45p2u510GRaHfaW/RnK\r\n+BhZ1ggo5yzL7q9POfEwPtHXj9GuNqtjWgA/Of4XsWHfSzU5uFQSZUlQg9NX\r\nJRaHMg7g5nH+6OacY6PFlTvrc1ZdDks9uJX8ih+ZWpVszavyF0OE/N02pAOS\r\nHqxpSnoH4j7OQfhv6/mLZLsfqSF6XKLXPDw=\r\n=0Kl8\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.6_1682014283527_0.5504218268913974"},"_hasShrinkwrap":false,"contributors":[]},"1.0.7":{"name":"es-iterator-helpers","version":"1.0.7","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"660e1575a88f5192750f278c306f6c30191645ae","_id":"es-iterator-helpers@1.0.7","_nodeVersion":"20.0.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-T7iXXH+aW2gumfmkzawrRGmUqqMZxvfp9nvRPbP4g9isyHLnYHDmUea0Dh50Blxs7GG/Amq6BmGxY+TznNKdyw==","shasum":"d2d2776e9eaa6599b1a87ffb353bc95d82af5c15","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.7.tgz","fileCount":111,"unpackedSize":139000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUySb3s6wIuMl4zluDvS1d8ngb+FrCdCwlP47gBSaVSwIhAPxafba2j51jvmWfvN4dnkj89Tw7Y2G94ByWthbaDKFZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUHH1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/Tg/+JzTxfW8o6QEIM2pc7875gI/evSR27VDN/K83EbNZwsT7C7LO\r\n6XCYEyjU3eiKe9QoLK4a1TTjP1rxYgU+fyVSFlb2vhcDdsI8zoYIEGHCYtAD\r\nOzWQPKo4pCzlHHVcYq8VJFYqfwceFNK8uoDO50ubpjYxrs/EwhBan5ePpfK8\r\nyqrGMD/gIkNROW0cl7cUBH3dzxTAuC2UbRKIx/jUgEXu1g5RrL1YxJcVCdL1\r\nswE3HupKS9f8odqCLS/NctWroKL/kec1WnWDqJOtHiXoGSUhA8Yf9ej3MVCc\r\nz9xFYLInIehESRgTI06hhTOiTB1k9asIhpMsHQnaZT5Kklpi/ug6UVyy/LHY\r\nEvkroh5eASWPmiNnSHHTDEWoq9vP37NxNgIGOqqGAVyVsk6NKoLWmBj3Ksbb\r\nzwAiadM0oko2FkZmBXrbHqZcOwbZB7BIeQPHXcTwF4XInqjQwLbOLUx9BXlE\r\nviPQJt4wb+xCSE2iLa80zB5CpXgUhQiVihAaFB5jcYrLjglIAneg++sF9zk2\r\nEdhv4gCn091TlEBlOGPksrT/a2442qIhkBd+XLhqYBlQ3YRRzDs7C3je/Kw9\r\nn8Uzza9LdZZ0Y7X1/R9mk5huXnBeUu/BtU8grFYU6LqMX8RxDbcGCoduTcBa\r\nRgO9zTavUnHP4JqG3vBgtCegWstznhAg50E=\r\n=xpan\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.7_1682993653693_0.1422187683421514"},"_hasShrinkwrap":false,"contributors":[]},"1.0.8":{"name":"es-iterator-helpers","version":"1.0.8","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"f761532ac4dc1386da3d5c158b9083b710ec34b0","_id":"es-iterator-helpers@1.0.8","_nodeVersion":"20.0.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-5DrEHkM+BNxf6jj+nsj6xnYuFwpad5or/ARAGHj20L1Os9NOHZDu6zRTmytGKWiQ7Hi3V78paHie+WcJ2qYMzw==","shasum":"7a5ec409f26720a47c08ef777e33f1aae579d976","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.8.tgz","fileCount":111,"unpackedSize":140260,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGwaoTg8WLLgNMf3WxwqdNQzOZn2bqAQ/DeQxRjKRCkgIhAO/QRaf22GdOS/5wk/g/2lfvYbk1DuUqSXBIdxwV7D5I"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUUiPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBYQ/9GBaxEEqQxNe1RknU7Rg6rzECzLG99KZ22yVoMgmOAoJKLiZp\r\n0/DXn33/VOqnMqm+aA4y6dYnbeUGNamYQ28LMJV3YXXkFlGGOioQO7K//4KP\r\nWF+2UmosOvuyidCKivXEiAvW5n9HqmmALvzvHNPODzdcDqDDSDVIqR9Mn6Mr\r\n1k5XjKL8DEyX71cmW0VlpWg3A3cn+U9Dgtr6i+q5ADsJ7ItEKfeZAqPzQjlr\r\niXXqvvfC2hD9xk2unXdF0Y4tsWh+aGVNzwECUnwQuY2ORoIcDZVnR8JqE2/S\r\nbN7FcAsG6zi0SYXr9wy1vyBkf4oiz027mCLMu03gpMODIVeOY3yuqTkpyCvH\r\naNhQC3HeL76AyIvVNkNe/bDj3crukI5mneYAE6TUeSA+D7ABD4ISlxKCsexh\r\n4IYir3eYqQdOaXavwMDU1Evd/3SIOodw8p4oDCrdl22e25vdbytQUO2S3hzV\r\nhfJ6eQ0YEAf0vUhdOl2Lm2r8PJs/q8LgOCt45vtp7Tj9M+9tmqHfBll5t62J\r\nVhJ93Q03oQTYy5WWBHQDmh3WnpslX7RTFHUlQP7DQWY59zXg7L2UsAxNUPtB\r\nxXzlQeWsPevl4tczEbAVVG6qhwveAiWQNW9Ezbh9RKaYGfS9d9+bhXs7YYIG\r\nJa/3iTMG6DkYA5eJw2+x7vIFexOTsl8vr/E=\r\n=vvas\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.8_1683048591402_0.9288845785804349"},"_hasShrinkwrap":false,"contributors":[]},"1.0.9":{"name":"es-iterator-helpers","version":"1.0.9","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.3.1","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"3ce60d4b1d2434d5d7c53ccbd3eee0503541dec0","_id":"es-iterator-helpers@1.0.9","_nodeVersion":"20.0.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-JL4Cxb2zFwpgSbkdWNM8K6Nbltx/itxYJNr3RYjidjP4RQyjoPyyS+SvycAvVIhvt0+6VGebBc2ZtoJD73cKEQ==","shasum":"b92da875e71e9e6a29d2c28847504c1664c915a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.9.tgz","fileCount":111,"unpackedSize":140520,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUDuklXQMhXSQUpepMoCZQuwh44gL5U5adp23RInZRFAIhAMSqG2ph9t+XRUObrphEhLdDy1Ep2E52+Rn6xOWk/qpH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUWk6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOGg//XsTrG4pdoabKx7t3W7P/AJss+hkPgu+yat0HTq3Llb7YLt14\r\nbNYAfDmi1UuiPLAS8g8mVFCgBUavjBYwGj5Ib6G7lNR/V8LEz8bfmcDSXGva\r\nWoNMNjgoMz0bFXn+rf2XUq3pwKM+NagI7oe9qqRSHJqoMqMVi/zSPpGUutQ+\r\nM4dy/vDwqyyvb9MQk49eUSp2cyn9Ri7+I2FLIjv/0KIA+32bhXK9ojWGG6P6\r\nDALIMWlmiKfUSafgED3Z4+dSPfq30dYkLeA0RpVe5mH6/Pw7h11/5aNVesRF\r\nyA9enHk8M+4bXjRbhyvrHwvsXgSoiMqHbz+lRwJBRmEN8fcWLkdcW+UdsqgG\r\nGjGRrW/FWNC8pANtcJQHV5LnDvBZeyrhtwjOrjASqaUvLlzBz8RUtfhXuRNh\r\n8xSCAA/Zb5osDzpOqgr9Yr1ZC9PpEQ91uTjFuMbWKV8UaeH/1j1uvdwkLDEG\r\naYLWsG7BP+SqtmFvJIeSHQq7l2T9H1/GmswpmQRig2ejWp1KieMPVOGXhK6L\r\nN9mRcVeRwiGUcU7y+1v9hKlEyPG0IZc06/MlkTd1T/q7iWs7bRvLhrNEEWBp\r\naWpuhXXAGL6JrR1n0nuuXS3t76j1wgK2WvRJuWz+uYnkoJvNfod7Lp0BrWue\r\nAiL9FyJxhOS4nz/qoO10R6D6JUl6sLBs1gM=\r\n=wbrI\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.9_1683056954475_0.9336061625620611"},"_hasShrinkwrap":false,"contributors":[]},"1.0.10":{"name":"es-iterator-helpers","version":"1.0.10","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"da9394a94c5bcbb031c4c5a946914a4b3ad540f1","_id":"es-iterator-helpers@1.0.10","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"integrity":"sha512-WYhwnZ3ZRY/XEVnkS0NAjqZpD1lHmMhHyN3H40yGJmdprDLjV1Ksfj8wQqv7mLSNHCTp+3I7mTSz0SuZWlMvvA==","shasum":"cea47411fc9c61a311b957425ba55b5b0f73d544","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.10.tgz","fileCount":111,"unpackedSize":141589,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEKZ5nExx213EmF/NGziBcnpMnlhbq7AffB2zhoMMEIKAiEAtD2X0fX0xl6aRBXoaPt/DvIOY7Q4T8kQ11AGTGE5dwA="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.10_1684424688326_0.5507266192085865"},"_hasShrinkwrap":false,"contributors":[]},"1.0.11":{"name":"es-iterator-helpers","version":"1.0.11","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.2","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.0.1","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"440a289e6d7f3679eed4e1c8d69349a32628c2e8","_id":"es-iterator-helpers@1.0.11","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"integrity":"sha512-hn/Xnr2hx7pWnVKlqEJ8CZ1jf5NS8vdzdujz7Iap0ynugas+B8YJ81FRJpfg9qXYy7FbKjzDZNL/frx2m66/6w==","shasum":"cdc4e84e442297e855ab271c1956d4bae0fdf79e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.11.tgz","fileCount":111,"unpackedSize":148769,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDHR4o+k6nqdKoBK/SymWs6+PC6rhckWPqXG/legRLWxAiEAxUtx5OwNdDyf8rdE3y9NjeO3l0swZanYpR9sYfICTy0="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.11_1684819855575_0.9728380169574007"},"_hasShrinkwrap":false,"contributors":[]},"1.0.12":{"name":"es-iterator-helpers","version":"1.0.12","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","es-abstract":"^1.21.3","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","globalthis":"^1.0.3","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","mock-property":"^1.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"ba5f8ddfd8979a5bf8d1fe80a7b7f150fa8d4367","_id":"es-iterator-helpers@1.0.12","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-T6Ldv67RYULYtZ1k1omngDTVQSTVNX/ZSjDiwlw0PMokhy8kq2LFElleaEjpvlSaXh9ugJ4zrBgbQ7L+Bjdm3Q==","shasum":"272f7270f270f4d63dd8aa718228ffa901fd086e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.12.tgz","fileCount":111,"unpackedSize":150190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXg0DsZy8vb9OCCNyuOHNVabtLPcN/oqKr4GLaPtX2gQIhAP1SJYXgv8ucch4ePdmDGkZznDNXQ6br3z7uBqBT43ZO"}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.12_1689351354268_0.8882924110367316"},"_hasShrinkwrap":false,"contributors":[]},"1.0.13":{"name":"es-iterator-helpers","version":"1.0.13","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","call-bind":"^1.0.2","define-properties":"^1.2.0","es-abstract":"^1.21.3","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","get-intrinsic":"^1.2.1","globalthis":"^1.0.3","has-property-descriptors":"^1.0.0","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.2","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.28.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","mock-property":"^1.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"es-iterator-helpers@1.0.13","gitHead":"299c2f2e83057b05ccf640204048801c6f427904","_nodeVersion":"20.5.1","_npmVersion":"9.8.0","dist":{"integrity":"sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==","shasum":"72101046ffc19baf9996adc70e6177a26e6e8084","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz","fileCount":111,"unpackedSize":150727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuaYfblkQW7Hy9c6WpWxFu01EDWoTeYKsqQ0X+um+VJgIgM7lUxLgYqJfi7QEXcOzXiGaEyZDu/Jj9q/BCit4HTas="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.13_1692206327433_0.12123807194556346"},"_hasShrinkwrap":false,"contributors":[]},"1.0.14":{"name":"es-iterator-helpers","version":"1.0.14","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","call-bind":"^1.0.2","define-properties":"^1.2.0","es-abstract":"^1.22.1","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","get-intrinsic":"^1.2.1","globalthis":"^1.0.3","has-property-descriptors":"^1.0.0","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.0","safe-array-concat":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.3","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.28.1","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","mock-property":"^1.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.6"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"es-iterator-helpers@1.0.14","gitHead":"8bb257b2ef66041bbaa076fb49f3144c91430437","_nodeVersion":"20.5.1","_npmVersion":"9.8.0","dist":{"integrity":"sha512-JgtVnwiuoRuzLvqelrvN3Xu7H9bu2ap/kQ2CrM62iidP8SKuD99rWU3CJy++s7IVL2qb/AjXPGR/E7i9ngd/Cw==","shasum":"19cd7903697d97e21198f3293b55e8985791c365","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.14.tgz","fileCount":109,"unpackedSize":149775,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDIH0iFjHtK/F3239VOfNyjldbYkiFu1UoDfrimJdh1LAiEAhAlHTh+sMWa7iZWcWR1xRxnQvH+c2DKD6rCpfMd1C4A="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.14_1693110782354_0.882739490841129"},"_hasShrinkwrap":false,"contributors":[]},"1.0.15":{"name":"es-iterator-helpers","version":"1.0.15","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","call-bind":"^1.0.2","define-properties":"^1.2.1","es-abstract":"^1.22.1","es-set-tostringtag":"^2.0.1","function-bind":"^1.1.1","get-intrinsic":"^1.2.1","globalthis":"^1.0.3","has-property-descriptors":"^1.0.0","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.5","iterator.prototype":"^1.1.2","safe-array-concat":"^1.0.1"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.3","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.28.1","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.0","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.6"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"es-iterator-helpers@1.0.15","gitHead":"60179ff838c42ffc86226762fe5711532813e2c1","_nodeVersion":"20.5.1","_npmVersion":"9.8.0","dist":{"integrity":"sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==","shasum":"bd81d275ac766431d19305923707c3efd9f1ae40","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz","fileCount":115,"unpackedSize":154930,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnSp7C7D71qPUDork0juA6tEON54rsxW5T/huyyIfqNgIhAPypuIyiY/UcZ3kjVD3pRsFBYnaUVlDIAhd+DNuomd27"}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.15_1694665269792_0.15685721671254127"},"_hasShrinkwrap":false,"contributors":[]},"1.0.16":{"name":"es-iterator-helpers","version":"1.0.16","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","call-bind":"^1.0.6","define-properties":"^1.2.1","es-abstract":"^1.22.3","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.2","function-bind":"^1.1.2","get-intrinsic":"^1.2.4","globalthis":"^1.0.3","has-property-descriptors":"^1.0.1","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.7","iterator.prototype":"^1.1.2","safe-array-concat":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.4","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.29.1","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.0.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.1","safe-publish-latest":"^2.0.0","tape":"^5.7.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.0.16","gitHead":"167b48bc4da743d81434718fc7e2b0cab317e406","_nodeVersion":"21.6.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-CREG2A9Vq7bpDRnldhFcMKuKArvkZtsH6Y0DHOHVg49qhf+LD8uEdUM3OkOAICv0EziGtDEnQtqY2/mfBILpFw==","shasum":"495756d38dd5f9cc8e3091e913ee790d353e6f28","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.16.tgz","fileCount":116,"unpackedSize":155330,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHu29opVir61v130pPMYxzWC7fdd1hxPUWKoSfbFs1VqAiB/mVJiDOFow6ATm8utfHeEzFQdi/7dIXhpZwmb5COauw=="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.16_1707542948445_0.8764146923430607"},"_hasShrinkwrap":false,"contributors":[]},"1.0.17":{"name":"es-iterator-helpers","version":"1.0.17","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"asynciterator.prototype":"^1.0.0","call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.22.4","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.2","function-bind":"^1.1.2","get-intrinsic":"^1.2.4","globalthis":"^1.0.3","has-property-descriptors":"^1.0.2","has-proto":"^1.0.1","has-symbols":"^1.0.3","internal-slot":"^1.0.7","iterator.prototype":"^1.1.2","safe-array-concat":"^1.1.0"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.4","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.29.1","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.0.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.1","safe-publish-latest":"^2.0.0","tape":"^5.7.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.0.17","gitHead":"2e6d6228fe92955a6398c93308bc818c2455903b","_nodeVersion":"21.6.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==","shasum":"123d1315780df15b34eb181022da43e734388bb8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.17.tgz","fileCount":116,"unpackedSize":155935,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFiCHcy3aH2l4oJ8zzkPSRbFFJLWJCzVjC3AZHsK50P0AiEAi8Nj4qaa+IaUyz5cOL5pH6QaIvPmEvwca2jwaKYIzCs="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.17_1707857247651_0.1445750764018756"},"_hasShrinkwrap":false,"contributors":[]},"1.0.18":{"name":"es-iterator-helpers","version":"1.0.18","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.23.0","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.3","function-bind":"^1.1.2","get-intrinsic":"^1.2.4","globalthis":"^1.0.3","has-property-descriptors":"^1.0.2","has-proto":"^1.0.3","has-symbols":"^1.0.3","internal-slot":"^1.0.7","iterator.prototype":"^1.1.2","safe-array-concat":"^1.1.2"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.4","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.29.1","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.0.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.1","safe-publish-latest":"^2.0.0","tape":"^5.7.5"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.0.18","gitHead":"9c42f141bf70250701c83dda34e46594ce222890","_nodeVersion":"21.6.2","_npmVersion":"10.2.4","dist":{"integrity":"sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==","shasum":"4d3424f46b24df38d064af6fbbc89274e29ea69d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.18.tgz","fileCount":116,"unpackedSize":156906,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/PR9jmT75epyubt1AR8ZFVfh61s8VFwg7LziaOhhbyAiEA9XHYx5+LRBWpTpSHEuD9CezjHzQRPP7ZQm72IWkLo7c="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.18_1710535869189_0.5606029571691438"},"_hasShrinkwrap":false,"contributors":[]},"1.0.19":{"name":"es-iterator-helpers","version":"1.0.19","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.23.3","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.3","function-bind":"^1.1.2","get-intrinsic":"^1.2.4","globalthis":"^1.0.3","has-property-descriptors":"^1.0.2","has-proto":"^1.0.3","has-symbols":"^1.0.3","internal-slot":"^1.0.7","iterator.prototype":"^1.1.2","safe-array-concat":"^1.1.2"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.4","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","eslint-plugin-import":"^2.29.1","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.0.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.1","safe-publish-latest":"^2.0.0","tape":"^5.7.5"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.0.19","gitHead":"66823db3d5c7bb71c3d59dbbf6e407aa189a8caa","_nodeVersion":"22.0.0","_npmVersion":"10.5.1","dist":{"integrity":"sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==","shasum":"117003d0e5fec237b4b5c08aded722e0c6d50ca8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz","fileCount":114,"unpackedSize":155613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBzHS0965a9woTeUUtAgRDXxlKrUWIl4YtwKj2o8tShvAiADvAsCDkOQqH5FmaMSF0AkqU2pGMZhWstzipQ2MeYE4w=="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.0.19_1714012440074_0.13367453856185096"},"_hasShrinkwrap":false,"contributors":[]},"1.1.0":{"name":"es-iterator-helpers","version":"1.1.0","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.23.3","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.3","function-bind":"^1.1.2","get-intrinsic":"^1.2.4","globalthis":"^1.0.4","has-property-descriptors":"^1.0.2","has-proto":"^1.0.3","has-symbols":"^1.0.3","internal-slot":"^1.0.7","iterator.prototype":"^1.1.3","safe-array-concat":"^1.1.2"},"devDependencies":{"@es-shims/api":"^2.5.1","@ljharb/eslint-config":"^21.1.1","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.5.0","eslint":"=8.8.0","eslint-plugin-import":"^2.31.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.1.0","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.2","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.1.0","gitHead":"7f7637e6d9f22fce28bc96889a064a47b64c2c00","_nodeVersion":"22.9.0","_npmVersion":"10.8.3","dist":{"integrity":"sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==","shasum":"f6d745d342aea214fe09497e7152170dc333a7a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz","fileCount":120,"unpackedSize":166893,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYeDgOutvP/d3JjS21GDPEL1kka2haCTVGOPWpxxrhPAiEA4JDk8KDDe37nPU/5i7+QUqp3Gj0bHDDaZ8O65+8oVV8="}],"size":26567},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.1.0_1728443006299_0.29821285971431966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-09T03:03:26.599Z","publish_time":1728443006599,"_source_registry_name":"default","contributors":[]},"1.2.0":{"name":"es-iterator-helpers","version":"1.2.0","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.zip":"./Iterator.zip/index.js","./Iterator.zip/auto":"./Iterator.zip/auto.js","./Iterator.zip/polyfill":"./Iterator.zip/polyfill.js","./Iterator.zip/implementation":"./Iterator.zip/implementation.js","./Iterator.zip/shim":"./Iterator.zip/shim.js","./Iterator.zipKeyed":"./Iterator.zipKeyed/index.js","./Iterator.zipKeyed/auto":"./Iterator.zipKeyed/auto.js","./Iterator.zipKeyed/polyfill":"./Iterator.zipKeyed/polyfill.js","./Iterator.zipKeyed/implementation":"./Iterator.zipKeyed/implementation.js","./Iterator.zipKeyed/shim":"./Iterator.zipKeyed/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.23.3","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.3","function-bind":"^1.1.2","get-intrinsic":"^1.2.4","globalthis":"^1.0.4","gopd":"^1.0.1","has-property-descriptors":"^1.0.2","has-proto":"^1.0.3","has-symbols":"^1.0.3","internal-slot":"^1.0.7","iterator.prototype":"^1.1.3","safe-array-concat":"^1.1.2"},"devDependencies":{"@es-shims/api":"^3.0.1","@ljharb/eslint-config":"^21.1.1","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.5.0","eslint":"=8.8.0","eslint-plugin-import":"^2.31.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.1.0","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.2","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.2.0","gitHead":"6784a3bc3b9f67e4351f779f4e3628c7d3b75403","_nodeVersion":"23.1.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==","shasum":"2f1a3ab998b30cb2d10b195b587c6d9ebdebf152","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz","fileCount":136,"unpackedSize":190969,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC69ZNEl8pWzk00OdWEdupfZYf1Y231qMdqDE62DY2fNwIhAOA/fGRomm8cApr+Pp9zq03fJBIUONxL2iifiG5nabVK"}],"size":31171},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/es-iterator-helpers_1.2.0_1730735732712_0.5533063390540685"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-04T15:55:32.955Z","publish_time":1730735732955,"_source_registry_name":"default","contributors":[]},"1.2.1":{"name":"es-iterator-helpers","version":"1.2.1","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.zip":"./Iterator.zip/index.js","./Iterator.zip/auto":"./Iterator.zip/auto.js","./Iterator.zip/polyfill":"./Iterator.zip/polyfill.js","./Iterator.zip/implementation":"./Iterator.zip/implementation.js","./Iterator.zip/shim":"./Iterator.zip/shim.js","./Iterator.zipKeyed":"./Iterator.zipKeyed/index.js","./Iterator.zipKeyed/auto":"./Iterator.zipKeyed/auto.js","./Iterator.zipKeyed/polyfill":"./Iterator.zipKeyed/polyfill.js","./Iterator.zipKeyed/implementation":"./Iterator.zipKeyed/implementation.js","./Iterator.zipKeyed/shim":"./Iterator.zipKeyed/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.8","call-bound":"^1.0.3","define-properties":"^1.2.1","es-abstract":"^1.23.6","es-errors":"^1.3.0","es-set-tostringtag":"^2.0.3","function-bind":"^1.1.2","get-intrinsic":"^1.2.6","globalthis":"^1.0.4","gopd":"^1.2.0","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","internal-slot":"^1.1.0","iterator.prototype":"^1.1.4","safe-array-concat":"^1.1.3"},"devDependencies":{"@es-shims/api":"^3.0.2","@ljharb/eslint-config":"^21.1.1","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.5.0","eslint":"=8.8.0","eslint-plugin-import":"^2.31.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","make-generator-function":"^2.0.0","mock-property":"^1.1.0","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.3","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"es-iterator-helpers@1.2.1","gitHead":"d42d6eec7cd845f03137bb336cf8a2f54b49ae41","_nodeVersion":"23.5.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==","shasum":"d1dd0f58129054c0ad922e6a9a1e65eef435fe75","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz","fileCount":137,"unpackedSize":207946,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyyPhs99flhtqI/X9KXVuJSTGcmEc5y5iOdGz0C519oAIgX3qUAAW+fMRqVl+wt4IU8LZWzNYMaVs58OYHL3F1tAM="}],"size":33230},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/es-iterator-helpers_1.2.1_1734714349311_0.16577331085761626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-20T17:05:49.535Z","publish_time":1734714349535,"_source_registry_name":"default","contributors":[]},"1.2.2":{"name":"es-iterator-helpers","version":"1.2.2","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.zip":"./Iterator.zip/index.js","./Iterator.zip/auto":"./Iterator.zip/auto.js","./Iterator.zip/polyfill":"./Iterator.zip/polyfill.js","./Iterator.zip/implementation":"./Iterator.zip/implementation.js","./Iterator.zip/shim":"./Iterator.zip/shim.js","./Iterator.zipKeyed":"./Iterator.zipKeyed/index.js","./Iterator.zipKeyed/auto":"./Iterator.zipKeyed/auto.js","./Iterator.zipKeyed/polyfill":"./Iterator.zipKeyed/polyfill.js","./Iterator.zipKeyed/implementation":"./Iterator.zipKeyed/implementation.js","./Iterator.zipKeyed/shim":"./Iterator.zipKeyed/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.8","call-bound":"^1.0.4","define-properties":"^1.2.1","es-abstract":"^1.24.1","es-errors":"^1.3.0","es-set-tostringtag":"^2.1.0","function-bind":"^1.1.2","get-intrinsic":"^1.3.0","globalthis":"^1.0.4","gopd":"^1.2.0","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","internal-slot":"^1.1.0","iterator.prototype":"^1.1.5","safe-array-concat":"^1.1.3"},"devDependencies":{"@es-shims/api":"^3.0.3","@ljharb/eslint-config":"^22.1.2","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.7.1","eslint":"^9.39.2","eslint-plugin-import":"^2.32.0","evalmd":"^0.0.19","for-each":"^0.3.5","functions-have-names":"^1.2.3","has-strict-mode":"^1.1.0","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","jiti":"^0.0.0","make-generator-function":"^2.1.0","mock-property":"^1.1.0","npmignore":"^0.3.2","nyc":"^10.3.2","object-inspect":"^1.13.4","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"gitHead":"d5379b9f445a13e8924e8138bd6cfaa1298baf0a","_id":"es-iterator-helpers@1.2.2","_nodeVersion":"25.2.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==","shasum":"d979a9f686e2b0b72f88dbead7229924544720bc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz","fileCount":130,"unpackedSize":286318,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGghH/9GD0Nef+iEvkxll/D8XyS5zymLVH3gB/+Atp/xAiEAxc9GSQqAfoDgz+CyJkxA1oTMUOXJgoq6iqULALsfvJE="}],"size":42921},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/es-iterator-helpers_1.2.2_1765664573633_0.897190790232443"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-13T22:22:53.791Z","publish_time":1765664573791,"_source_registry_name":"default","contributors":[]},"1.3.0":{"name":"es-iterator-helpers","version":"1.3.0","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.zip":"./Iterator.zip/index.js","./Iterator.zip/auto":"./Iterator.zip/auto.js","./Iterator.zip/polyfill":"./Iterator.zip/polyfill.js","./Iterator.zip/implementation":"./Iterator.zip/implementation.js","./Iterator.zip/shim":"./Iterator.zip/shim.js","./Iterator.zipKeyed":"./Iterator.zipKeyed/index.js","./Iterator.zipKeyed/auto":"./Iterator.zipKeyed/auto.js","./Iterator.zipKeyed/polyfill":"./Iterator.zipKeyed/polyfill.js","./Iterator.zipKeyed/implementation":"./Iterator.zipKeyed/implementation.js","./Iterator.zipKeyed/shim":"./Iterator.zipKeyed/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.includes":"./Iterator.prototype.includes/index.js","./Iterator.prototype.includes/auto":"./Iterator.prototype.includes/auto.js","./Iterator.prototype.includes/polyfill":"./Iterator.prototype.includes/polyfill.js","./Iterator.prototype.includes/implementation":"./Iterator.prototype.includes/implementation.js","./Iterator.prototype.includes/shim":"./Iterator.prototype.includes/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.8","call-bound":"^1.0.4","define-properties":"^1.2.1","es-abstract":"^1.24.1","es-errors":"^1.3.0","es-set-tostringtag":"^2.1.0","function-bind":"^1.1.2","get-intrinsic":"^1.3.0","globalthis":"^1.0.4","gopd":"^1.2.0","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","internal-slot":"^1.1.0","iterator.prototype":"^1.1.5","math-intrinsics":"^1.1.0","safe-array-concat":"^1.1.3"},"devDependencies":{"@es-shims/api":"^3.0.3","@ljharb/eslint-config":"^22.2.0","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.7.1","eslint":"^9.39.4","eslint-plugin-import":"^2.32.0","evalmd":"^0.0.19","for-each":"^0.3.5","functions-have-names":"^1.2.3","has-strict-mode":"^1.1.0","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","jiti":"^0.0.0","make-generator-function":"^2.1.0","mock-property":"^1.1.0","npmignore":"^0.3.5","nyc":"^10.3.2","object-inspect":"^1.13.4","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"gitHead":"f810030b5bee4aa6084d3ff0c30a937c5ddbf7e5","_id":"es-iterator-helpers@1.3.0","_nodeVersion":"25.8.0","_npmVersion":"11.11.0","dist":{"integrity":"sha512-04cg8iJFDOxWcYlu0GFFWgs7vtaEPCmr5w1nrj9V3z3axu/48HCMwK6VMp45Zh3ZB+xLP1ifbJfrq86+1ypKKQ==","shasum":"36ff394076e6ab50725bcd2b8cd64c4f5b4ea75b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.3.0.tgz","fileCount":136,"unpackedSize":295395,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDvFbOw/HAii9CLp5wDxMw9WBnRB5Q/dpE5/iLGU1O6hQIgJ4flz3ncwSfhMo4derXPSh3cYBgo9y0eXAZVlBDRYVY="}],"size":44056},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/es-iterator-helpers_1.3.0_1773232410920_0.41341667267824245"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-11T12:33:31.088Z","publish_time":1773232411088,"_source_registry_name":"default","contributors":[]},"1.3.1":{"name":"es-iterator-helpers","version":"1.3.1","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.zip":"./Iterator.zip/index.js","./Iterator.zip/auto":"./Iterator.zip/auto.js","./Iterator.zip/polyfill":"./Iterator.zip/polyfill.js","./Iterator.zip/implementation":"./Iterator.zip/implementation.js","./Iterator.zip/shim":"./Iterator.zip/shim.js","./Iterator.zipKeyed":"./Iterator.zipKeyed/index.js","./Iterator.zipKeyed/auto":"./Iterator.zipKeyed/auto.js","./Iterator.zipKeyed/polyfill":"./Iterator.zipKeyed/polyfill.js","./Iterator.zipKeyed/implementation":"./Iterator.zipKeyed/implementation.js","./Iterator.zipKeyed/shim":"./Iterator.zipKeyed/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.includes":"./Iterator.prototype.includes/index.js","./Iterator.prototype.includes/auto":"./Iterator.prototype.includes/auto.js","./Iterator.prototype.includes/polyfill":"./Iterator.prototype.includes/polyfill.js","./Iterator.prototype.includes/implementation":"./Iterator.prototype.includes/implementation.js","./Iterator.prototype.includes/shim":"./Iterator.prototype.includes/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.8","call-bound":"^1.0.4","define-properties":"^1.2.1","es-abstract":"^1.24.1","es-errors":"^1.3.0","es-set-tostringtag":"^2.1.0","function-bind":"^1.1.2","get-intrinsic":"^1.3.0","globalthis":"^1.0.4","gopd":"^1.2.0","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","internal-slot":"^1.1.0","iterator.prototype":"^1.1.5","math-intrinsics":"^1.1.0","safe-array-concat":"^1.1.3"},"devDependencies":{"@es-shims/api":"^3.0.3","@ljharb/eslint-config":"^22.2.0","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.7.1","eslint":"^9.39.4","eslint-plugin-import":"^2.32.0","evalmd":"^0.0.19","for-each":"^0.3.5","functions-have-names":"^1.2.3","has-strict-mode":"^1.1.0","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","jiti":"^0.0.0","make-generator-function":"^2.1.0","mock-property":"^1.1.0","npmignore":"^0.3.5","nyc":"^10.3.2","object-inspect":"^1.13.4","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"gitHead":"b790e7409435f3bd3f43edbf9dc1d962818d8f46","_id":"es-iterator-helpers@1.3.1","_nodeVersion":"25.8.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==","shasum":"3be0f4e63438d6c5a1fb5f33b891aaad3f7dae06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.3.1.tgz","fileCount":136,"unpackedSize":296011,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCSNb66J3sISThx7MgA8zej6zgw32xTZzsLoE8T28ZfVgIgQF/1I2Ejva8BuaHJ39LE8hfeX8llZ0YOZ8lUVr3zGsQ="}],"size":44259},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/es-iterator-helpers_1.3.1_1773351091276_0.033104674558145586"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-12T21:31:31.426Z","publish_time":1773351091426,"_source_registry_name":"default","contributors":[]},"1.3.2":{"name":"es-iterator-helpers","version":"1.3.2","description":"An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.","main":"index.json","exports":{".":"./index.json","./auto":"./auto.js","./shim":"./shim.js","./Iterator":"./Iterator/index.js","./Iterator/auto":"./Iterator/auto.js","./Iterator/polyfill":"./Iterator/polyfill.js","./Iterator/implementation":"./Iterator/implementation.js","./Iterator/shim":"./Iterator/shim.js","./Iterator.prototype":"./Iterator.prototype/index.js","./Iterator.prototype/auto":"./Iterator.prototype/auto.js","./Iterator.prototype/polyfill":"./Iterator.prototype/polyfill.js","./Iterator.prototype/implementation":"./Iterator.prototype/implementation.js","./Iterator.prototype/shim":"./Iterator.prototype/shim.js","./Iterator.concat":"./Iterator.concat/index.js","./Iterator.concat/auto":"./Iterator.concat/auto.js","./Iterator.concat/polyfill":"./Iterator.concat/polyfill.js","./Iterator.concat/implementation":"./Iterator.concat/implementation.js","./Iterator.concat/shim":"./Iterator.concat/shim.js","./Iterator.from":"./Iterator.from/index.js","./Iterator.from/auto":"./Iterator.from/auto.js","./Iterator.from/polyfill":"./Iterator.from/polyfill.js","./Iterator.from/implementation":"./Iterator.from/implementation.js","./Iterator.from/shim":"./Iterator.from/shim.js","./Iterator.zip":"./Iterator.zip/index.js","./Iterator.zip/auto":"./Iterator.zip/auto.js","./Iterator.zip/polyfill":"./Iterator.zip/polyfill.js","./Iterator.zip/implementation":"./Iterator.zip/implementation.js","./Iterator.zip/shim":"./Iterator.zip/shim.js","./Iterator.zipKeyed":"./Iterator.zipKeyed/index.js","./Iterator.zipKeyed/auto":"./Iterator.zipKeyed/auto.js","./Iterator.zipKeyed/polyfill":"./Iterator.zipKeyed/polyfill.js","./Iterator.zipKeyed/implementation":"./Iterator.zipKeyed/implementation.js","./Iterator.zipKeyed/shim":"./Iterator.zipKeyed/shim.js","./Iterator.prototype.constructor":"./Iterator.prototype.constructor/index.js","./Iterator.prototype.constructor/auto":"./Iterator.prototype.constructor/auto.js","./Iterator.prototype.constructor/polyfill":"./Iterator.prototype.constructor/polyfill.js","./Iterator.prototype.constructor/implementation":"./Iterator.prototype.constructor/implementation.js","./Iterator.prototype.constructor/shim":"./Iterator.prototype.constructor/shim.js","./Iterator.prototype.map":"./Iterator.prototype.map/index.js","./Iterator.prototype.map/auto":"./Iterator.prototype.map/auto.js","./Iterator.prototype.map/polyfill":"./Iterator.prototype.map/polyfill.js","./Iterator.prototype.map/implementation":"./Iterator.prototype.map/implementation.js","./Iterator.prototype.map/shim":"./Iterator.prototype.map/shim.js","./Iterator.prototype.filter":"./Iterator.prototype.filter/index.js","./Iterator.prototype.filter/auto":"./Iterator.prototype.filter/auto.js","./Iterator.prototype.filter/polyfill":"./Iterator.prototype.filter/polyfill.js","./Iterator.prototype.filter/implementation":"./Iterator.prototype.filter/implementation.js","./Iterator.prototype.filter/shim":"./Iterator.prototype.filter/shim.js","./Iterator.prototype.take":"./Iterator.prototype.take/index.js","./Iterator.prototype.take/auto":"./Iterator.prototype.take/auto.js","./Iterator.prototype.take/polyfill":"./Iterator.prototype.take/polyfill.js","./Iterator.prototype.take/implementation":"./Iterator.prototype.take/implementation.js","./Iterator.prototype.take/shim":"./Iterator.prototype.take/shim.js","./Iterator.prototype.drop":"./Iterator.prototype.drop/index.js","./Iterator.prototype.drop/auto":"./Iterator.prototype.drop/auto.js","./Iterator.prototype.drop/polyfill":"./Iterator.prototype.drop/polyfill.js","./Iterator.prototype.drop/implementation":"./Iterator.prototype.drop/implementation.js","./Iterator.prototype.drop/shim":"./Iterator.prototype.drop/shim.js","./Iterator.prototype.flatMap":"./Iterator.prototype.flatMap/index.js","./Iterator.prototype.flatMap/auto":"./Iterator.prototype.flatMap/auto.js","./Iterator.prototype.flatMap/polyfill":"./Iterator.prototype.flatMap/polyfill.js","./Iterator.prototype.flatMap/implementation":"./Iterator.prototype.flatMap/implementation.js","./Iterator.prototype.flatMap/shim":"./Iterator.prototype.flatMap/shim.js","./Iterator.prototype.includes":"./Iterator.prototype.includes/index.js","./Iterator.prototype.includes/auto":"./Iterator.prototype.includes/auto.js","./Iterator.prototype.includes/polyfill":"./Iterator.prototype.includes/polyfill.js","./Iterator.prototype.includes/implementation":"./Iterator.prototype.includes/implementation.js","./Iterator.prototype.includes/shim":"./Iterator.prototype.includes/shim.js","./Iterator.prototype.reduce":"./Iterator.prototype.reduce/index.js","./Iterator.prototype.reduce/auto":"./Iterator.prototype.reduce/auto.js","./Iterator.prototype.reduce/polyfill":"./Iterator.prototype.reduce/polyfill.js","./Iterator.prototype.reduce/implementation":"./Iterator.prototype.reduce/implementation.js","./Iterator.prototype.reduce/shim":"./Iterator.prototype.reduce/shim.js","./Iterator.prototype.toArray":"./Iterator.prototype.toArray/index.js","./Iterator.prototype.toArray/auto":"./Iterator.prototype.toArray/auto.js","./Iterator.prototype.toArray/polyfill":"./Iterator.prototype.toArray/polyfill.js","./Iterator.prototype.toArray/implementation":"./Iterator.prototype.toArray/implementation.js","./Iterator.prototype.toArray/shim":"./Iterator.prototype.toArray/shim.js","./Iterator.prototype.forEach":"./Iterator.prototype.forEach/index.js","./Iterator.prototype.forEach/auto":"./Iterator.prototype.forEach/auto.js","./Iterator.prototype.forEach/polyfill":"./Iterator.prototype.forEach/polyfill.js","./Iterator.prototype.forEach/implementation":"./Iterator.prototype.forEach/implementation.js","./Iterator.prototype.forEach/shim":"./Iterator.prototype.forEach/shim.js","./Iterator.prototype.some":"./Iterator.prototype.some/index.js","./Iterator.prototype.some/auto":"./Iterator.prototype.some/auto.js","./Iterator.prototype.some/polyfill":"./Iterator.prototype.some/polyfill.js","./Iterator.prototype.some/implementation":"./Iterator.prototype.some/implementation.js","./Iterator.prototype.some/shim":"./Iterator.prototype.some/shim.js","./Iterator.prototype.every":"./Iterator.prototype.every/index.js","./Iterator.prototype.every/auto":"./Iterator.prototype.every/auto.js","./Iterator.prototype.every/polyfill":"./Iterator.prototype.every/polyfill.js","./Iterator.prototype.every/implementation":"./Iterator.prototype.every/implementation.js","./Iterator.prototype.every/shim":"./Iterator.prototype.every/shim.js","./Iterator.prototype.find":"./Iterator.prototype.find/index.js","./Iterator.prototype.find/auto":"./Iterator.prototype.find/auto.js","./Iterator.prototype.find/polyfill":"./Iterator.prototype.find/polyfill.js","./Iterator.prototype.find/implementation":"./Iterator.prototype.find/implementation.js","./Iterator.prototype.find/shim":"./Iterator.prototype.find/shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype","lint":"eslint --ext=js,mjs .","postlint":"evalmd README.md","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/iterator-helpers.git"},"keywords":["javascript","ecmascript","polyfill","shim","es-shims","es-shim API","Iterator","helpers","from","map","filter","take","drop","flatMap","reduce","toArray","forEach","some","every","find"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/iterator-helpers/issues"},"homepage":"https://github.com/es-shims/iterator-helpers#readme","dependencies":{"call-bind":"^1.0.9","call-bound":"^1.0.4","define-properties":"^1.2.1","es-abstract":"^1.24.2","es-errors":"^1.3.0","es-set-tostringtag":"^2.1.0","function-bind":"^1.1.2","get-intrinsic":"^1.3.0","globalthis":"^1.0.4","gopd":"^1.2.0","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","internal-slot":"^1.1.0","iterator.prototype":"^1.1.5","math-intrinsics":"^1.1.0"},"devDependencies":{"@es-shims/api":"^4.0.0","@ljharb/eslint-config":"^22.2.2","auto-changelog":"^2.5.0","encoding":"^0.1.13","es-value-fixtures":"^1.7.1","eslint":"^9.39.4","eslint-plugin-import":"^2.32.0","evalmd":"^0.0.19","for-each":"^0.3.5","functions-have-names":"^1.2.3","has-strict-mode":"^1.1.0","has-tostringtag":"^1.0.2","in-publish":"^2.0.1","iterate-iterator":"^1.0.2","jiti":"^0.0.0","make-generator-function":"^2.1.0","mock-property":"^1.1.0","npmignore":"^0.3.5","nyc":"^10.3.2","object-inspect":"^1.13.4","safe-publish-latest":"^2.0.0","tape":"^5.9.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"gitHead":"3cb0e9b2497c5a874fb150358ed416660c9b870e","_id":"es-iterator-helpers@1.3.2","_nodeVersion":"25.8.2","_npmVersion":"11.11.1","dist":{"integrity":"sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==","shasum":"8f4ff1f3603cbd09fbdb72c747a679779a65cc7f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz","fileCount":136,"unpackedSize":320076,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE8pFFTcf5TMLiVzXpKIn6C285vA5HBIeZL71mnlRxgBAiEA0QsLLUVfwQ+9nkNShgco6g2oMPFdVnCF6eJ/OiNe0A8="}],"size":48421},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/es-iterator-helpers_1.3.2_1775798700110_0.5017966549066395"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-10T05:25:00.256Z","publish_time":1775798700256,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"1.3.2"},"name":"es-iterator-helpers","time":{"created":"2023-02-05T08:10:22.666Z","1.0.0":"2023-02-05T08:10:05.080Z","modified":"2026-04-10T05:25:21.885Z","1.0.1":"2023-02-08T00:00:05.963Z","1.0.2":"2023-02-09T23:18:26.431Z","1.0.3":"2023-03-17T21:53:58.110Z","1.0.4":"2023-03-21T20:47:12.181Z","1.0.5":"2023-03-22T17:59:34.096Z","1.0.6":"2023-04-20T18:11:23.686Z","1.0.7":"2023-05-02T02:14:13.903Z","1.0.8":"2023-05-02T17:29:51.565Z","1.0.9":"2023-05-02T19:49:14.637Z","1.0.10":"2023-05-18T15:44:48.587Z","1.0.11":"2023-05-23T05:30:55.729Z","1.0.12":"2023-07-14T16:15:54.513Z","1.0.13":"2023-08-16T17:18:47.615Z","1.0.14":"2023-08-27T04:33:02.604Z","1.0.15":"2023-09-14T04:21:10.000Z","1.0.16":"2024-02-10T05:29:08.646Z","1.0.17":"2024-02-13T20:47:27.835Z","1.0.18":"2024-03-15T20:51:09.367Z","1.0.19":"2024-04-25T02:34:00.312Z","1.1.0":"2024-10-09T03:03:26.599Z","1.2.0":"2024-11-04T15:55:32.955Z","1.2.1":"2024-12-20T17:05:49.535Z","1.2.2":"2025-12-13T22:22:53.791Z","1.3.0":"2026-03-11T12:33:31.088Z","1.3.1":"2026-03-12T21:31:31.426Z","1.3.2":"2026-04-10T05:25:00.256Z"},"readme":"# es-iterator-helpers <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nAn ESnext spec-compliant sync iterator helpers shim/polyfill/replacement that works as far down as ES3.\n\nThis package implements the [es-shim API](https://github.com/es-shims/api) “multi” interface. It works in an ES3-supported environment and complies with the [iterator helpers spec](https://tc39.es/proposal-iterator-helpers/) and the [iterator sequencing spec](https://tc39.es/proposal-iterator-sequencing/).\n\nBecause the `Iterator.prototype` methods depend on a receiver (the `this` value), the main export in each subdirectory takes the iterator to operate on as the first argument.\n\nThe main export of the package itself is simply an array of the available directory names. It’s sole intended use is for build tooling and testing.\n\n## Supported things\n\n - [`Iterator` constructor](https://tc39.es/proposal-iterator-helpers/#sec-iterator-constructor)\n - [`Iterator.prototype`](https://tc39.es/proposal-iterator-helpers/#sec-iterator.prototype)\n - [`Iterator.concat`](https://tc39.es/proposal-iterator-sequencing/)\n - [`Iterator.from`](https://tc39.es/proposal-iterator-helpers/#sec-iterator.from)\n - [`Iterator.zip`](https://tc39.es/proposal-joint-iteration/#sec-iterator.zip)\n - [`Iterator.zipKeyed`](https://tc39.es/proposal-joint-iteration/#sec-iterator.zipkeyed)\n - [`Iterator.prototype.constructor`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.constructor)\n - [`Iterator.prototype.drop`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.drop)\n - [`Iterator.prototype.every`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.every)\n - [`Iterator.prototype.filter`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.filter)\n - [`Iterator.prototype.find`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.find)\n - [`Iterator.prototype.flatMap`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.flatmap)\n - [`Iterator.prototype.forEach`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.foreach)\n - [`Iterator.prototype.includes`](https://tc39.es/proposal-iterator-includes/)\n - [`Iterator.prototype.map`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.map)\n - [`Iterator.prototype.reduce`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.reduce)\n - [`Iterator.prototype.some`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.some)\n - [`Iterator.prototype.take`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.take)\n - [`Iterator.prototype.toArray`](https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.toarray)\n\n## Environments where this is needed\n\n - node < v22, Chrome < v122, Safari <= v17.1, Firefox <= v125: not implemented\n - node v22, Chrome v122 - v130: has a [bug](https://issues.chromium.org/issues/336839115) where `{ next: null }` is not properly rejected\n - node v22 - v24, Chrome v122 - v134: missing early-error `IteratorClose` when argument validation fails (e.g., non-callable mapper does not call the iterator's `return` method)\n - all environments lack Iterator.concat, Iterator.zip, Iterator.zipKeyed, Iterator.prototype.includes\n\n## Getting started\n\n```sh\nnpm install --save es-iterator-helpers\n```\n\n## Usage/Examples\n\nUsing explicit imports:\n\n```js\nconst map = require('es-iterator-helpers/Iterator.prototype.map');\nconst toArray = require('es-iterator-helpers/Iterator.prototype.toArray');\nconst assert = require('assert');\n\nconst iterator = [1, 2, 3].values();\n\nconst mapped = map(iterator, (x) => x + 10);\nassert.deepEqual(\n\tmapped.next(),\n    {\n        done: false,\n        value: 11,\n    }\n);\nassert.deepEqual(\n    toArray(mapped),\n    [12, 13]\n);\n```\n\nShim using `require`:\n\n```js\nrequire('es-iterator-helpers/auto'); // shim all of the methods\n\nrequire('es-iterator-helpers/Iterator.prototype.map/auto'); // shim the “map” method\n```\n\nShim using `import` syntax:\n\n[](#preventEval)\n```js\nimport 'es-iterator-helpers/auto'; // shim all of the methods\n\nimport 'es-iterator-helpers/Iterator.prototype.map/auto'; // shim the “map” method\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/es-iterator-helpers\n[npm-version-svg]: https://versionbadg.es/es-shims/iterator-helpers.svg\n[deps-svg]: https://david-dm.org/es-shims/iterator-helpers.svg\n[deps-url]: https://david-dm.org/es-shims/iterator-helpers\n[dev-deps-svg]: https://david-dm.org/es-shims/iterator-helpers/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/iterator-helpers#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/es-iterator-helpers.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/es-iterator-helpers.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/es-iterator-helpers.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=es-iterator-helpers\n[codecov-image]: https://codecov.io/gh/es-shims/iterator-helpers/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/es-shims/iterator-helpers/\n[actions-image]: https://img.shields.io/github/check-runs/es-shims/iterator-helpers/main\n[actions-url]: https://github.com/es-shims/iterator-helpers/actions","users":{}}