tap-mocha-reporter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.webjars.npm</groupId> <artifactId>tap-mocha-reporter</artifactId> <version>4.0.1</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>tap-mocha-reporter</artifactId> <version>4.0.1</version> <name>tap-mocha-reporter</name> <description>WebJar for tap-mocha-reporter</description> <url>http://webjars.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <url>https://github.com/tapjs/tap-mocha-reporter</url> <connection>https://github.com/tapjs/tap-mocha-reporter.git</connection> <developerConnection>https://github.com/tapjs/tap-mocha-reporter.git</developerConnection> <tag>v4.0.1</tag> </scm> <developers> <developer> <id>webjars</id> <url>http://webjars.org</url> </developer> </developers> <licenses> <license> <name>ISC</name> <url>https://spdx.org/licenses/ISC#licenseText</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <url>https://github.com/tapjs/tap-mocha-reporter/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>glob</artifactId> <version>[7.0.5,8)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>escape-string-regexp</artifactId> <version>[1.0.3,2)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>debug</artifactId> <version>[2.1.3,3)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>tap-yaml</artifactId> <version>[0,1),[1,2)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>diff</artifactId> <version>[1.3.2,2)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>tap-parser</artifactId> <version>[8.0.0,9)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>color-support</artifactId> <version>[1.1.0,2)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>unicode-length</artifactId> <version>[1.0.0,2)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>readable-stream</artifactId> <version>[2.1.5,3)</version> <optional>true</optional> </dependency> </dependencies> </project>