hast-util-from-html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hast-util-from-html</artifactId>
<version>2.0.3</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>hast-util-from-html</artifactId>
<version>2.0.3</version>
<name>hast-util-from-html</name>
<description>hast utility to parse from HTML</description>
<url>https://github.com/syntax-tree/hast-util-from-html#readme</url>
<organization>
<name>Titus Wormer</name>
<url>https://github.com/syntax-tree/hast-util-from-html#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/hast-util-from-html.git</connection>
<developerConnection>https://github.com/syntax-tree/hast-util-from-html.git</developerConnection>
<url>https://github.com/syntax-tree/hast-util-from-html</url>
</scm>
<issueManagement>
<url>https://github.com/syntax-tree/hast-util-from-html/issues</url>
</issueManagement>
<properties>
<org.mvnpm-parse5.version>[7.0.0,8)</org.mvnpm-parse5.version>
<org.mvnpm-devlop.version>[1.1.0,2)</org.mvnpm-devlop.version>
<org.mvnpm-vfile.version>[6.0.0,7)</org.mvnpm-vfile.version>
<org.mvnpm.at.types-hast.version>[3.0.0,4)</org.mvnpm.at.types-hast.version>
<org.mvnpm-hast-util-from-parse5.version>[8.0.0,9)</org.mvnpm-hast-util-from-parse5.version>
<org.mvnpm-vfile-message.version>[4.0.0,5)</org.mvnpm-vfile-message.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</groupId>
<artifactId>devlop</artifactId>
<version>${org.mvnpm-devlop.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hast-util-from-parse5</artifactId>
<version>${org.mvnpm-hast-util-from-parse5.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>parse5</artifactId>
<version>${org.mvnpm-parse5.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vfile</artifactId>
<version>${org.mvnpm-vfile.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vfile-message</artifactId>
<version>${org.mvnpm-vfile-message.version}</version>
</dependency>
</dependencies>
</project>