UNPKG

hypercore-xsalsa20-onwrite-hook

Version:

A write hook to decrypt data using a XSalsa20 cipher into a hypercore storage when replicating from peers

40 lines (39 loc) 1.08 kB
{ "name": "hypercore-xsalsa20-onwrite-hook", "version": "2.0.0", "description": "A write hook to decrypt data using a XSalsa20 cipher into a hypercore storage when replicating from peers", "main": "index.js", "scripts": { "test": "nyc tape test.js" }, "keywords": [ "hypercore", "xsalsa20", "onwrite", "hook" ], "author": "Joseph Werle <joseph.werle@gmail.com>", "license": "MIT", "devDependencies": { "hypercore": "^8.0.0", "hypercore-indexed-file": "^0.1.3", "hypercore-ready": "^0.2.0", "hypercore-replicate": "^0.2.0", "nyc": "^15.0.0", "random-access-memory": "^3.1.1", "tape": "^4.12.1" }, "dependencies": { "hypercore-crypto": "^1.0.0", "varint": "^5.0.0", "xsalsa20-encoding": "^1.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/jwerle/hypercore-xsalsa20-onwrite-hook.git" }, "bugs": { "url": "https://github.com/jwerle/hypercore-xsalsa20-onwrite-hook/issues" }, "homepage": "https://github.com/jwerle/hypercore-xsalsa20-onwrite-hook#readme" }