import-in-the-middle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>import-in-the-middle</artifactId>
<version>3.0.2</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>import-in-the-middle</artifactId>
<version>3.0.2</version>
<name>import-in-the-middle</name>
<description>Intercept imports in Node.js</description>
<url>https://github.com/nodejs/import-in-the-middle#readme</url>
<organization>
<name>Bryan English</name>
<url>https://github.com/nodejs/import-in-the-middle#readme</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>nodejs-foundation</name>
<email>build@iojs.org</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/nodejs/import-in-the-middle.git</connection>
<developerConnection>ssh://git@github.com/nodejs/import-in-the-middle.git</developerConnection>
<url>ssh://git@github.com/nodejs/import-in-the-middle</url>
</scm>
<issueManagement>
<url>https://github.com/nodejs/import-in-the-middle/issues</url>
</issueManagement>
<properties>
<org.mvnpm-acorn.version>[8.15.0,9)</org.mvnpm-acorn.version>
<org.mvnpm-acorn-import-attributes.version>[1.9.5,2)</org.mvnpm-acorn-import-attributes.version>
<org.mvnpm-cjs-module-lexer.version>[2.2.0,3)</org.mvnpm-cjs-module-lexer.version>
<org.mvnpm-module-details-from-path.version>[1.0.4,2)</org.mvnpm-module-details-from-path.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>acorn</artifactId>
<version>${org.mvnpm-acorn.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>acorn-import-attributes</artifactId>
<version>${org.mvnpm-acorn-import-attributes.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cjs-module-lexer</artifactId>
<version>${org.mvnpm-cjs-module-lexer.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>module-details-from-path</artifactId>
<version>${org.mvnpm-module-details-from-path.version}</version>
</dependency>
</dependencies>
</project>