hasown
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hasown</artifactId>
<version>2.0.4</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>hasown</artifactId>
<version>2.0.4</version>
<name>hasown</name>
<description>A robust, ES3 compatible, "has own property" predicate.</description>
<url>https://github.com/inspect-js/hasOwn#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/inspect-js/hasOwn#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>ljharb</name>
<email>ljharb@gmail.com</email>
</developer>
<developer>
<name>radubrehar</name>
<email>radu@jslog.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/inspect-js/hasOwn.git</connection>
<developerConnection>https://github.com/inspect-js/hasOwn.git</developerConnection>
<url>https://github.com/inspect-js/hasOwn</url>
</scm>
<issueManagement>
<url>https://github.com/inspect-js/hasOwn/issues</url>
</issueManagement>
<properties>
<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>
</dependencies>
</project>