<?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>micromatch</artifactId>
  <version>4.0.2</version>
  <name>micromatch</name>
  <description>Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.</description>
  <url>https://github.com/micromatch/micromatch</url>
  <organization>
    <name>Jon Schlinkert</name>
    <url>https://github.com/micromatch/micromatch</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>doowb</name>
      <email>brian.woodward@gmail.com</email>
    </developer>
    <developer>
      <name>es128</name>
      <email>elan.shanker+npm@gmail.com</email>
    </developer>
    <developer>
      <name>jonschlinkert</name>
      <email>github@sellside.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/micromatch/micromatch.git</connection>
    <developerConnection>https://github.com/micromatch/micromatch.git</developerConnection>
    <url>https://github.com/micromatch/micromatch</url>
  </scm>
  <issueManagement>
    <url>https://github.com/micromatch/micromatch/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-braces.version>[3.0.1,4)</org.mvnpm-braces.version>
    <org.mvnpm-picomatch.version>[2.0.5,3)</org.mvnpm-picomatch.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>braces</artifactId>
      <version>${org.mvnpm-braces.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>picomatch</artifactId>
      <version>${org.mvnpm-picomatch.version}</version>
    </dependency>
  </dependencies>
</project>
