{
  "_from": "es-iterator-helpers@^1.2.1",
  "_id": "es-iterator-helpers@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
  "_location": "/es-iterator-helpers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "es-iterator-helpers@^1.2.1",
    "name": "es-iterator-helpers",
    "escapedName": "es-iterator-helpers",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz",
  "_shasum": "d979a9f686e2b0b72f88dbead7229924544720bc",
  "_spec": "es-iterator-helpers@^1.2.1",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-plugin-react",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/es-shims/iterator-helpers/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.",
  "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"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "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"
  },
  "homepage": "https://github.com/es-shims/iterator-helpers#readme",
  "keywords": [
    "javascript",
    "ecmascript",
    "polyfill",
    "shim",
    "es-shims",
    "es-shim API",
    "Iterator",
    "helpers",
    "from",
    "map",
    "filter",
    "take",
    "drop",
    "flatMap",
    "reduce",
    "toArray",
    "forEach",
    "some",
    "every",
    "find"
  ],
  "license": "MIT",
  "main": "index.json",
  "name": "es-iterator-helpers",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-shims/iterator-helpers.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "postlint": "evalmd README.md",
    "posttest": "npx npm@'>=10.2' audit --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prelint": "es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.2.2"
}
