<?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>define-properties</artifactId>
  <version>1.2.0</version>
  <name>define-properties</name>
  <description>Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.</description>
  <url>https://github.com/ljharb/define-properties#readme</url>
  <organization>
    <name>Jordan Harband</name>
    <url>https://github.com/ljharb/define-properties#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ljharb</name>
      <email>ljharb@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/ljharb/define-properties.git</connection>
    <developerConnection>git://github.com/ljharb/define-properties.git</developerConnection>
    <url>git://github.com/ljharb/define-properties</url>
  </scm>
  <issueManagement>
    <url>https://github.com/ljharb/define-properties/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-has-property-descriptors.version>[1.0.0,2)</org.mvnpm-has-property-descriptors.version>
    <org.mvnpm-object-keys.version>[1.1.1,2)</org.mvnpm-object-keys.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>has-property-descriptors</artifactId>
      <version>${org.mvnpm-has-property-descriptors.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>object-keys</artifactId>
      <version>${org.mvnpm-object-keys.version}</version>
    </dependency>
  </dependencies>
</project>
