{"bugs":{"url":"https://github.com/ljharb/es-get-iterator/issues"},"dist":{"shasum":"3ef87523c5d464d41084b2c3c9c214f1199763d6","tarball":"https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz","fileCount":15,"integrity":"sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==","signatures":[{"sig":"MEQCIDTPR6e5r55SrMJv2tDMEAsuWDkdU9m6FwslhVUQQ564AiA4GNt0GTNK2HQQH7Cx9o00PkZNdoO/yhpTWd19VqJAfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwQ0WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdMg//X6vnG/v//1Jf2LJ47+ehsXf/OPZelrGs8vjjixPVfY9aSaLu\r\n2i3Vx3BPrSdmd01Oa98NJrr7UTPnizsjQLbXapR7DRLRmNsJPG29t58EnW/s\r\nwbA+8qyDkw/DXDFnD9DJCLDsW8ZUTzTDDFcu+JYRvmn4he3Avevr7zAAPSbb\r\nZjnhCvYayTxcs8Miu2rOcLRADC9cagGJ2KK6IZtcKZGJUBeinbMWwOeHA6N7\r\nn+N8KLMz5ZlJ3iRpYyu7ap755EoZSmVnYOISAbOlbCfi2zsqxdOQ3ulqP7Qo\r\nqdjuFoXxJ3+3W66iqIBpSpk0cPzhrtx0o2Pd/bf51/pP7slmN+95HsWGIBYx\r\nHkxcmV6fzY8kuW6lDwIZ63v2Baa6bCpZboG91YsQCuK6S4q2OhCglmgxPobj\r\nI7DpKLipn77u8V5xI76XEQ3NwHvTGg6hVoSMDAONmPLjHkiFcJvJ8t/zMj+x\r\nP8FbySnLyleXOeZBRq0sRHONux9wKUSzgG7ZrdySVd4avgkC5qhpnGoLRPuF\r\nMrwcaCgosV0BCh1xwzqGivss+auW+JdZBex/XGoUsd8ch4genfw7ySX/6S86\r\n/51YfmT/XoEGYscADPFhCDFths0gvpLIi+d7fcBDq5FoEwc8ztjfeYDr9g3P\r\nQ9V8y+ooEw6TzYqKq9LOYt3Op0SZqdHEKmY=\r\n=ahn+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./index.js","name":"es-get-iterator","type":"commonjs","author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"browser":"./index.js","exports":{".":[{"import":"./node.mjs","browser":"./index.js","default":"./node.js"},"./node.js"],"./package":"./package.json","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"ed0e55512a2cadbbd845f1fa8e06d51fca606423","license":"MIT","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && TEST_VARIANT=node npm run tests-only && npm run tests-esm && npm run tests-preload-es6-shim","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","posttest":"aud --production","tests-esm":"TEST_VARIANT=node.mjs npm run tests-only","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc node test/${TEST_VARIANT-}","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest","tests-preload-es6-shim":"TEST_VARIANT=es6-shim PRELOAD_GET_ITERATOR=true npm run tests-only"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"homepage":"https://github.com/ljharb/es-get-iterator#readme","keywords":["iterator","Symbol.iterator","iterable","collection","next","iteration"],"testling":{"files":"./test/index.js"},"repository":{"url":"git+https://github.com/ljharb/es-get-iterator.git","type":"git"},"_npmVersion":"9.2.0","description":"Get an iterator for any JS language value. Works robustly across all environments, all versions.","directories":{},"greenkeeper":{"ignore":["nyc"]},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"_nodeVersion":"19.4.0","dependencies":{"is-map":"^2.0.2","is-set":"^2.0.2","isarray":"^2.0.5","call-bind":"^1.0.2","is-string":"^1.0.7","has-symbols":"^1.0.3","is-arguments":"^1.1.1","get-intrinsic":"^1.1.3","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.2","nyc":"^10.3.2","tape":"^5.6.1","eslint":"=8.8.0","core-js":"^2.6.10 || ^3.4.2","es5-shim":"^4.6.7","es6-shim":"^0.35.7","for-each":"^0.3.3","npmignore":"^0.3.0","has-bigints":"^1.0.2","auto-changelog":"^2.4.0","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","@ljharb/eslint-config":"^21.0.1"},"_npmOperationalInternal":{"tmp":"tmp/es-get-iterator_1.1.3_1673596182750_0.1227648994005146","host":"s3://npm-registry-packages"},"_id":"es-get-iterator@1.1.3","version":"1.1.3"}