unplugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>unplugin</artifactId>
<version>3.0.0</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>unplugin</artifactId>
<version>3.0.0</version>
<name>unplugin</name>
<description>Unified plugin system for build tools</description>
<url>https://unplugin.unjs.io</url>
<organization>
<name>unplugin</name>
<url>https://unplugin.unjs.io</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>antfu</name>
<email>anthonyfu117@hotmail.com</email>
</developer>
<developer>
<name>sxzz</name>
<email>npm@sxzz.moe</email>
</developer>
</developers>
<scm>
<connection>https://github.com/unjs/unplugin.git</connection>
<developerConnection>https://github.com/unjs/unplugin.git</developerConnection>
<url>https://github.com/unjs/unplugin</url>
</scm>
<issueManagement>
<url>https://github.com/unjs/unplugin/issues</url>
</issueManagement>
<properties>
<org.mvnpm-picomatch.version>[4.0.3,5)</org.mvnpm-picomatch.version>
<org.mvnpm-webpack-virtual-modules.version>[0.6.2,0.7)</org.mvnpm-webpack-virtual-modules.version>
<org.mvnpm.at.jridgewell-remapping.version>[2.3.5,3)</org.mvnpm.at.jridgewell-remapping.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.jridgewell</groupId>
<artifactId>remapping</artifactId>
<version>${org.mvnpm.at.jridgewell-remapping.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>picomatch</artifactId>
<version>${org.mvnpm-picomatch.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>webpack-virtual-modules</artifactId>
<version>${org.mvnpm-webpack-virtual-modules.version}</version>
</dependency>
</dependencies>
</project>