<?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>tar-stream</artifactId>
  <version>2.0.0</version>
  <name>tar-stream</name>
  <description>tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.</description>
  <url>https://github.com/mafintosh/tar-stream</url>
  <organization>
    <name>Mathias Buus</name>
    <url>https://github.com/mafintosh/tar-stream</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>mafintosh</name>
      <email>mathiasbuus@gmail.com</email>
    </developer>
    <developer>
      <name>maxogden</name>
      <email>max@maxogden.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/mafintosh/tar-stream.git</connection>
    <developerConnection>https://github.com/mafintosh/tar-stream.git</developerConnection>
    <url>https://github.com/mafintosh/tar-stream</url>
  </scm>
  <issueManagement>
    <url>https://github.com/mafintosh/tar-stream/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-inherits.version>[2.0.3,3)</org.mvnpm-inherits.version>
    <org.mvnpm-readable-stream.version>[3.1.1,4)</org.mvnpm-readable-stream.version>
    <org.mvnpm-end-of-stream.version>[1.4.1,2)</org.mvnpm-end-of-stream.version>
    <org.mvnpm-bl.version>[2.2.0,3)</org.mvnpm-bl.version>
    <org.mvnpm-fs-constants.version>[1.0.0,2)</org.mvnpm-fs-constants.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>bl</artifactId>
      <version>${org.mvnpm-bl.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>end-of-stream</artifactId>
      <version>${org.mvnpm-end-of-stream.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>fs-constants</artifactId>
      <version>${org.mvnpm-fs-constants.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>inherits</artifactId>
      <version>${org.mvnpm-inherits.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>readable-stream</artifactId>
      <version>${org.mvnpm-readable-stream.version}</version>
    </dependency>
  </dependencies>
</project>
