2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args" : [
[
"is-glob@4.0.3" ,
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_from" : "is-glob@4.0.3" ,
"_id" : "is-glob@4.0.3" ,
"_inBundle" : false ,
"_integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"_location" : "/is-glob" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "is-glob@4.0.3" ,
"name" : "is-glob" ,
"escapedName" : "is-glob" ,
"rawSpec" : "4.0.3" ,
"saveSpec" : null ,
"fetchSpec" : "4.0.3"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"_requiredBy" : [
"/chokidar" ,
"/findup-sync"
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"_spec" : "4.0.3" ,
"_where" : "F:\\laragon\\www\\wishthis" ,
"author" : {
"name" : "Jon Schlinkert" ,
"url" : "https://github.com/jonschlinkert"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"bugs" : {
"url" : "https://github.com/micromatch/is-glob/issues"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"contributors" : [
{
"name" : "Brian Woodward" ,
"url" : "https://twitter.com/doowb"
} ,
{
"name" : "Daniel Perez" ,
"url" : "https://tuvistavie.com"
} ,
{
"name" : "Jon Schlinkert" ,
"url" : "http://twitter.com/jonschlinkert"
}
] ,
2022-01-21 08:28:41 +00:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
2022-02-23 16:41:13 +00:00
"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." ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"gulp-format-md" : "^0.1.10" ,
"mocha" : "^3.0.2"
} ,
2022-02-23 16:41:13 +00:00
"engines" : {
"node" : ">=0.10.0"
} ,
"files" : [
"index.js"
] ,
"homepage" : "https://github.com/micromatch/is-glob" ,
2022-01-21 08:28:41 +00:00
"keywords" : [
"bash" ,
"braces" ,
"check" ,
"exec" ,
"expression" ,
"extglob" ,
"glob" ,
"globbing" ,
"globstar" ,
"is" ,
"match" ,
"matches" ,
"pattern" ,
"regex" ,
"regular" ,
"string" ,
"test"
] ,
2022-02-23 16:41:13 +00:00
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "is-glob" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/micromatch/is-glob.git"
} ,
"scripts" : {
"test" : "mocha && node benchmark.js"
} ,
2022-01-21 08:28:41 +00:00
"verb" : {
"layout" : "default" ,
"plugins" : [
"gulp-format-md"
] ,
"related" : {
"list" : [
"assemble" ,
"base" ,
"update" ,
"verb"
]
} ,
"reflinks" : [
"assemble" ,
"bach" ,
"base" ,
"composer" ,
"gulp" ,
"has-glob" ,
"is-valid-glob" ,
"micromatch" ,
"npm" ,
"scaffold" ,
"verb" ,
"vinyl"
]
2022-02-23 16:41:13 +00:00
} ,
"version" : "4.0.3"
2022-01-21 08:28:41 +00:00
}