<?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>is-data-descriptor</artifactId>
  <version>2.1.3</version>
  <name>is-data-descriptor</name>
  <description>Returns true if a value has the characteristics of a valid JavaScript data descriptor.</description>
  <url>https://github.com/inspect-js/is-data-descriptor</url>
  <organization>
    <name>Jon Schlinkert</name>
    <url>https://github.com/inspect-js/is-data-descriptor</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ljharb</name>
      <email>ljharb@gmail.com</email>
    </developer>
    <developer>
      <name>jonschlinkert</name>
      <email>github@sellside.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/inspect-js/is-data-descriptor.git</connection>
    <developerConnection>https://github.com/inspect-js/is-data-descriptor.git</developerConnection>
    <url>https://github.com/inspect-js/is-data-descriptor</url>
  </scm>
  <issueManagement>
    <url>https://github.com/inspect-js/is-data-descriptor/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-gopd.version>[1.0.1,2)</org.mvnpm-gopd.version>
    <org.mvnpm-hasown.version>[2.0.0,3)</org.mvnpm-hasown.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>gopd</artifactId>
      <version>${org.mvnpm-gopd.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>hasown</artifactId>
      <version>${org.mvnpm-hasown.version}</version>
    </dependency>
  </dependencies>
</project>
