picomatch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>picomatch</artifactId>
<version>4.0.7</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>picomatch</artifactId>
<version>4.0.7</version>
<name>picomatch</name>
<description>Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.</description>
<url>https://github.com/micromatch/picomatch</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/micromatch/picomatch</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mrmlnc</name>
<email>dmalinochkin@rambler.ru</email>
</developer>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
<developer>
<name>doowb</name>
<email>brian.woodward@gmail.com</email>
</developer>
<developer>
<name>danez</name>
<email>npm@tschinder.de</email>
</developer>
</developers>
<scm>
<connection>https://github.com/micromatch/picomatch.git</connection>
<developerConnection>https://github.com/micromatch/picomatch.git</developerConnection>
<url>https://github.com/micromatch/picomatch</url>
</scm>
<issueManagement>
<url>https://github.com/micromatch/picomatch/issues</url>
</issueManagement>
</project>