<?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>get-intrinsic</artifactId>
  <version>1.2.2</version>
  <name>get-intrinsic</name>
  <description>Get and robustly cache all JS language-level intrinsics at first require time</description>
  <url>https://github.com/ljharb/get-intrinsic#readme</url>
  <organization>
    <name>Jordan Harband</name>
    <url>https://github.com/ljharb/get-intrinsic#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ljharb</name>
      <email>ljharb@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/ljharb/get-intrinsic.git</connection>
    <developerConnection>https://github.com/ljharb/get-intrinsic.git</developerConnection>
    <url>https://github.com/ljharb/get-intrinsic</url>
  </scm>
  <issueManagement>
    <url>https://github.com/ljharb/get-intrinsic/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-has-proto.version>[1.0.1,2)</org.mvnpm-has-proto.version>
    <org.mvnpm-hasown.version>[2.0.0,3)</org.mvnpm-hasown.version>
    <org.mvnpm-has-symbols.version>[1.0.3,2)</org.mvnpm-has-symbols.version>
    <org.mvnpm-function-bind.version>[1.1.2,2)</org.mvnpm-function-bind.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>function-bind</artifactId>
      <version>${org.mvnpm-function-bind.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>has-proto</artifactId>
      <version>${org.mvnpm-has-proto.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>has-symbols</artifactId>
      <version>${org.mvnpm-has-symbols.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>hasown</artifactId>
      <version>${org.mvnpm-hasown.version}</version>
    </dependency>
  </dependencies>
</project>
