cross-spawn
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cross-spawn</artifactId>
<version>7.0.6</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>cross-spawn</artifactId>
<version>7.0.6</version>
<name>cross-spawn</name>
<description>Cross platform child_process#spawn and child_process#spawnSync</description>
<url>https://github.com/moxystudio/node-cross-spawn</url>
<organization>
<name>André Cruz</name>
<url>https://github.com/moxystudio/node-cross-spawn</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>satazor</name>
<email>andremiguelcruz@msn.com</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/moxystudio/node-cross-spawn.git</connection>
<developerConnection>ssh://git@github.com/moxystudio/node-cross-spawn.git</developerConnection>
<url>ssh://git@github.com/moxystudio/node-cross-spawn</url>
</scm>
<issueManagement>
<url>https://github.com/moxystudio/node-cross-spawn/issues</url>
</issueManagement>
<properties>
<org.mvnpm-path-key.version>[3.1.0,4)</org.mvnpm-path-key.version>
<org.mvnpm-which.version>[2.0.1,3)</org.mvnpm-which.version>
<org.mvnpm-shebang-command.version>[2.0.0,3)</org.mvnpm-shebang-command.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>which</artifactId>
<version>${org.mvnpm-which.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>path-key</artifactId>
<version>${org.mvnpm-path-key.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>shebang-command</artifactId>
<version>${org.mvnpm-shebang-command.version}</version>
</dependency>
</dependencies>
</project>