mdast-util-to-hast
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mdast-util-to-hast</artifactId>
<version>13.2.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>mdast-util-to-hast</artifactId>
<version>13.2.1</version>
<name>mdast-util-to-hast</name>
<description>mdast utility to transform to hast</description>
<url>https://github.com/syntax-tree/mdast-util-to-hast#readme</url>
<organization>
<name>Titus Wormer</name>
<url>https://github.com/syntax-tree/mdast-util-to-hast#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>wooorm</name>
<email>tituswormer@gmail.com</email>
</developer>
<developer>
<name>kmck</name>
<email>keith@mcknig.ht</email>
</developer>
</developers>
<scm>
<connection>https://github.com/syntax-tree/mdast-util-to-hast.git</connection>
<developerConnection>https://github.com/syntax-tree/mdast-util-to-hast.git</developerConnection>
<url>https://github.com/syntax-tree/mdast-util-to-hast</url>
</scm>
<issueManagement>
<url>https://github.com/syntax-tree/mdast-util-to-hast/issues</url>
</issueManagement>
<properties>
<org.mvnpm-unist-util-visit.version>[5.0.0,6)</org.mvnpm-unist-util-visit.version>
<org.mvnpm.at.ungap-structured-clone.version>[1.0.0,2)</org.mvnpm.at.ungap-structured-clone.version>
<org.mvnpm-devlop.version>[1.0.0,2)</org.mvnpm-devlop.version>
<org.mvnpm-trim-lines.version>[3.0.0,4)</org.mvnpm-trim-lines.version>
<org.mvnpm-micromark-util-sanitize-uri.version>[2.0.0,3)</org.mvnpm-micromark-util-sanitize-uri.version>
<org.mvnpm-vfile.version>[6.0.0,7)</org.mvnpm-vfile.version>
<org.mvnpm.at.types-mdast.version>[4.0.0,5)</org.mvnpm.at.types-mdast.version>
<org.mvnpm-unist-util-position.version>[5.0.0,6)</org.mvnpm-unist-util-position.version>
<org.mvnpm.at.types-hast.version>[3.0.0,4)</org.mvnpm.at.types-hast.version>
</properties>
<dependencies>
<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.at.ungap</groupId>
<artifactId>structured-clone</artifactId>
<version>${org.mvnpm.at.ungap-structured-clone.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>devlop</artifactId>
<version>${org.mvnpm-devlop.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>micromark-util-sanitize-uri</artifactId>
<version>${org.mvnpm-micromark-util-sanitize-uri.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>trim-lines</artifactId>
<version>${org.mvnpm-trim-lines.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>unist-util-position</artifactId>
<version>${org.mvnpm-unist-util-position.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>unist-util-visit</artifactId>
<version>${org.mvnpm-unist-util-visit.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vfile</artifactId>
<version>${org.mvnpm-vfile.version}</version>
</dependency>
</dependencies>
</project>