klaw
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>klaw</artifactId>
<version>3.0.0</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>klaw</artifactId>
<version>3.0.0</version>
<name>klaw</name>
<description>File system walker with Readable stream interface.</description>
<url>https://github.com/jprichardson/node-klaw#readme</url>
<organization>
<name>JP Richardson</name>
<url>https://github.com/jprichardson/node-klaw#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jprichardson</name>
<email>jprichardson@gmail.com</email>
</developer>
<developer>
<name>manidlou</name>
<email>manidlou@gmail.com</email>
</developer>
<developer>
<name>ryanzim</name>
<email>opensrc@ryanzim.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jprichardson/node-klaw.git</connection>
<developerConnection>https://github.com/jprichardson/node-klaw.git</developerConnection>
<url>https://github.com/jprichardson/node-klaw</url>
</scm>
<issueManagement>
<url>https://github.com/jprichardson/node-klaw/issues</url>
</issueManagement>
<properties>
<org.mvnpm-graceful-fs.version>[4.1.9,5)</org.mvnpm-graceful-fs.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>graceful-fs</artifactId>
<version>${org.mvnpm-graceful-fs.version}</version>
</dependency>
</dependencies>
</project>