hyperdrive-daemon
Version:
A FUSE-mountable distributed filesystem, built on Hyperdrive
99 lines (98 loc) • 2.48 kB
JSON
{
"name": "hyperdrive-daemon",
"version": "1.12.1",
"description": "A FUSE-mountable distributed filesystem, built on Hyperdrive",
"main": "index.js",
"bin": {
"hyperdrive": "./bin/run/run"
},
"scripts": {
"test": "standard && NODE_ENV=test tape test/*.js"
},
"files": [
"index.js",
"manager.js",
"scripts/",
"lib/",
"bin/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/hyperdrive-daemon.git"
},
"keywords": [
"hyperdrive",
"fuse",
"daemon"
],
"author": "Andrew Osheorff <andrewosh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewosh/hyperdrive-daemon/issues"
},
"homepage": "https://github.com/andrewosh/hyperdrive-daemon#readme",
"dependencies": {
"@grpc/grpc-js": "^0.5.1",
"@oclif/command": "^1.5.19",
"@oclif/config": "^1.14.0",
"@oclif/plugin-autocomplete": "^0.1.5",
"@oclif/plugin-help": "^2.2.3",
"buffer-json-encoding": "^1.0.2",
"collect-stream": "^1.2.1",
"corestore": "^5.0.0",
"corestore-swarm-networking": "^5.0.0",
"dat-encoding": "^5.0.1",
"fs-extra": "^7.0.1",
"globby": "^11.0.0",
"google-protobuf": "^3.8.0",
"hypercore": "^8.8.0",
"hypercore-cache": "^1.0.2",
"hypercore-default-storage": "^1.0.0",
"hyperdrive": "^10.8.10",
"hyperdrive-daemon-client": "beta",
"hypertrie": "^4.4.0",
"last-one-wins": "^1.0.4",
"level": "^6.0.0",
"level-mem": "^5.0.1",
"minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"ora": "^4.0.3",
"peersockets": "^0.3.0",
"pino": "^5.12.6",
"pm2": "^4.2.1",
"prettier-bytes": "^1.0.4",
"pump": "^3.0.0",
"random-access-file": "^2.1.2",
"random-access-memory": "^3.1.1",
"simple-get": "^3.1.0",
"sodium-universal": "^2.0.0",
"stream-collector": "^1.0.1",
"subleveldown": "^4.0.0",
"through2-map": "^3.0.0"
},
"optionalDependencies": {
"hyperdrive-fuse": "^1.2.12"
},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.10.1",
"tmp-promise": "^2.0.1"
},
"standard": {
"ignore": [
"lib/fuse/index.js",
"bin/commands/*.js",
"bin/commands/debug/*.js",
"bin/commands/cleanup/*.js"
]
},
"oclif": {
"commands": "./bin/commands",
"bin": "hyperdrive",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-autocomplete",
"hyperdrive-daemon-client"
]
}
}