jsonld-stable-stringify
Version:
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified JSON-LD
40 lines (39 loc) • 892 B
JSON
{
"name": "jsonld-stable-stringify",
"version": "1.1.1",
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified JSON-LD",
"main": "index.js",
"dependencies": {
"jsonify": "~0.0.0"
},
"devDependencies": {
"tape": "~1.0.4"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/periodo/jsonld-stable-stringify.git"
},
"homepage": "https://github.com/periodo/jsonld-stable-stringify",
"keywords": [
"json",
"stringify",
"deterministic",
"hash",
"sort",
"stable"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"contributors": [{
"name": "Ryan Shaw",
"email": "ryanshaw@unc.edu",
"url": "https://aeshin.org"
}],
"license": "MIT"
}