regex-cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>regex-cache</artifactId>
<version>0.4.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>regex-cache</artifactId>
<version>0.4.4</version>
<name>regex-cache</name>
<description>Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.</description>
<url>https://github.com/jonschlinkert/regex-cache</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/regex-cache</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
<developer>
<name>doowb</name>
<email>brian.woodward@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jonschlinkert/regex-cache.git</connection>
<developerConnection>https://github.com/jonschlinkert/regex-cache.git</developerConnection>
<url>https://github.com/jonschlinkert/regex-cache</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/regex-cache/issues</url>
</issueManagement>
<properties>
<org.mvnpm-is-equal-shallow.version>[0.1.3,0.2)</org.mvnpm-is-equal-shallow.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-equal-shallow</artifactId>
<version>${org.mvnpm-is-equal-shallow.version}</version>
</dependency>
</dependencies>
</project>