Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / glob-parent / package.json
1 {
2   "_from": "glob-parent@^5.0.0",
3   "_id": "glob-parent@5.1.1",
4   "_inBundle": false,
5   "_integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
6   "_location": "/glob-parent",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "glob-parent@^5.0.0",
12     "name": "glob-parent",
13     "escapedName": "glob-parent",
14     "rawSpec": "^5.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^5.0.0"
17   },
18   "_requiredBy": [
19     "/chokidar",
20     "/eslint"
21   ],
22   "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
23   "_shasum": "b6c1ef417c4e5663ea498f1c45afac6916bbc229",
24   "_spec": "glob-parent@^5.0.0",
25   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint",
26   "author": {
27     "name": "Gulp Team",
28     "email": "team@gulpjs.com",
29     "url": "https://gulpjs.com/"
30   },
31   "bugs": {
32     "url": "https://github.com/gulpjs/glob-parent/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Elan Shanker",
38       "url": "https://github.com/es128"
39     },
40     {
41       "name": "Blaine Bublitz",
42       "email": "blaine.bublitz@gmail.com"
43     }
44   ],
45   "dependencies": {
46     "is-glob": "^4.0.1"
47   },
48   "deprecated": false,
49   "description": "Extract the non-magic parent path from a glob string.",
50   "devDependencies": {
51     "coveralls": "^3.0.11",
52     "eslint": "^2.13.1",
53     "eslint-config-gulp": "^3.0.1",
54     "expect": "^1.20.2",
55     "mocha": "^6.0.2",
56     "nyc": "^13.3.0"
57   },
58   "engines": {
59     "node": ">= 6"
60   },
61   "files": [
62     "LICENSE",
63     "index.js"
64   ],
65   "homepage": "https://github.com/gulpjs/glob-parent#readme",
66   "keywords": [
67     "glob",
68     "parent",
69     "strip",
70     "path",
71     "dirname",
72     "directory",
73     "base",
74     "wildcard"
75   ],
76   "license": "ISC",
77   "main": "index.js",
78   "name": "glob-parent",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/gulpjs/glob-parent.git"
82   },
83   "scripts": {
84     "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
85     "coveralls": "nyc report --reporter=text-lcov | coveralls",
86     "lint": "eslint .",
87     "pretest": "npm run lint",
88     "test": "nyc mocha --async-only"
89   },
90   "version": "5.1.1"
91 }