gen-mapping
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.jridgewell</groupId>
<artifactId>gen-mapping</artifactId>
<version>0.3.13</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.jridgewell</groupId>
<artifactId>gen-mapping</artifactId>
<version>0.3.13</version>
<name>jridgewell gen-mapping</name>
<description>Generate source maps</description>
<url>https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping</url>
<organization>
<name>Justin Ridgewell</name>
<url>https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jridgewell</name>
<email>justin+npm@ridgewell.name</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jridgewell/sourcemaps.git</connection>
<developerConnection>https://github.com/jridgewell/sourcemaps.git</developerConnection>
<url>https://github.com/jridgewell/sourcemaps</url>
</scm>
<issueManagement>
<url>https://github.com/jridgewell/sourcemaps/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.jridgewell-trace-mapping.version>[0.3.24,0.4)</org.mvnpm.at.jridgewell-trace-mapping.version>
<org.mvnpm.at.jridgewell-sourcemap-codec.version>[1.5.0,2)</org.mvnpm.at.jridgewell-sourcemap-codec.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.jridgewell</groupId>
<artifactId>sourcemap-codec</artifactId>
<version>${org.mvnpm.at.jridgewell-sourcemap-codec.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.jridgewell</groupId>
<artifactId>trace-mapping</artifactId>
<version>${org.mvnpm.at.jridgewell-trace-mapping.version}</version>
</dependency>
</dependencies>
</project>