json-stable-stringify
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>json-stable-stringify</artifactId>
<version>1.3.0</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>json-stable-stringify</artifactId>
<version>1.3.0</version>
<name>json-stable-stringify</name>
<description>deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results</description>
<url>https://github.com/ljharb/json-stable-stringify</url>
<organization>
<name>James Halliday</name>
<url>https://github.com/ljharb/json-stable-stringify</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/ljharb/json-stable-stringify.git</connection>
<developerConnection>git://github.com/ljharb/json-stable-stringify.git</developerConnection>
<url>git://github.com/ljharb/json-stable-stringify</url>
</scm>
<issueManagement>
<url>https://github.com/ljharb/json-stable-stringify/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.8,2)</org.mvnpm-call-bind.version>
<org.mvnpm-jsonify.version>[0.0.1,0.0.2)</org.mvnpm-jsonify.version>
<org.mvnpm-call-bound.version>[1.0.4,2)</org.mvnpm-call-bound.version>
<org.mvnpm-isarray.version>[2.0.5,3)</org.mvnpm-isarray.version>
<org.mvnpm-object-keys.version>[1.1.1,2)</org.mvnpm-object-keys.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>call-bound</artifactId>
<version>${org.mvnpm-call-bound.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>isarray</artifactId>
<version>${org.mvnpm-isarray.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>jsonify</artifactId>
<version>${org.mvnpm-jsonify.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>object-keys</artifactId>
<version>${org.mvnpm-object-keys.version}</version>
</dependency>
</dependencies>
</project>