parse-glob
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>parse-glob</artifactId>
<version>3.0.4</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>parse-glob</artifactId>
<version>3.0.4</version>
<name>parse-glob</name>
<description>Parse a glob pattern into an object of tokens.</description>
<url>https://github.com/jonschlinkert/parse-glob</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/parse-glob</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jonschlinkert/parse-glob.git</connection>
<developerConnection>https://github.com/jonschlinkert/parse-glob.git</developerConnection>
<url>https://github.com/jonschlinkert/parse-glob</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/parse-glob/issues</url>
</issueManagement>
<properties>
<org.mvnpm-is-dotfile.version>[1.0.0,2)</org.mvnpm-is-dotfile.version>
<org.mvnpm-is-extglob.version>[1.0.0,2)</org.mvnpm-is-extglob.version>
<org.mvnpm-glob-base.version>[0.3.0,0.4)</org.mvnpm-glob-base.version>
<org.mvnpm-is-glob.version>[2.0.0,3)</org.mvnpm-is-glob.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>glob-base</artifactId>
<version>${org.mvnpm-glob-base.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-dotfile</artifactId>
<version>${org.mvnpm-is-dotfile.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-extglob</artifactId>
<version>${org.mvnpm-is-extglob.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-glob</artifactId>
<version>${org.mvnpm-is-glob.version}</version>
</dependency>
</dependencies>
</project>