<?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>parse-filepath</artifactId>
  <version>1.0.2</version>
  <name>parse-filepath</name>
  <description>Pollyfill for node.js `path.parse`, parses a filepath into an object.</description>
  <url>https://github.com/jonschlinkert/parse-filepath</url>
  <organization>
    <name>Jon Schlinkert</name>
    <url>https://github.com/jonschlinkert/parse-filepath</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>phated</name>
      <email>blaine.bublitz@gmail.com</email>
    </developer>
    <developer>
      <name>doowb</name>
      <email>brian.woodward@gmail.com</email>
    </developer>
    <developer>
      <name>jonschlinkert</name>
      <email>github@sellside.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/jonschlinkert/parse-filepath.git</connection>
    <developerConnection>https://github.com/jonschlinkert/parse-filepath.git</developerConnection>
    <url>https://github.com/jonschlinkert/parse-filepath</url>
  </scm>
  <issueManagement>
    <url>https://github.com/jonschlinkert/parse-filepath/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-path-root.version>[0.1.1,0.2)</org.mvnpm-path-root.version>
    <org.mvnpm-map-cache.version>[0.2.0,0.3)</org.mvnpm-map-cache.version>
    <org.mvnpm-is-absolute.version>[1.0.0,2)</org.mvnpm-is-absolute.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>is-absolute</artifactId>
      <version>${org.mvnpm-is-absolute.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>map-cache</artifactId>
      <version>${org.mvnpm-map-cache.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>path-root</artifactId>
      <version>${org.mvnpm-path-root.version}</version>
    </dependency>
  </dependencies>
</project>
