<?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.babel</groupId>
  <artifactId>code-frame</artifactId>
  <version>7.22.13</version>
  <name>babel code-frame</name>
  <description>Generate errors that contain a code frame that point to source locations.</description>
  <url>https://babel.dev/docs/en/next/babel-code-frame</url>
  <organization>
    <name>The Babel Team (https://babel.dev/team)</name>
    <url>https://babel.dev/docs/en/next/babel-code-frame</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>hzoo</name>
      <email>hi@henryzoo.com</email>
    </developer>
    <developer>
      <name>existentialism</name>
      <email>bng412@gmail.com</email>
    </developer>
    <developer>
      <name>nicolo-ribaudo</name>
      <email>nicolo.ribaudo@gmail.com</email>
    </developer>
    <developer>
      <name>jlhwung</name>
      <email>jlhwung@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/babel/babel.git</connection>
    <developerConnection>https://github.com/babel/babel.git</developerConnection>
    <url>https://github.com/babel/babel</url>
  </scm>
  <issueManagement>
    <url>https://github.com/babel/babel/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+is%3Aopen</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.babel-highlight.version>[7.22.13,8)</org.mvnpm.at.babel-highlight.version>
    <org.mvnpm-chalk.version>[2.4.2,3)</org.mvnpm-chalk.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.babel</groupId>
      <artifactId>highlight</artifactId>
      <version>${org.mvnpm.at.babel-highlight.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>chalk</artifactId>
      <version>${org.mvnpm-chalk.version}</version>
    </dependency>
  </dependencies>
</project>
