internal-helpers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>internal-helpers</artifactId>
<version>0.11.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.at.astrojs</groupId>
<artifactId>internal-helpers</artifactId>
<version>0.11.0</version>
<name>astrojs internal-helpers</name>
<description>Internal helpers used by core Astro packages.</description>
<url>https://github.com/withastro/astro</url>
<organization>
<name>withastro</name>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>fredkschott</name>
<email>fkschott@gmail.com</email>
</developer>
<developer>
<name>matthewp</name>
<email>matthew@matthewphillips.info</email>
</developer>
</developers>
<scm>
<connection>https://github.com/withastro/astro.git</connection>
<developerConnection>https://github.com/withastro/astro.git</developerConnection>
<url>https://github.com/withastro/astro</url>
</scm>
<issueManagement>
<url>https://github.com/withastro/astro/issues</url>
</issueManagement>
<properties>
<org.mvnpm-shiki.version>[4.0.2,5)</org.mvnpm-shiki.version>
<org.mvnpm-picomatch.version>[4.0.4,5)</org.mvnpm-picomatch.version>
<org.mvnpm-unified.version>[11.0.5,12)</org.mvnpm-unified.version>
<org.mvnpm-js-yaml.version>[4.3.0,5)</org.mvnpm-js-yaml.version>
<org.mvnpm-retext-smartypants.version>[6.2.0,7)</org.mvnpm-retext-smartypants.version>
<org.mvnpm.at.types-mdast.version>[4.0.4,5)</org.mvnpm.at.types-mdast.version>
<org.mvnpm-smol-toml.version>[1.6.0,2)</org.mvnpm-smol-toml.version>
<org.mvnpm.at.types-hast.version>[3.0.4,4)</org.mvnpm.at.types-hast.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>shiki</artifactId>
<version>${org.mvnpm-shiki.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>js-yaml</artifactId>
<version>${org.mvnpm-js-yaml.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>unified</artifactId>
<version>${org.mvnpm-unified.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>picomatch</artifactId>
<version>${org.mvnpm-picomatch.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>smol-toml</artifactId>
<version>${org.mvnpm-smol-toml.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>hast</artifactId>
<version>${org.mvnpm.at.types-hast.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>mdast</artifactId>
<version>${org.mvnpm.at.types-mdast.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>retext-smartypants</artifactId>
<version>${org.mvnpm-retext-smartypants.version}</version>
</dependency>
</dependencies>
</project>