mountable-dwebtrie
Version:
A DWebTrie wrapper that supports mounting of other dWebTries.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "mountable-dwebtrie",
"version": "3.0.1",
"description": "A DWebTrie wrapper that supports mounting of other dWebTries.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"build": "protocol-buffers -o lib/messages.js schema.proto"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwebprotocol/mountable-dwebtrie.git"
},
"keywords": [
"mount",
"mountable",
"dwebtrie"
],
"author": "PeepsLabs <peepslabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwebprotocol/mountable-dwebtrie/issues"
},
"homepage": "https://dwebx.org",
"devDependencies": {
"basestorex": "^1.0.0",
"raf": "^3.4.1",
"random-access-memory": "^3.1.1",
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"tape": "^4.10.1",
"tmp": "^0.1.0"
},
"dependencies": {
"@ddatabase/crypto": "^1.0.0",
"@ddatabase/protocol": "^1.0.0",
"dwebtrie": "^3.0.0",
"is-options": "^1.0.1",
"nanoiterator": "^1.2.0",
"nanoresource": "^1.3.0",
"protocol-buffers": "^4.1.0",
"protocol-buffers-encodings": "^1.1.0",
"thunky": "^1.1.0",
"unixify": "^1.0.0"
}
}