<?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>readable-stream</artifactId>
  <version>3.6.1</version>
  <name>readable-stream</name>
  <description>Streams3, a user-land copy of the stream library from Node.js</description>
  <url>https://github.com/nodejs/readable-stream#readme</url>
  <organization>
    <name>readable-stream</name>
    <url>https://github.com/nodejs/readable-stream#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>cwmma</name>
      <email>calvin.metcalf@gmail.com</email>
    </developer>
    <developer>
      <name>matteo.collina</name>
      <email>hello@matteocollina.com</email>
    </developer>
    <developer>
      <name>nodejs-foundation</name>
      <email>build@iojs.org</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/nodejs/readable-stream.git</connection>
    <developerConnection>git://github.com/nodejs/readable-stream.git</developerConnection>
    <url>git://github.com/nodejs/readable-stream</url>
  </scm>
  <issueManagement>
    <url>https://github.com/nodejs/readable-stream/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-inherits.version>[2.0.3,3)</org.mvnpm-inherits.version>
    <org.mvnpm-string_decoder.version>[1.1.1,2)</org.mvnpm-string_decoder.version>
    <org.mvnpm-util-deprecate.version>[1.0.1,2)</org.mvnpm-util-deprecate.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>inherits</artifactId>
      <version>${org.mvnpm-inherits.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>string_decoder</artifactId>
      <version>${org.mvnpm-string_decoder.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>util-deprecate</artifactId>
      <version>${org.mvnpm-util-deprecate.version}</version>
    </dependency>
  </dependencies>
</project>
