UNPKG

fast-json-stable-hash

Version:

Hash JSON data stably and fast.

42 lines 876 B
{ "name": "fast-json-stable-hash", "version": "1.0.3", "description": "Hash JSON data stably and fast.", "main": "index.js", "keywords": [ "json", "stable", "stringify", "hash" ], "files": [ "index.js", "index.d.ts" ], "author": "zkldi", "license": "MIT", "devDependencies": { "benchmark": "^2.1.4", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "fast-json-stable-stringify": "^2.1.0", "fast-stable-stringify": "^1.0.0", "faster-stable-stringify": "^1.0.0", "json-stable-stringify": "^1.0.1", "prettier": "^2.2.1", "tap": "^14.11.0" }, "types": "index.d.ts", "dependencies": {}, "nyc": { "reporter": [ "html", "lcov" ] }, "scripts": { "test": "tap --100", "benchmark": "node ./benchmarks/index.js" } }