UNPKG

@web4/bitdrive

Version:

Bitdrive is a secure, real time distributed file system

56 lines (55 loc) 1.48 kB
{ "name": "@web4/bitdrive", "version": "1.2.0", "description": "Bitdrive is a secure, real time distributed file system", "main": "index.js", "scripts": { "test": "tape test/index.js", "bench:latency": "tape bench/latency.js" }, "repository": { "type": "git", "url": "git+https://github.com/bitwebs/bitdrive.git" }, "keywords": [ "bitdrive", "bittrie" ], "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/bitwebs/bitdrive/issues" }, "homepage": "https://github.com/bitwebs/bitdrive#readme", "dependencies": { "byte-stream": "^2.1.0", "@web4/chainstore": "^1.0.0", "custom-error-class": "^1.0.0", "duplexify": "^3.7.1", "filesystem-constants": "^1.0.0", "@web4/unichain-byte-stream": "^1.0.0", "@web4/bit-protocol": "^1.0.0", "@web4/bitdrive-schemas": "^1.0.0", "@web4/mountable-bittrie": "^1.0.0", "mutexify": "^1.2.0", "nanoiterator": "^1.2.0", "nanoresource": "^1.3.0", "pump": "^3.0.0", "pumpify": "^2.0.1", "stream-collector": "^1.0.1", "streamx": "^2.6.3", "thunky": "^1.0.3", "thunky-map": "^1.0.0", "unixify": "^1.0.0", "varint": "^5.0.0" }, "devDependencies": { "fuzzbuzz": "^2.0.0", "latency-stream": "^1.0.0", "nanobench": "^2.1.1", "random-access-file": "^2.1.3", "random-access-memory": "^3.1.1", "tape": "^4.10.0", "temporary-directory": "^1.0.2" } }