node-abi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>node-abi</artifactId>
<version>4.26.0</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>node-abi</artifactId>
<version>4.26.0</version>
<name>node-abi</name>
<description>Get the Node ABI for a given target and runtime, and vice versa.</description>
<url>https://github.com/electron/node-abi#readme</url>
<organization>
<name>Lukas Geiger</name>
<url>https://github.com/electron/node-abi#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>electron-cfa</name>
<email>info+cfa-npm@electronjs.org</email>
</developer>
</developers>
<scm>
<connection>https://github.com/electron/node-abi.git</connection>
<developerConnection>https://github.com/electron/node-abi.git</developerConnection>
<url>https://github.com/electron/node-abi</url>
</scm>
<issueManagement>
<url>https://github.com/electron/node-abi/issues</url>
</issueManagement>
<properties>
<org.mvnpm-semver.version>[7.6.3,8)</org.mvnpm-semver.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>semver</artifactId>
<version>${org.mvnpm-semver.version}</version>
</dependency>
</dependencies>
</project>