{
  "_from": "stop-iteration-iterator@^1.0.0",
  "_id": "stop-iteration-iterator@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
  "_location": "/stop-iteration-iterator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stop-iteration-iterator@^1.0.0",
    "name": "stop-iteration-iterator",
    "escapedName": "stop-iteration-iterator",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/es-get-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
  "_shasum": "6a60be0b4ee757d1ed5254858ec66b10c49285e4",
  "_spec": "stop-iteration-iterator@^1.0.0",
  "_where": "/var/www/html/frontend-new/node_modules/es-get-iterator",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false
  },
  "bugs": {
    "url": "https://github.com/ljharb/stop-iteration-iterator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "internal-slot": "^1.0.4"
  },
  "deprecated": false,
  "description": "Firefox 17-26 iterators throw a StopIteration object to indicate \"done\". This normalizes it.",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.0.1",
    "aud": "^2.0.2",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "npmignore": "^0.3.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.1"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/ljharb/stop-iteration-iterator#readme",
  "keywords": [
    "stopiteration",
    "iterator",
    "firefox"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stop-iteration-iterator",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/stop-iteration-iterator.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "posttest": "aud --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)\")\"",
    "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"
  },
  "testling": {
    "files": "test/index.js"
  },
  "version": "1.0.0"
}
