UNPKG

dwebfs

Version:

dwebfs is a secure, real time distributed file system

56 lines (55 loc) 1.44 kB
{ "name": "dwebfs", "version": "2.0.0", "description": "dwebfs 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/distributedweb/dwebfs.git" }, "keywords": [ "dwebfs", "dwtrie" ], "author": "jared (@jared)", "license": "MIT", "bugs": { "url": "https://github.com/distributedweb/dwebfs/issues" }, "homepage": "https://github.com/distributedweb/dwebfs#readme", "dependencies": { "byte-stream": "^2.1.0", "dwebx": "^2.0.0", "custom-error-class": "^1.0.0", "duplexify": "^3.7.1", "filesystem-constants": "^1.0.0", "ddatabase-byte-stream": "^2.0.0", "ddatabase-protocol": "^2.0.0", "dwebfs-schemas": "^2.0.0", "mountable-dwtrie": "^2.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" } }