glob
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>glob</artifactId>
<version>13.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>glob</artifactId>
<version>13.0.1</version>
<name>glob</name>
<description>the most correct and second fastest glob implementation in JavaScript</description>
<url>https://github.com/isaacs/node-glob#readme</url>
<organization>
<name>Isaac Z. Schlueter</name>
<url>https://github.com/isaacs/node-glob#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>ssh://git@github.com/isaacs/node-glob.git</connection>
<developerConnection>ssh://git@github.com/isaacs/node-glob.git</developerConnection>
<url>ssh://git@github.com/isaacs/node-glob</url>
</scm>
<issueManagement>
<url>https://github.com/isaacs/node-glob/issues</url>
</issueManagement>
<properties>
<org.mvnpm-minipass.version>[7.1.2,8)</org.mvnpm-minipass.version>
<org.mvnpm-minimatch.version>[10.1.2,11)</org.mvnpm-minimatch.version>
<org.mvnpm-path-scurry.version>[2.0.0,3)</org.mvnpm-path-scurry.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>minipass</artifactId>
<version>${org.mvnpm-minipass.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>minimatch</artifactId>
<version>${org.mvnpm-minimatch.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>path-scurry</artifactId>
<version>${org.mvnpm-path-scurry.version}</version>
</dependency>
</dependencies>
</project>