@coboxcoop/space
Version:
a peer-to-peer private and encrypted space
77 lines (76 loc) • 2.16 kB
JSON
{
"name": "@coboxcoop/space",
"version": "1.0.7-alpha.1",
"description": "a peer-to-peer private and encrypted space",
"author": "magma-collective",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"scripts": {
"test": "tape 'test/**/*.test.js' | tap-nirvana"
},
"dependencies": {
"@coboxcoop/constants": "^1.0.1-alpha.1",
"@coboxcoop/crypto": "^1.0.2-alpha.1",
"@coboxcoop/drive": "^1.0.5-alpha.1",
"@coboxcoop/keys": "^1.0.2-alpha.1",
"@coboxcoop/log": "1.0.6-alpha.1",
"@coboxcoop/logger": "1.0.1-alpha.1",
"@coboxcoop/multifeed": "^0.0.2",
"@coboxcoop/replicator": "^1.0.6-alpha.1",
"@coboxcoop/schemas": "^1.0.0-alpha.1",
"assert": "^2.0.0",
"call-me-maybe": "^1.0.1",
"collect-stream": "^1.2.1",
"kappa-core": "github:Frando/kappa-core#exp-0.2.3",
"kappa-drive": "^3.1.1",
"kappa-drive-mount": "^1.2.0",
"kappa-sparse-indexer": "0.6.0",
"kappa-view-query": "^3.0.1",
"level": "^5.0.1",
"level-live-stream": "^1.4.12",
"mkdirp": "^0.5.1",
"subleveldown": "^5.0.0",
"through2": "^3.0.1"
},
"devDependencies": {
"collect-stream": "^1.2.1",
"corestore": "^5.6.0",
"hypertrie": "^5.0.5",
"level-mem": "^5.0.1",
"nanoresource": "^1.3.0",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
"random-access-memory": "^3.1.1",
"random-words": "^1.1.0",
"rimraf": "^3.0.0",
"sinon": "^8.0.4",
"tap-nirvana": "^1.1.0",
"tape": "^4.11.0",
"tape-plus": "^1.0.0",
"tmp": "^0.1.0"
},
"resolutions": {
"kappa-drive/kappa-view-kv": "github:coboxcoop/kappa-view-kv.git",
"kappa-drive-mount/hyperdrive-fuse": "1.2.1",
"kappa-drive/mountable-hypertrie/hypertrie": "5.0.5",
"kappa-drive/hyperdrive": "github:coboxcoop/hyperdrive.git#master"
},
"keywords": [
"cobox",
"kappa-core",
"fs",
"drive",
"kappa",
"peerfs",
"space",
"kappa-drive"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/coboxcoop/space.git"
},
"bugs": {
"url": "https://gitlab.com/coboxcoop/space/issues"
},
"homepage": "https://cobox.cloud"
}