array.prototype.flatmap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>array.prototype.flatmap</artifactId>
<version>1.3.3</version>
</dependency><?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>array.prototype.flatmap</artifactId>
<version>1.3.3</version>
<name>array.prototype.flatmap</name>
<description>An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.</description>
<url>https://github.com/es-shims/Array.prototype.flatMap#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/es-shims/Array.prototype.flatMap#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/es-shims/Array.prototype.flatMap.git</connection>
<developerConnection>git://github.com/es-shims/Array.prototype.flatMap.git</developerConnection>
<url>git://github.com/es-shims/Array.prototype.flatMap</url>
</scm>
<issueManagement>
<url>https://github.com/es-shims/Array.prototype.flatMap/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.8,2)</org.mvnpm-call-bind.version>
<org.mvnpm-define-properties.version>[1.2.1,2)</org.mvnpm-define-properties.version>
<org.mvnpm-es-shim-unscopables.version>[1.0.2,2)</org.mvnpm-es-shim-unscopables.version>
<org.mvnpm-es-abstract.version>[1.23.5,2)</org.mvnpm-es-abstract.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bind</artifactId>
<version>${org.mvnpm-call-bind.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>define-properties</artifactId>
<version>${org.mvnpm-define-properties.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>es-abstract</artifactId>
<version>${org.mvnpm-es-abstract.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>es-shim-unscopables</artifactId>
<version>${org.mvnpm-es-shim-unscopables.version}</version>
</dependency>
</dependencies>
</project>