{
	"name": "promise.allsettled",
	"version": "1.0.7",
	"author": "Jordan Harband <ljharb@gmail.com>",
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"contributors": [
		{
			"name": "Jordan Harband",
			"email": "ljharb@gmail.com",
			"url": "http://ljharb.codes"
		}
	],
	"description": "ES Proposal spec-compliant shim for Promise.allSettled",
	"license": "MIT",
	"main": "index.js",
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"prepublishOnly": "safe-publish-latest",
		"pretest": "npm run --silent lint && es-shim-api --bound",
		"test": "npm run --silent tests-only && npm run test:promise-shimmed",
		"posttest": "npx aud --production",
		"tests-only": "nyc tape test/{implementation,index,shimmed}.js",
		"test:promise-shimmed": "nyc node test/promise-shimmed",
		"test:native": "nyc node test/native",
		"lint": "eslint --ext=js,mjs .",
		"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://github.com/es-shims/Promise.allSettled.git"
	},
	"keywords": [
		"Promise",
		"promises",
		"allsettled",
		"settled",
		"fulfilled",
		"resolved",
		"rejected",
		"promise.allsettled",
		"shim",
		"polyfill",
		"es-shim",
		"API"
	],
	"bugs": {
		"url": "https://github.com/es-shims/promise.allsettled/issues"
	},
	"homepage": "https://github.com/es-shims/promise.allsettled#readme",
	"engines": {
		"node": ">= 0.4"
	},
	"dependencies": {
		"array.prototype.map": "^1.0.5",
		"call-bind": "^1.0.2",
		"define-properties": "^1.2.0",
		"es-abstract": "^1.22.1",
		"get-intrinsic": "^1.2.1",
		"iterate-value": "^1.0.2"
	},
	"devDependencies": {
		"@es-shims/api": "^2.4.2",
		"@ljharb/eslint-config": "^21.1.0",
		"aud": "^2.0.3",
		"auto-changelog": "^2.4.0",
		"es6-shim": "^0.35.8",
		"eslint": "=8.8.0",
		"functions-have-names": "^1.2.3",
		"in-publish": "^2.0.1",
		"npmignore": "^0.3.0",
		"nyc": "^10.3.2",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.6.6"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}
