bin-links
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>bin-links</artifactId>
<version>6.0.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>bin-links</artifactId>
<version>6.0.0</version>
<name>bin-links</name>
<description>JavaScript package binary linker</description>
<url>https://github.com/npm/bin-links#readme</url>
<organization>
<name>GitHub Inc.</name>
<url>https://github.com/npm/bin-links#readme</url>
</organization>
<licenses>
<license>
<name>ISC</name>
</license>
</licenses>
<developers>
<developer>
<name>gar</name>
<email>gar+npm@danger.computer</email>
</developer>
<developer>
<name>saquibkhan</name>
<email>saquibkhan@github.com</email>
</developer>
<developer>
<name>npm-cli-ops</name>
<email>npm-cli+bot@github.com</email>
</developer>
<developer>
<name>reggi</name>
<email>reggi@github.com</email>
</developer>
<developer>
<name>hashtagchris</name>
<email>hashtagchris@github.com</email>
</developer>
<developer>
<name>owlstronaut</name>
<email>owlstronaut@github.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/npm/bin-links.git</connection>
<developerConnection>https://github.com/npm/bin-links.git</developerConnection>
<url>https://github.com/npm/bin-links</url>
</scm>
<issueManagement>
<url>https://github.com/npm/bin-links/issues</url>
</issueManagement>
<properties>
<org.mvnpm-cmd-shim.version>[8.0.0,9)</org.mvnpm-cmd-shim.version>
<org.mvnpm-read-cmd-shim.version>[6.0.0,7)</org.mvnpm-read-cmd-shim.version>
<org.mvnpm-npm-normalize-package-bin.version>[5.0.0,6)</org.mvnpm-npm-normalize-package-bin.version>
<org.mvnpm-proc-log.version>[6.0.0,7)</org.mvnpm-proc-log.version>
<org.mvnpm-write-file-atomic.version>[7.0.0,8)</org.mvnpm-write-file-atomic.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cmd-shim</artifactId>
<version>${org.mvnpm-cmd-shim.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>npm-normalize-package-bin</artifactId>
<version>${org.mvnpm-npm-normalize-package-bin.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>proc-log</artifactId>
<version>${org.mvnpm-proc-log.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>read-cmd-shim</artifactId>
<version>${org.mvnpm-read-cmd-shim.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>write-file-atomic</artifactId>
<version>${org.mvnpm-write-file-atomic.version}</version>
</dependency>
</dependencies>
</project>