{
  "_from": "iterator.prototype@^1.1.2",
  "_id": "iterator.prototype@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
  "_location": "/iterator.prototype",
  "_phantomChildren": {
    "define-data-property": "1.1.4",
    "es-errors": "1.3.0",
    "has-property-descriptors": "1.0.2",
    "has-proto": "1.0.3",
    "hasown": "2.0.2",
    "object-keys": "1.1.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "iterator.prototype@^1.1.2",
    "name": "iterator.prototype",
    "escapedName": "iterator.prototype",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/es-iterator-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
  "_shasum": "5e29c8924f01916cb9335f1ff80619dcff22b0c0",
  "_spec": "iterator.prototype@^1.1.2",
  "_where": "D:\\Projects\\ashkanTala\\theme\\node_modules\\es-iterator-helpers",
  "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/ljharb/Iterator.prototype/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "define-properties": "^1.2.1",
    "get-intrinsic": "^1.2.1",
    "has-symbols": "^1.0.3",
    "reflect.getprototypeof": "^1.0.4",
    "set-function-name": "^2.0.1"
  },
  "deprecated": false,
  "description": "`Iterator.prototype`, or a shared object to use.",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "aud": "^2.0.3",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.0",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.6"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/ljharb/Iterator.prototype#readme",
  "keywords": [
    "javascript",
    "ecmascript",
    "iterator",
    "prototype"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "iterator.prototype",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/Iterator.prototype.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)\")\"",
    "prelint": "evalmd README.md",
    "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": "tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "testling": {
    "files": "test/index.js"
  },
  "version": "1.1.2"
}
