{
	"name": "set.prototype.difference",
	"version": "1.1.7",
	"description": "An ESnext spec-compliant `Set.prototype.difference` shim/polyfill/replacement that works as far down as ES3",
	"main": "index.js",
	"exports": {
		".": "./index.js",
		"./auto": "./auto.js",
		"./polyfill": "./polyfill.js",
		"./implementation": "./implementation.js",
		"./shim": "./shim.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublishOnly": "safe-publish-latest",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"pretest": "npm run --silent lint",
		"tests-only": "nyc tape 'test/**/*.js'",
		"test:native": "nyc node test/native",
		"prelint": "evalmd README.md",
		"lint": "eslint --ext=js,mjs .",
		"postlint": "es-shim-api --bound",
		"test": "npm run tests-only",
		"posttest": "npx npm@'>=10.2' audit --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/Set.prototype.difference.git"
	},
	"keywords": [
		"javascript",
		"ecmascript",
		"Set",
		"difference",
		"set.prototype.difference",
		"polyfill",
		"shim",
		"es-shim API",
		"es-shims"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/es-shims/Set.prototype.difference/issues"
	},
	"homepage": "https://github.com/es-shims/Set.prototype.difference#readme",
	"dependencies": {
		"call-bind": "^1.0.8",
		"call-bound": "^1.0.4",
		"define-properties": "^1.2.1",
		"es-abstract": "^1.23.9",
		"es-errors": "^1.3.0",
		"es-set": "^1.1.2",
		"is-set": "^2.0.3",
		"stop-iteration-iterator": "^1.1.0"
	},
	"devDependencies": {
		"@es-shims/api": "^2.5.1",
		"@ljharb/eslint-config": "^21.1.1",
		"auto-changelog": "^2.5.0",
		"encoding": "^0.1.13",
		"es-get-iterator": "^1.1.3",
		"es-map": "^2.0.1",
		"es-value-fixtures": "^1.7.1",
		"eslint": "=8.8.0",
		"evalmd": "^0.0.19",
		"for-each": "^0.3.5",
		"functions-have-names": "^1.2.3",
		"gopd": "^1.2.0",
		"has-strict-mode": "^1.1.0",
		"in-publish": "^2.0.1",
		"npmignore": "^0.3.1",
		"nyc": "^10.3.2",
		"object-inspect": "^1.13.4",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.9.0"
	},
	"testling": {
		"files": "test/index.js"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"engines": {
		"node": ">= 0.4"
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}
