.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / micromatch / node_modules / is-extglob / package.json
1 {
2   "name": "is-extglob",
3   "description": "Returns true if a string has an extglob.",
4   "version": "1.0.0",
5   "homepage": "https://github.com/jonschlinkert/is-extglob",
6   "author": {
7     "name": "Jon Schlinkert",
8     "url": "https://github.com/jonschlinkert"
9   },
10   "repository": "jonschlinkert/is-extglob",
11   "bugs": {
12     "url": "https://github.com/jonschlinkert/is-extglob/issues"
13   },
14   "license": "MIT",
15   "files": [
16     "index.js"
17   ],
18   "main": "index.js",
19   "engines": {
20     "node": ">=0.10.0"
21   },
22   "scripts": {
23     "test": "mocha",
24     "prepublish": "browserify -o browser.js -e index.js"
25   },
26   "devDependencies": {
27     "mocha": "*",
28     "should": "*"
29   },
30   "keywords": [
31     "bash",
32     "braces",
33     "check",
34     "exec",
35     "extglob",
36     "expression",
37     "glob",
38     "globbing",
39     "globstar",
40     "match",
41     "matches",
42     "pattern",
43     "regex",
44     "regular",
45     "string",
46     "test"
47   ]
48 }