2024-08-06 16:27:09 +08:00
{
2024-08-29 15:23:50 +08:00
"_from" : "is-glob@~4.0.1" ,
"_id" : "is-glob@4.0.3" ,
"_inBundle" : false ,
"_integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"_location" : "/is-glob" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "range" ,
"registry" : true ,
"raw" : "is-glob@~4.0.1" ,
"name" : "is-glob" ,
"escapedName" : "is-glob" ,
"rawSpec" : "~4.0.1" ,
"saveSpec" : null ,
"fetchSpec" : "~4.0.1"
} ,
"_requiredBy" : [
"/chokidar" ,
"/glob-parent"
2024-08-06 16:27:09 +08:00
] ,
2024-08-29 15:23:50 +08:00
"_resolved" : "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz" ,
"_shasum" : "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" ,
"_spec" : "is-glob@~4.0.1" ,
"_where" : "E:\\lj_zhgd-app\\zhgd-app\\node_modules\\chokidar" ,
"author" : {
"name" : "Jon Schlinkert" ,
"url" : "https://github.com/jonschlinkert"
} ,
2024-08-06 16:27:09 +08:00
"bugs" : {
"url" : "https://github.com/micromatch/is-glob/issues"
} ,
2024-08-29 15:23:50 +08:00
"bundleDependencies" : false ,
"contributors" : [
{
"name" : "Brian Woodward" ,
"url" : "https://twitter.com/doowb"
} ,
{
"name" : "Daniel Perez" ,
"url" : "https://tuvistavie.com"
} ,
{
"name" : "Jon Schlinkert" ,
"url" : "http://twitter.com/jonschlinkert"
}
2024-08-06 16:27:09 +08:00
] ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
2024-08-29 15:23:50 +08:00
"deprecated" : false ,
"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." ,
2024-08-06 16:27:09 +08:00
"devDependencies" : {
"gulp-format-md" : "^0.1.10" ,
"mocha" : "^3.0.2"
} ,
2024-08-29 15:23:50 +08:00
"engines" : {
"node" : ">=0.10.0"
} ,
"files" : [
"index.js"
] ,
"homepage" : "https://github.com/micromatch/is-glob" ,
2024-08-06 16:27:09 +08:00
"keywords" : [
"bash" ,
"braces" ,
"check" ,
"exec" ,
"expression" ,
"extglob" ,
"glob" ,
"globbing" ,
"globstar" ,
"is" ,
"match" ,
"matches" ,
"pattern" ,
"regex" ,
"regular" ,
"string" ,
"test"
] ,
2024-08-29 15:23:50 +08: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"
} ,
2024-08-06 16:27:09 +08: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"
]
2024-08-29 15:23:50 +08:00
} ,
"version" : "4.0.3"
2024-08-06 16:27:09 +08:00
}