{
	"name": "replace-string",
	"version": "3.1.0",
	"description": "Replace all substring matches in a string",
	"license": "MIT",
	"repository": "sindresorhus/replace-string",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=8"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"replace",
		"string",
		"text",
		"all",
		"many",
		"multiple",
		"global",
		"match",
		"matches",
		"replacement",
		"replacer",
		"modify",
		"substring",
		"sub-string",
		"needle",
		"search"
	],
	"devDependencies": {
		"ava": "^1.4.1",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}
}
