.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-supported-regexp-flag / package.json
1 {
2   "name": "is-supported-regexp-flag",
3   "version": "1.0.1",
4   "description": "Check whether a RegExp flag is supported. Mostly useful for `y` and `u`.",
5   "license": "MIT",
6   "repository": "sindresorhus/is-supported-regexp-flag",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "http://sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=0.10.0"
14   },
15   "scripts": {
16     "test": "mocha"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "regexp",
23     "regex",
24     "re",
25     "check",
26     "is",
27     "support",
28     "supported",
29     "valid",
30     "flag"
31   ],
32   "devDependencies": {
33     "mocha": "*"
34   }
35 }