组织ID: |
org.webjars.npm |
项目ID: |
chalk |
版本: |
2.3.2 |
最后修改时间: |
2019-11-04 18:23:52 |
包类型: |
jar |
标题: |
chalk |
描述: |
WebJar for chalk |
相关URL: |
http://webjars.org |
大小: |
12.78KB |
|
Maven引入代码: |
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>chalk</artifactId>
<version>2.3.2</version>
</dependency>
|
Gradle引入代码: |
org.webjars.npm:chalk:2.3.2
|
下载Jar包: |
|
POM文件内容: |
<?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>chalk</artifactId>
<version>2.3.2</version>
<name>chalk</name>
<description>WebJar for chalk</description>
<url>http://webjars.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<url>https://github.com/chalk/chalk</url>
<connection>https://github.com/chalk/chalk.git</connection>
<developerConnection>https://github.com/chalk/chalk.git</developerConnection>
<tag>v2.3.2</tag>
</scm>
<developers>
<developer>
<id>webjars</id>
<url>http://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/chalk/chalk/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ansi-styles</artifactId>
<version>[3.2.1,4)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>escape-string-regexp</artifactId>
<version>[1.0.5,2)</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>supports-color</artifactId>
<version>[5.3.0,6)</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/maven/org.webjars.npm/chalk/pom.xml
META-INF/maven/org.webjars.npm/chalk/pom.properties
META-INF/resources/webjars/chalk/2.3.2/package.json
META-INF/resources/webjars/chalk/2.3.2/index.js
META-INF/resources/webjars/chalk/2.3.2/license
META-INF/resources/webjars/chalk/2.3.2/readme.md
META-INF/resources/webjars/chalk/2.3.2/templates.js
META-INF/resources/webjars/chalk/2.3.2/types/index.d.ts
|
依赖Jar: |
ansi-styles-[3.2.1,4).jar
/org.webjars.npm/ansi-styles/[3.2.1,4)
查看ansi-styles所有版本文件
escape-string-regexp-[1.0.5,2).jar
/org.webjars.npm/escape-string-regexp/[1.0.5,2)
查看escape-string-regexp所有版本文件
supports-color-[5.3.0,6).jar
/org.webjars.npm/supports-color/[5.3.0,6)
查看supports-color所有版本文件
|