Sha256: 49bfc3a3a94d19ccb890f71c39f41a2a56ae8cc54b45d6330d4e30dc59418ae7
Contents?: true
Size: 991 Bytes
Versions: 42
Compression:
Stored size: 991 Bytes
Contents
{ "name": "json-stable-stringify-without-jsonify", "version": "1.0.1", "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies", "main": "index.js", "dependencies": { }, "devDependencies": { "tape": "~1.0.4" }, "scripts": { "test": "tape test/*.js" }, "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "ff/5", "ff/latest", "chrome/15", "chrome/latest", "safari/latest", "opera/latest" ] }, "repository": { "type": "git", "url": "git://github.com/samn/json-stable-stringify.git" }, "homepage": "https://github.com/samn/json-stable-stringify", "keywords": [ "json", "stringify", "deterministic", "hash", "sort", "stable" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }
Version data entries
42 entries across 42 versions & 2 rubygems