<?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>write-file-atomic</artifactId>
  <version>7.0.0</version>
  <name>write-file-atomic</name>
  <description>Write files in an atomic fashion w/configurable ownership</description>
  <url>https://github.com/npm/write-file-atomic</url>
  <organization>
    <name>GitHub Inc.</name>
    <url>https://github.com/npm/write-file-atomic</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/write-file-atomic.git</connection>
    <developerConnection>https://github.com/npm/write-file-atomic.git</developerConnection>
    <url>https://github.com/npm/write-file-atomic</url>
  </scm>
  <issueManagement>
    <url>https://github.com/npm/write-file-atomic/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-signal-exit.version>[4.0.1,5)</org.mvnpm-signal-exit.version>
    <org.mvnpm-imurmurhash.version>[0.1.4,0.2)</org.mvnpm-imurmurhash.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>imurmurhash</artifactId>
      <version>${org.mvnpm-imurmurhash.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>signal-exit</artifactId>
      <version>${org.mvnpm-signal-exit.version}</version>
    </dependency>
  </dependencies>
</project>
