{
	"name": "es-create-array-iterator",
	"version": "1.0.8",
	"description": "EcmaScript's CreateArrayIterator abstract operation",
	"main": "index.js",
	"exports": {
		".": "./index.js",
		"./ArrayIteratorPrototype": "./ArrayIteratorPrototype/index.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"prepublishOnly": "safe-publish-latest",
		"pretest": "npm run lint",
		"lint": "eslint .",
		"tests-only": "nyc tape 'test/**/*.js'",
		"test": "npm run tests-only",
		"posttest": "aud --production",
		"version": "auto-changelog && git add CHANGELOG.md",
		"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/es-shims/es-create-array-iterator.git"
	},
	"keywords": [
		"createarrayiterator",
		"array",
		"iterator",
		"keys",
		"values",
		"entries",
		"ecmascript",
		"es",
		"abstract operation"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/es-shims/es-create-array-iterator/issues"
	},
	"homepage": "https://github.com/es-shims/es-create-array-iterator#readme",
	"devDependencies": {
		"@ljharb/eslint-config": "^21.1.0",
		"aud": "^2.0.4",
		"auto-changelog": "^2.4.0",
		"eslint": "=8.8.0",
		"for-each": "^0.3.3",
		"in-publish": "^2.0.1",
		"iterate-iterator": "^1.0.2",
		"npmignore": "^0.3.1",
		"nyc": "^10.3.2",
		"object-inspect": "^1.13.1",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.7.4"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"dependencies": {
		"call-bind": "^1.0.5",
		"es-abstract": "^1.22.3",
		"es-errors": "^1.0.0",
		"es-set-tostringtag": "^2.0.2",
		"get-intrinsic": "^1.2.3",
		"has-symbols": "^1.0.3",
		"internal-slot": "^1.0.6",
		"is-typed-array": "^1.1.13",
		"iterator.prototype": "^1.1.2",
		"typed-array-length": "^1.0.4"
	},
	"testling": {
		"files": "test"
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}
