fill-range
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fill-range</artifactId>
<version>7.1.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>fill-range</artifactId>
<version>7.1.1</version>
<name>fill-range</name>
<description>Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`</description>
<url>https://github.com/jonschlinkert/fill-range</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/fill-range</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>es128</name>
<email>elan.shanker+npm@gmail.com</email>
</developer>
<developer>
<name>paulmillr</name>
<email>paul@paulmillr.com</email>
</developer>
<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/fill-range.git</connection>
<developerConnection>https://github.com/jonschlinkert/fill-range.git</developerConnection>
<url>https://github.com/jonschlinkert/fill-range</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/fill-range/issues</url>
</issueManagement>
<properties>
<org.mvnpm-to-regex-range.version>[5.0.1,6)</org.mvnpm-to-regex-range.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>to-regex-range</artifactId>
<version>${org.mvnpm-to-regex-range.version}</version>
</dependency>
</dependencies>
</project>