debug
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>debug</artifactId>
<version>4.4.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>debug</artifactId>
<version>4.4.3</version>
<name>debug</name>
<description>Lightweight debugging utility for Node.js and the browser</description>
<url>https://github.com/debug-js/debug#readme</url>
<organization>
<name>Josh Junon</name>
<url>https://github.com/debug-js/debug#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>qix</name>
<email>npm@josh.junon.me</email>
</developer>
<developer>
<name>tootallnate</name>
<email>nathan@tootallnate.net</email>
</developer>
</developers>
<scm>
<connection>git://github.com/debug-js/debug.git</connection>
<developerConnection>git://github.com/debug-js/debug.git</developerConnection>
<url>git://github.com/debug-js/debug</url>
</scm>
<issueManagement>
<url>https://github.com/debug-js/debug/issues</url>
</issueManagement>
<properties>
<org.mvnpm-ms.version>[2.1.3,3)</org.mvnpm-ms.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ms</artifactId>
<version>${org.mvnpm-ms.version}</version>
</dependency>
</dependencies>
</project>