blob: 9ef026e1940476f300b968fc405b93084519b27a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-glob@^3.1.0",
3 "_id": "is-glob@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
6 "_location": "/is-glob",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-glob@^3.1.0",
12 "name": "is-glob",
13 "escapedName": "is-glob",
14 "rawSpec": "^3.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.0"
17 },
18 "_requiredBy": [
19 "/glob-parent",
20 "/liftoff/findup-sync"
21 ],
22 "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
23 "_shasum": "7ba5ae24217804ac70707b96922567486cc3e84a",
24 "_spec": "is-glob@^3.1.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\liftoff\\node_modules\\findup-sync",
26 "author": {
27 "name": "Jon Schlinkert",
28 "url": "https://github.com/jonschlinkert"
29 },
30 "bugs": {
31 "url": "https://github.com/jonschlinkert/is-glob/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Daniel Perez",
37 "email": "daniel@claudetech.com",
38 "url": "http://tuvistavie.com"
39 },
40 {
41 "name": "Jon Schlinkert",
42 "email": "jon.schlinkert@sellside.com",
43 "url": "http://twitter.com/jonschlinkert"
44 }
45 ],
46 "dependencies": {
47 "is-extglob": "^2.1.0"
48 },
49 "deprecated": false,
50 "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
51 "devDependencies": {
52 "gulp-format-md": "^0.1.10",
53 "mocha": "^3.0.2"
54 },
55 "engines": {
56 "node": ">=0.10.0"
57 },
58 "files": [
59 "index.js"
60 ],
61 "homepage": "https://github.com/jonschlinkert/is-glob",
62 "keywords": [
63 "bash",
64 "braces",
65 "check",
66 "exec",
67 "expression",
68 "extglob",
69 "glob",
70 "globbing",
71 "globstar",
72 "is",
73 "match",
74 "matches",
75 "pattern",
76 "regex",
77 "regular",
78 "string",
79 "test"
80 ],
81 "license": "MIT",
82 "main": "index.js",
83 "name": "is-glob",
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/jonschlinkert/is-glob.git"
87 },
88 "scripts": {
89 "test": "mocha"
90 },
91 "verb": {
92 "layout": "default",
93 "plugins": [
94 "gulp-format-md"
95 ],
96 "related": {
97 "list": [
98 "assemble",
99 "base",
100 "update",
101 "verb"
102 ]
103 },
104 "reflinks": [
105 "assemble",
106 "bach",
107 "base",
108 "composer",
109 "gulp",
110 "has-glob",
111 "is-valid-glob",
112 "micromatch",
113 "npm",
114 "scaffold",
115 "verb",
116 "vinyl"
117 ]
118 },
119 "version": "3.1.0"
120}