UNPKG

hyperdrive

Version:

Hyperdrive is a secure, real-time distributed file system

66 lines (65 loc) 1.53 kB
{ "name": "hyperdrive", "version": "12.3.0", "description": "Hyperdrive is a secure, real-time distributed file system", "main": "index.js", "files": [ "index.js", "lib/**.js" ], "repository": { "type": "git", "url": "git+https://github.com/holepunchto/hyperdrive.git" }, "scripts": { "test": "standard && brittle test.js", "test:bare": "bare test.js" }, "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/hyperdrive/issues" }, "homepage": "https://github.com/holepunchto/hyperdrive#readme", "dependencies": { "hyperbee": "^2.11.1", "hyperblobs": "^2.3.0", "hypercore": "^11.0.0", "hypercore-errors": "^1.0.0", "is-options": "^1.0.2", "mirror-drive": "^1.2.0", "ready-resource": "^1.0.0", "safety-catch": "^1.0.2", "speedometer": "^1.1.0", "streamx": "^2.12.4", "sub-encoder": "^2.1.1", "unix-path-resolve": "^1.0.2" }, "devDependencies": { "b4a": "^1.6.0", "bare-events": "^2.5.4", "bare-fs": "^4.1.2", "bare-path": "^3.0.0", "brittle": "^3.1.0", "corestore": "^7.0.0", "hypercore-crypto": "^3.4.0", "hyperdht": "^6.6.0", "hyperswarm": "^4.0.0", "standard": "^17.0.0", "test-tmp": "^1.3.0" }, "imports": { "fs": { "bare": "bare-fs", "default": "fs" }, "path": { "bare": "bare-path", "default": "path" }, "events": { "bare": "bare-events", "default": "events" } } }