regexp.prototype.flags
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>regexp.prototype.flags</artifactId>
<version>1.5.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>regexp.prototype.flags</artifactId>
<version>1.5.4</version>
<name>regexp.prototype.flags</name>
<description>ES6 spec-compliant RegExp.prototype.flags shim.</description>
<url>https://github.com/es-shims/RegExp.prototype.flags#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/es-shims/RegExp.prototype.flags#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>ljharb</name>
<email>ljharb@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/es-shims/RegExp.prototype.flags.git</connection>
<developerConnection>git://github.com/es-shims/RegExp.prototype.flags.git</developerConnection>
<url>git://github.com/es-shims/RegExp.prototype.flags</url>
</scm>
<issueManagement>
<url>https://github.com/es-shims/RegExp.prototype.flags/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.8,2)</org.mvnpm-call-bind.version>
<org.mvnpm-gopd.version>[1.2.0,2)</org.mvnpm-gopd.version>
<org.mvnpm-define-properties.version>[1.2.1,2)</org.mvnpm-define-properties.version>
<org.mvnpm-get-proto.version>[1.0.1,2)</org.mvnpm-get-proto.version>
<org.mvnpm-es-errors.version>[1.3.0,2)</org.mvnpm-es-errors.version>
<org.mvnpm-set-function-name.version>[2.0.2,3)</org.mvnpm-set-function-name.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bind</artifactId>
<version>${org.mvnpm-call-bind.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>define-properties</artifactId>
<version>${org.mvnpm-define-properties.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>es-errors</artifactId>
<version>${org.mvnpm-es-errors.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>get-proto</artifactId>
<version>${org.mvnpm-get-proto.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>gopd</artifactId>
<version>${org.mvnpm-gopd.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>set-function-name</artifactId>
<version>${org.mvnpm-set-function-name.version}</version>
</dependency>
</dependencies>
</project>