<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm</groupId>
  <artifactId>is-glob</artifactId>
  <version>4.0.1</version>
  <name>is-glob</name>
  <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 bet</description>
  <url>https://github.com/micromatch/is-glob</url>
  <organization>
    <name>Jon Schlinkert</name>
    <url>https://github.com/micromatch/is-glob</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>doowb</name>
      <email>brian.woodward@gmail.com</email>
    </developer>
    <developer>
      <name>jonschlinkert</name>
      <email>github@sellside.com</email>
    </developer>
    <developer>
      <name>phated</name>
      <email>blaine.bublitz@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/micromatch/is-glob.git</connection>
    <developerConnection>https://github.com/micromatch/is-glob.git</developerConnection>
    <url>https://github.com/micromatch/is-glob</url>
  </scm>
  <issueManagement>
    <url>https://github.com/micromatch/is-glob/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-is-extglob.version>[2.1.1,3)</org.mvnpm-is-extglob.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>is-extglob</artifactId>
      <version>${org.mvnpm-is-extglob.version}</version>
    </dependency>
  </dependencies>
</project>
