Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / globby / package.json
1 {
2   "_from": "globby@^7.0.0",
3   "_id": "globby@7.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
6   "_location": "/stylelint/globby",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "globby@^7.0.0",
12     "name": "globby",
13     "escapedName": "globby",
14     "rawSpec": "^7.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^7.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz",
22   "_shasum": "fb2ccff9401f8600945dfada97440cca972b8680",
23   "_spec": "globby@^7.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/globby/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "array-union": "^1.0.1",
36     "dir-glob": "^2.0.0",
37     "glob": "^7.1.2",
38     "ignore": "^3.3.5",
39     "pify": "^3.0.0",
40     "slash": "^1.0.0"
41   },
42   "deprecated": false,
43   "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
44   "devDependencies": {
45     "ava": "*",
46     "fast-glob": "^1.0.1",
47     "glob-stream": "^6.1.0",
48     "globby": "github:sindresorhus/globby#master",
49     "matcha": "^0.7.0",
50     "rimraf": "^2.2.8",
51     "xo": "^0.18.0"
52   },
53   "engines": {
54     "node": ">=4"
55   },
56   "files": [
57     "index.js",
58     "gitignore.js"
59   ],
60   "homepage": "https://github.com/sindresorhus/globby#readme",
61   "keywords": [
62     "all",
63     "array",
64     "directories",
65     "dirs",
66     "expand",
67     "files",
68     "filesystem",
69     "filter",
70     "find",
71     "fnmatch",
72     "folders",
73     "fs",
74     "glob",
75     "globbing",
76     "globs",
77     "gulpfriendly",
78     "match",
79     "matcher",
80     "minimatch",
81     "multi",
82     "multiple",
83     "paths",
84     "pattern",
85     "patterns",
86     "traverse",
87     "util",
88     "utility",
89     "wildcard",
90     "wildcards",
91     "promise",
92     "gitignore",
93     "git"
94   ],
95   "license": "MIT",
96   "name": "globby",
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/sindresorhus/globby.git"
100   },
101   "scripts": {
102     "bench": "npm update glob-stream fast-glob && matcha bench.js",
103     "test": "xo && ava"
104   },
105   "version": "7.1.1"
106 }