module-importer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.humanwhocodes</groupId> <artifactId>module-importer</artifactId> <version>1.0.1</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.at.humanwhocodes</groupId> <artifactId>module-importer</artifactId> <version>1.0.1</version> <name>humanwhocodes module-importer</name> <description>Universal module importer for Node.js</description> <url>https://github.com/humanwhocodes/module-importer#readme</url> <organization> <name>Nicholas C. Zaks</name> <url>https://github.com/humanwhocodes/module-importer#readme</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>nzakas</name> <email>nicholas@nczconsulting.com</email> </developer> </developers> <scm> <connection>https://github.com/humanwhocodes/module-importer.git</connection> <developerConnection>https://github.com/humanwhocodes/module-importer.git</developerConnection> <url>https://github.com/humanwhocodes/module-importer</url> </scm> <issueManagement> <url>https://github.com/humanwhocodes/module-importer/issues</url> </issueManagement> </project>