external-editor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.inquirer</groupId>
<artifactId>external-editor</artifactId>
<version>3.0.4</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.inquirer</groupId>
<artifactId>external-editor</artifactId>
<version>3.0.4</version>
<name>inquirer external-editor</name>
<description>Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT</description>
<url>https://github.com/SBoudrias/Inquirer.js/blob/main/packages/external-editor/README.md</url>
<organization>
<name>Simon Boudrias</name>
<url>https://github.com/SBoudrias/Inquirer.js/blob/main/packages/external-editor/README.md</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>sboudrias</name>
<email>admin@simonboudrias.com</email>
</developer>
<developer>
<name>mischah</name>
<email>mail@michael-kuehnel.de</email>
</developer>
</developers>
<scm>
<connection>https://github.com/SBoudrias/Inquirer.js.git</connection>
<developerConnection>https://github.com/SBoudrias/Inquirer.js.git</developerConnection>
<url>https://github.com/SBoudrias/Inquirer.js</url>
</scm>
<issueManagement>
<url>https://github.com/SBoudrias/Inquirer.js/issues</url>
</issueManagement>
<properties>
<org.mvnpm-iconv-lite.version>[0.7.2,0.8)</org.mvnpm-iconv-lite.version>
<org.mvnpm-chardet.version>[2.1.1,3)</org.mvnpm-chardet.version>
<org.mvnpm.at.types-node.version>[18,)</org.mvnpm.at.types-node.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>chardet</artifactId>
<version>${org.mvnpm-chardet.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>iconv-lite</artifactId>
<version>${org.mvnpm-iconv-lite.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>node</artifactId>
<version>${org.mvnpm.at.types-node.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>