aboutsummaryrefslogtreecommitdiff
path: root/node_modules/escape-string-regexp/package.json
blob: 2e343cfa074e09d79f83555d286829cdc1cf8662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
	"name": "escape-string-regexp",
	"version": "2.0.0",
	"description": "Escape RegExp special characters",
	"license": "MIT",
	"repository": "sindresorhus/escape-string-regexp",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"maintainers": [
		"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
		"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
	],
	"engines": {
		"node": ">=8"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"escape",
		"regex",
		"regexp",
		"re",
		"regular",
		"expression",
		"string",
		"str",
		"special",
		"characters"
	],
	"devDependencies": {
		"ava": "^1.4.1",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}
}