UNPKG

merkle-json

Version:

Compute hash of Javascript object having optional Merkle hash tags

44 lines (43 loc) 985 B
{ "name": "merkle-json", "version": "2.10.0", "description": "Compute hash of Javascript object having optional Merkle hash tags", "main": "index.js", "directories": { "test": "test", "dist": "dist", "src": "src", "doc": "doc" }, "devDependencies": { "mocha": "^10.2.0", "should": "^11.2.0" }, "engine-strict": true, "engines": { "node": ">=6.11.0" }, "scripts": { "test": "npm run test:verbose", "test:test": "mocha -w -R min --inline-diffs -g TEST", "test:verbose": "mocha --inline-diffs", "test:watch": "mocha -w --inline-diffs" }, "repository": { "type": "git", "url": "git+https://github.com/oyamist/merkle-json.git" }, "bin": {}, "keywords": [ "REST", "resource bundle", "express", "kinann-org" ], "author": "Karl Lew", "license": "MIT", "bugs": { "url": "https://github.com/oyamist/merkle-json/issues" }, "homepage": "https://github.com/oyamist/merkle-json" }