Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / dir-glob / package.json
1 {
2   "_from": "dir-glob@^2.0.0",
3   "_id": "dir-glob@2.2.2",
4   "_inBundle": false,
5   "_integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==",
6   "_location": "/dir-glob",
7   "_phantomChildren": {
8     "pify": "3.0.0"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "dir-glob@^2.0.0",
14     "name": "dir-glob",
15     "escapedName": "dir-glob",
16     "rawSpec": "^2.0.0",
17     "saveSpec": null,
18     "fetchSpec": "^2.0.0"
19   },
20   "_requiredBy": [
21     "/stylelint/globby"
22   ],
23   "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz",
24   "_shasum": "fa09f0694153c8918b18ba0deafae94769fc50c4",
25   "_spec": "dir-glob@^2.0.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/globby",
27   "author": {
28     "name": "Kevin MÃ¥rtensson",
29     "email": "kevinmartensson@gmail.com",
30     "url": "github.com/kevva"
31   },
32   "bugs": {
33     "url": "https://github.com/kevva/dir-glob/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "path-type": "^3.0.0"
38   },
39   "deprecated": false,
40   "description": "Convert directories to glob compatible strings",
41   "devDependencies": {
42     "ava": "^0.25.0",
43     "del": "^3.0.0",
44     "make-dir": "^1.0.0",
45     "rimraf": "^2.5.0",
46     "xo": "^0.20.3"
47   },
48   "engines": {
49     "node": ">=4"
50   },
51   "files": [
52     "index.js"
53   ],
54   "homepage": "https://github.com/kevva/dir-glob#readme",
55   "keywords": [
56     "convert",
57     "directory",
58     "extensions",
59     "files",
60     "glob"
61   ],
62   "license": "MIT",
63   "name": "dir-glob",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/kevva/dir-glob.git"
67   },
68   "scripts": {
69     "test": "xo && ava"
70   },
71   "version": "2.2.2"
72 }