<?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>fs-extra</artifactId>
  <version>8.1.0</version>
  <name>fs-extra</name>
  <description>fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.</description>
  <url>https://github.com/jprichardson/node-fs-extra</url>
  <organization>
    <name>JP Richardson</name>
    <url>https://github.com/jprichardson/node-fs-extra</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>jprichardson</name>
      <email>jprichardson@gmail.com</email>
    </developer>
    <developer>
      <name>manidlou</name>
      <email>manidlou@gmail.com</email>
    </developer>
    <developer>
      <name>ryanzim</name>
      <email>opensrc@ryanzim.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/jprichardson/node-fs-extra.git</connection>
    <developerConnection>https://github.com/jprichardson/node-fs-extra.git</developerConnection>
    <url>https://github.com/jprichardson/node-fs-extra</url>
  </scm>
  <issueManagement>
    <url>https://github.com/jprichardson/node-fs-extra/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-jsonfile.version>[4.0.0,5)</org.mvnpm-jsonfile.version>
    <org.mvnpm-graceful-fs.version>[4.2.0,5)</org.mvnpm-graceful-fs.version>
    <org.mvnpm-universalify.version>[0.1.0,0.2)</org.mvnpm-universalify.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>jsonfile</artifactId>
      <version>${org.mvnpm-jsonfile.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>graceful-fs</artifactId>
      <version>${org.mvnpm-graceful-fs.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>universalify</artifactId>
      <version>${org.mvnpm-universalify.version}</version>
    </dependency>
  </dependencies>
</project>
