json-stable-stringify-without-jsonify
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>json-stable-stringify-without-jsonify</artifactId>
<version>1.0.1</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-without-jsonify</artifactId>
<version>1.0.1</version>
<name>json-stable-stringify-without-jsonify</name>
<description>deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies</description>
<url>https://github.com/samn/json-stable-stringify</url>
<organization>
<name>James Halliday</name>
<url>https://github.com/samn/json-stable-stringify</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>samn</name>
<email>samneubardt@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/samn/json-stable-stringify.git</connection>
<developerConnection>git://github.com/samn/json-stable-stringify.git</developerConnection>
<url>git://github.com/samn/json-stable-stringify</url>
</scm>
<issueManagement>
<url>https://github.com/samn/json-stable-stringify/issues</url>
</issueManagement>
</project>