hexo-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hexo-cli</artifactId>
<version>3.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<groupId>org.webjars.npm</groupId>
<artifactId>hexo-cli</artifactId>
<version>3.1.0</version>
<name>hexo-cli</name>
<description>WebJar for hexo-cli</description>
<url>https://www.webjars.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<url>https://github.com/hexojs/hexo-cli</url>
<connection>https://github.com/hexojs/hexo-cli.git</connection>
<developerConnection>https://github.com/hexojs/hexo-cli.git</developerConnection>
<tag>v3.1.0</tag>
</scm>
<developers>
<developer>
<id>webjars</id>
<url>https://www.webjars.org</url>
</developer>
</developers>
<licenses>
<license>
<name>MIT</name>
<url>https://spdx.org/licenses/MIT#licenseText</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<url>https://github.com/hexojs/hexo-cli/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>tildify</artifactId>
<version>[2.0.0,3)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hexo-log</artifactId>
<version>[1.0.0,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>resolve</artifactId>
<version>[1.11.0,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>command-exists</artifactId>
<version>[1.2.8,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hexo-util</artifactId>
<version>[1.4.0,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bluebird</artifactId>
<version>[3.5.5,4)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>acorn</artifactId>
<version>[7.0.0,8)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>chalk</artifactId>
<version>[2.4.2,3)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>abbrev</artifactId>
<version>[1.1.1,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>minimist</artifactId>
<version>[1.2.0,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hexo-fs</artifactId>
<version>[2.0.0,3)</version>
</dependency>
</dependencies>
</project>