{
	"name": "string.prototype.matchall",
	"version": "4.0.2",
	"description": "Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.",
	"main": "index.js",
	"scripts": {
		"prepublish": "safe-publish-latest",
		"pretest": "npm run lint",
		"test": "es-shim-api --bound && npm run tests-only",
		"posttest": "npx aud",
		"tests-only": "npm run test:module && npm run test:shim",
		"test:module": "node test",
		"test:shim": "node test/shimmed",
		"prelint": "evalmd *.md",
		"lint": "eslint ."
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ljharb/String.prototype.matchAll.git"
	},
	"keywords": [
		"String.prototype.matchAll",
		"matchAll",
		"match",
		"regex",
		"regexp",
		"regular",
		"expression",
		"matches"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ljharb/String.prototype.matchAll/issues"
	},
	"homepage": "https://github.com/ljharb/String.prototype.matchAll#readme",
	"dependencies": {
		"define-properties": "^1.1.3",
		"es-abstract": "^1.17.0",
		"has-symbols": "^1.0.1",
		"internal-slot": "^1.0.2",
		"regexp.prototype.flags": "^1.3.0",
		"side-channel": "^1.0.2"
	},
	"devDependencies": {
		"@es-shims/api": "^2.1.2",
		"@ljharb/eslint-config": "^15.1.0",
		"es5-shim": "^4.5.13",
		"es6-shim": "^0.35.5",
		"eslint": "^6.8.0",
		"evalmd": "0.0.19",
		"foreach": "^2.0.5",
		"function-bind": "^1.1.1",
		"functions-have-names": "^1.2.0",
		"object-inspect": "^1.7.0",
		"object.assign": "^4.1.0",
		"object.entries": "^1.1.1",
		"safe-publish-latest": "^1.1.4",
		"tape": "^4.12.0"
	}
}
