Actualizacion maquina principal
[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     "/cacache",
21     "/cacache/rimraf",
22     "/coc.nvim",
23     "/copy-concurrently/rimraf",
24     "/flat-cache/rimraf",
25     "/globby",
26     "/move-concurrently/rimraf",
27     "/prettier-tslint/globby",
28     "/rimraf",
29     "/stylelint/globby",
30     "/stylelint/rimraf",
31     "/tslint"
32   ],
33   "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
34   "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
35   "_spec": "glob@^7.1.6",
36   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/@typescript-eslint/typescript-estree",
37   "author": {
38     "name": "Isaac Z. Schlueter",
39     "email": "i@izs.me",
40     "url": "http://blog.izs.me/"
41   },
42   "bugs": {
43     "url": "https://github.com/isaacs/node-glob/issues"
44   },
45   "bundleDependencies": false,
46   "dependencies": {
47     "fs.realpath": "^1.0.0",
48     "inflight": "^1.0.4",
49     "inherits": "2",
50     "minimatch": "^3.0.4",
51     "once": "^1.3.0",
52     "path-is-absolute": "^1.0.0"
53   },
54   "deprecated": false,
55   "description": "a little globber",
56   "devDependencies": {
57     "mkdirp": "0",
58     "rimraf": "^2.2.8",
59     "tap": "^12.0.1",
60     "tick": "0.0.6"
61   },
62   "engines": {
63     "node": "*"
64   },
65   "files": [
66     "glob.js",
67     "sync.js",
68     "common.js"
69   ],
70   "funding": {
71     "url": "https://github.com/sponsors/isaacs"
72   },
73   "homepage": "https://github.com/isaacs/node-glob#readme",
74   "license": "ISC",
75   "main": "glob.js",
76   "name": "glob",
77   "repository": {
78     "type": "git",
79     "url": "git://github.com/isaacs/node-glob.git"
80   },
81   "scripts": {
82     "bench": "bash benchmark.sh",
83     "benchclean": "node benchclean.js",
84     "prepublish": "npm run benchclean",
85     "prof": "bash prof.sh && cat profile.txt",
86     "profclean": "rm -f v8.log profile.txt",
87     "test": "tap test/*.js --cov",
88     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
89   },
90   "version": "7.1.6"
91 }