{ "name": "multihashing-async", "version": "0.8.2", "description": "multiple hash functions", "keywords": [ "multihash", "hash", "hashing", "async" ], "homepage": "https://github.com/multiformats/js-multihashing-async", "bugs": "https://github.com/multiformats/js-multihashing-async/issues", "license": "MIT", "leadMaintainer": "Hugo Dias ", "files": [ "src", "dist" ], "main": "src/index.js", "browser": { "./src/sha.js": "./src/sha.browser.js" }, "repository": "github:multiformats/js-multihashing-async", "scripts": { "test": "aegir test", "test:browser": "aegir test -t browser", "test:node": "aegir test -t node", "lint": "aegir lint", "docs": "aegir docs", "release": "aegir release --docs", "release-minor": "aegir release --type minor --docs", "release-major": "aegir release --type major --docs", "build": "aegir build", "bench": "node benchmarks/hash.js" }, "dependencies": { "blakejs": "^1.1.0", "buffer": "^5.4.3", "err-code": "^2.0.0", "js-sha3": "^0.8.0", "multihashes": "^1.0.1", "murmurhash3js-revisited": "^3.0.0" }, "devDependencies": { "aegir": "^25.0.0", "benchmark": "^2.1.4", "chai": "^4.1.2", "dirty-chai": "^2.0.1", "sinon": "^9.0.2" }, "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "contributors": [ "David Dias ", "Friedel Ziegelmayer ", "Hugo Dias ", "Juan Batiz-Benet ", "Richard Littauer ", "Pedro Teixeira ", "Victor Bjelkholm ", "achingbrain ", "Mikeal Rogers ", "Mitar ", "Richard Schneider ", "Volker Mische ", "André Cruz ", "Arve Knudsen ", "Dmitriy Ryajov ", "Irakli Gozalishvili ", "Jacob Heun ", "Marcin Rataj ", "Matteo Collina " ] }