UNPKG

mountable-dwtrie

Version:

A dwtrie wrapper that supports mounting of other dwtries

47 lines (46 loc) 1.21 kB
{ "name": "mountable-dwtrie", "version": "2.0.0", "description": "A dwtrie wrapper that supports mounting of other dwtries", "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/distributedweb/mountable-dwtrie.git" }, "keywords": [ "mount", "mountable", "dwtrie" ], "author": "jared <jared@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/distributedweb/mountable-dwtrie/issues" }, "homepage": "https://github.com/distributedweb/mountable-dwtrie#readme", "devDependencies": { "dwebx": "^2.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": "^2.0.0", "ddatabase-protocol": "^2.0.0", "dwtrie": "^2.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" } }