<?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>path-scurry</artifactId>
  <version>1.10.1</version>
  <name>path-scurry</name>
  <description>walk paths fast and efficiently</description>
  <url>https://github.com/isaacs/path-scurry#readme</url>
  <organization>
    <name>Isaac Z. Schlueter</name>
    <url>https://github.com/isaacs/path-scurry#readme</url>
  </organization>
  <licenses>
    <license>
      <name>BlueOak-1.0.0</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>isaacs</name>
      <email>i@izs.me</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/isaacs/path-scurry.git</connection>
    <developerConnection>https://github.com/isaacs/path-scurry.git</developerConnection>
    <url>https://github.com/isaacs/path-scurry</url>
  </scm>
  <issueManagement>
    <url>https://github.com/isaacs/path-scurry/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-lru-cache.version>[9.1.1,10),[10.0.0,11)</org.mvnpm-lru-cache.version>
    <org.mvnpm-minipass.version>[5.0.0,6),[6.0.2,7),[7.0.0,8)</org.mvnpm-minipass.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>lru-cache</artifactId>
      <version>${org.mvnpm-lru-cache.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>minipass</artifactId>
      <version>${org.mvnpm-minipass.version}</version>
    </dependency>
  </dependencies>
</project>
