| { |
| "author": "Jordan Harband <ljharb@gmail.com>", |
| "auto-changelog": { |
| "backfillLimit": false, |
| "commitLimit": false, |
| "output": "CHANGELOG.md", |
| "template": "keepachangelog", |
| "unreleased": 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" |
| } |