Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / parse-glob / package.json
1 {
2   "_from": "parse-glob@^3.0.4",
3   "_id": "parse-glob@3.0.4",
4   "_inBundle": false,
5   "_integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
6   "_location": "/parse-glob",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "parse-glob@^3.0.4",
12     "name": "parse-glob",
13     "escapedName": "parse-glob",
14     "rawSpec": "^3.0.4",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.4"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
22   "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
23   "_spec": "parse-glob@^3.0.4",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/parse-glob/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "glob-base": "^0.3.0",
35     "is-dotfile": "^1.0.0",
36     "is-extglob": "^1.0.0",
37     "is-glob": "^2.0.0"
38   },
39   "deprecated": false,
40   "description": "Parse a glob pattern into an object of tokens.",
41   "devDependencies": {
42     "browserify": "^9.0.3",
43     "lodash": "^3.3.1",
44     "mocha": "*"
45   },
46   "engines": {
47     "node": ">=0.10.0"
48   },
49   "files": [
50     "index.js"
51   ],
52   "homepage": "https://github.com/jonschlinkert/parse-glob",
53   "keywords": [
54     "glob",
55     "match",
56     "bash",
57     "expand",
58     "expansion",
59     "expression",
60     "file",
61     "files",
62     "filter",
63     "find",
64     "glob",
65     "globbing",
66     "globs",
67     "globstar",
68     "match",
69     "matcher",
70     "matches",
71     "matching",
72     "path",
73     "pattern",
74     "patterns",
75     "regex",
76     "regexp",
77     "regular",
78     "shell",
79     "wildcard"
80   ],
81   "license": "MIT",
82   "main": "index.js",
83   "name": "parse-glob",
84   "repository": {
85     "type": "git",
86     "url": "git+https://github.com/jonschlinkert/parse-glob.git"
87   },
88   "scripts": {
89     "prepublish": "browserify -o browser.js -e index.js",
90     "test": "mocha"
91   },
92   "version": "3.0.4"
93 }