Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / glob / package.json
1 {
2   "_from": "glob@^7.1.6",
3   "_id": "glob@7.1.6",
4   "_inBundle": false,
5   "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
6   "_location": "/glob",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "glob@^7.1.6",
12     "name": "glob",
13     "escapedName": "glob",
14     "rawSpec": "^7.1.6",
15     "saveSpec": null,
16     "fetchSpec": "^7.1.6"
17   },
18   "_requiredBy": [
19     "/@typescript-eslint/typescript-estree",
20     "/coc.nvim",
21     "/flat-cache/rimraf",
22     "/fstream/rimraf",
23     "/globby",
24     "/prettier-tslint/globby",
25     "/rimraf",
26     "/stylelint/globby",
27     "/stylelint/rimraf",
28     "/tslint"
29   ],
30   "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
31   "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
32   "_spec": "glob@^7.1.6",
33   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/@typescript-eslint/typescript-estree",
34   "author": {
35     "name": "Isaac Z. Schlueter",
36     "email": "i@izs.me",
37     "url": "http://blog.izs.me/"
38   },
39   "bugs": {
40     "url": "https://github.com/isaacs/node-glob/issues"
41   },
42   "bundleDependencies": false,
43   "dependencies": {
44     "fs.realpath": "^1.0.0",
45     "inflight": "^1.0.4",
46     "inherits": "2",
47     "minimatch": "^3.0.4",
48     "once": "^1.3.0",
49     "path-is-absolute": "^1.0.0"
50   },
51   "deprecated": false,
52   "description": "a little globber",
53   "devDependencies": {
54     "mkdirp": "0",
55     "rimraf": "^2.2.8",
56     "tap": "^12.0.1",
57     "tick": "0.0.6"
58   },
59   "engines": {
60     "node": "*"
61   },
62   "files": [
63     "glob.js",
64     "sync.js",
65     "common.js"
66   ],
67   "funding": {
68     "url": "https://github.com/sponsors/isaacs"
69   },
70   "homepage": "https://github.com/isaacs/node-glob#readme",
71   "license": "ISC",
72   "main": "glob.js",
73   "name": "glob",
74   "repository": {
75     "type": "git",
76     "url": "git://github.com/isaacs/node-glob.git"
77   },
78   "scripts": {
79     "bench": "bash benchmark.sh",
80     "benchclean": "node benchclean.js",
81     "prepublish": "npm run benchclean",
82     "prof": "bash prof.sh && cat profile.txt",
83     "profclean": "rm -f v8.log profile.txt",
84     "test": "tap test/*.js --cov",
85     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
86   },
87   "version": "7.1.6"
88 }