2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name" : "is-glob" ,
"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." ,
2023-08-17 09:47:40 +00:00
"version" : "4.0.3" ,
"homepage" : "https://github.com/micromatch/is-glob" ,
2022-04-08 10:55:35 +00:00
"author" : "Jon Schlinkert (https://github.com/jonschlinkert)" ,
"contributors" : [
2023-08-17 09:47:40 +00:00
"Brian Woodward (https://twitter.com/doowb)" ,
"Daniel Perez (https://tuvistavie.com)" ,
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
2022-01-21 08:28:41 +00:00
] ,
2023-08-17 09:47:40 +00:00
"repository" : "micromatch/is-glob" ,
2022-04-08 10:55:35 +00:00
"bugs" : {
2023-08-17 09:47:40 +00:00
"url" : "https://github.com/micromatch/is-glob/issues"
2022-01-21 08:28:41 +00:00
} ,
2022-04-08 10:55:35 +00:00
"license" : "MIT" ,
"files" : [
"index.js"
2022-01-21 08:28:41 +00:00
] ,
2022-04-08 10:55:35 +00:00
"main" : "index.js" ,
"engines" : {
"node" : ">=0.10.0"
2022-01-21 08:28:41 +00:00
} ,
2022-04-08 10:55:35 +00:00
"scripts" : {
2023-08-17 09:47:40 +00:00
"test" : "mocha && node benchmark.js"
2022-01-21 08:28:41 +00:00
} ,
"dependencies" : {
2023-08-17 09:47:40 +00:00
"is-extglob" : "^2.1.1"
2022-01-21 08:28:41 +00:00
} ,
"devDependencies" : {
"gulp-format-md" : "^0.1.10" ,
"mocha" : "^3.0.2"
} ,
"keywords" : [
"bash" ,
"braces" ,
"check" ,
"exec" ,
"expression" ,
"extglob" ,
"glob" ,
"globbing" ,
"globstar" ,
"is" ,
"match" ,
"matches" ,
"pattern" ,
"regex" ,
"regular" ,
"string" ,
"test"
] ,
"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-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}