through2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>through2</artifactId>
<version>5.0.1</version>
</dependency><?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>through2</artifactId>
<version>5.0.1</version>
<name>through2</name>
<description>Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines</description>
<url>https://github.com/rvagg/through2</url>
<organization>
<name>Rod Vagg</name>
<url>https://github.com/rvagg/through2</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>bryce</name>
<email>bryce@ravenwall.com</email>
</developer>
<developer>
<name>rvagg</name>
<email>r@va.gg</email>
</developer>
</developers>
<scm>
<connection>https://github.com/rvagg/through2.git</connection>
<developerConnection>https://github.com/rvagg/through2.git</developerConnection>
<url>https://github.com/rvagg/through2</url>
</scm>
<issueManagement>
<url>https://github.com/rvagg/through2/issues</url>
</issueManagement>
<properties>
<org.mvnpm-readable-stream.version>[4.7.0,5)</org.mvnpm-readable-stream.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>readable-stream</artifactId>
<version>${org.mvnpm-readable-stream.version}</version>
</dependency>
</dependencies>
</project>