<?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.jsonjoy.com</groupId>
  <artifactId>fs-node-utils</artifactId>
  <version>4.57.8</version>
  <name>jsonjoy.com fs-node-utils</name>
  <description>Utility functions for Node.js fs module</description>
  <url>https://github.com/streamich/memfs/tree/master/packages/fs-node-utils</url>
  <organization>
    <name>streamich</name>
    <url>https://github.com/streamich/memfs/tree/master/packages/fs-node-utils</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>json-joy-team</name>
      <email>team@jsonjoy.com</email>
    </developer>
    <developer>
      <name>streamich</name>
      <email>vadimsdaleckis@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/streamich/memfs.git</connection>
    <developerConnection>https://github.com/streamich/memfs.git</developerConnection>
    <url>https://github.com/streamich/memfs</url>
  </scm>
  <issueManagement>
    <url>https://github.com/streamich/memfs/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.jsonjoy.com-fs-node-builtins.version>4.57.8</org.mvnpm.at.jsonjoy.com-fs-node-builtins.version>
    <org.mvnpm-tslib.version>[2,3)</org.mvnpm-tslib.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.jsonjoy.com</groupId>
      <artifactId>fs-node-builtins</artifactId>
      <version>${org.mvnpm.at.jsonjoy.com-fs-node-builtins.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tslib</artifactId>
      <version>${org.mvnpm-tslib.version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
