Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-extglob / package.json
1 {
2   "_from": "is-extglob@^2.1.1",
3   "_id": "is-extglob@2.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
6   "_location": "/is-extglob",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-extglob@^2.1.1",
12     "name": "is-extglob",
13     "escapedName": "is-extglob",
14     "rawSpec": "^2.1.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.1"
17   },
18   "_requiredBy": [
19     "/fast-glob/glob-parent/is-glob",
20     "/is-glob",
21     "/watchpack-chokidar2/glob-parent/is-glob"
22   ],
23   "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
24   "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
25   "_spec": "is-extglob@^2.1.1",
26   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/is-glob",
27   "author": {
28     "name": "Jon Schlinkert",
29     "url": "https://github.com/jonschlinkert"
30   },
31   "bugs": {
32     "url": "https://github.com/jonschlinkert/is-extglob/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Returns true if a string has an extglob.",
37   "devDependencies": {
38     "gulp-format-md": "^0.1.10",
39     "mocha": "^3.0.2"
40   },
41   "engines": {
42     "node": ">=0.10.0"
43   },
44   "files": [
45     "index.js"
46   ],
47   "homepage": "https://github.com/jonschlinkert/is-extglob",
48   "keywords": [
49     "bash",
50     "braces",
51     "check",
52     "exec",
53     "expression",
54     "extglob",
55     "glob",
56     "globbing",
57     "globstar",
58     "is",
59     "match",
60     "matches",
61     "pattern",
62     "regex",
63     "regular",
64     "string",
65     "test"
66   ],
67   "license": "MIT",
68   "main": "index.js",
69   "name": "is-extglob",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/jonschlinkert/is-extglob.git"
73   },
74   "scripts": {
75     "test": "mocha"
76   },
77   "verb": {
78     "toc": false,
79     "layout": "default",
80     "tasks": [
81       "readme"
82     ],
83     "plugins": [
84       "gulp-format-md"
85     ],
86     "related": {
87       "list": [
88         "has-glob",
89         "is-glob",
90         "micromatch"
91       ]
92     },
93     "reflinks": [
94       "verb",
95       "verb-generate-readme"
96     ],
97     "lint": {
98       "reflinks": true
99     }
100   },
101   "version": "2.1.1"
102 }