{
  "_args": [
    [
      "iterate-value@1.0.2",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "iterate-value@1.0.2",
  "_id": "iterate-value@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==",
  "_location": "/iterate-value",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "iterate-value@1.0.2",
    "name": "iterate-value",
    "escapedName": "iterate-value",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/promise.allsettled"
  ],
  "_resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "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/iterate-value/issues"
  },
  "dependencies": {
    "es-get-iterator": "^1.0.2",
    "iterate-iterator": "^1.0.1"
  },
  "description": "Iterate any iterable JS value. Works robustly in all environments, all versions.",
  "devDependencies": {
    "@ljharb/eslint-config": "^15.1.0",
    "auto-changelog": "^1.16.2",
    "eslint": "^6.8.0",
    "evalmd": "^0.0.19",
    "for-each": "^0.3.3",
    "has-bigints": "^1.0.0",
    "has-symbols": "^1.0.1",
    "object-inspect": "^1.7.0",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.0-next.3"
  },
  "exports": {
    ".": [
      {
        "default": "./index.js"
      },
      "./index.js"
    ]
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/iterate-value#readme",
  "keywords": [
    "iterate",
    "map",
    "set",
    "collection",
    "string",
    "array",
    "es2015",
    "es6",
    "iterator",
    "symbol.iterator",
    "symbol"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "iterate-value",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/iterate-value.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx aud",
    "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",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "node test",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "type": "commonjs",
  "version": "1.0.2"
}
