| { |
| "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-iterator/issues" |
| }, |
| "description": "Iterate any JS iterator. Works robustly in all environments, all versions.", |
| "devDependencies": { |
| "@ljharb/eslint-config": "^15.1.0", |
| "auto-changelog": "^1.16.2", |
| "covert": "^1.1.1", |
| "es-get-iterator": "^1.0.2", |
| "eslint": "^6.8.0", |
| "evalmd": "^0.0.19", |
| "for-each": "^0.3.3", |
| "object-inspect": "^1.7.0", |
| "safe-publish-latest": "^1.1.4", |
| "tape": "^5.0.0-next.3" |
| }, |
| "exports": { |
| ".": [ |
| { |
| "default": "./index.js" |
| }, |
| "./index.js" |
| ] |
| }, |
| "homepage": "https://github.com/ljharb/iterate-iterator#readme", |
| "keywords": [ |
| "iterate", |
| "iterator", |
| "iterable", |
| "es2015", |
| "es6", |
| "symbol.iterator", |
| "symbol", |
| "next" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "iterate-iterator", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/ljharb/iterate-iterator.git" |
| }, |
| "scripts": { |
| "coverage": "covert test", |
| "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" |
| }, |
| "version": "1.0.1" |
| } |