UNPKG

b-tree

Version:

Async/Await I/O B-tree in pure JavaScript for Node.js.

49 lines (46 loc) 1.74 kB
{ "name": "b-tree", "version": "2.0.0-alpha.1", "description": "Async/Await I/O B-tree in pure JavaScript for Node.js.", "keywords": [ "btree", "database", "json", "b-tree", "leveldb", "levelup" ], "author": "Alan Gutierrez <alan@prettyrobots.com>", "contributors": [{ "name": "Demarius Chrite", "email": "chrite.demarius@gmail.com", "web": "https://github.com/demarius" }], "homepage": "https://github.com/bigeasy/strata", "bugs": "https://github.com/bigeasy/strata/issues", "license": "MIT", "repository": { "type": "git", "url": "bigeasy/strata" }, "dependencies": { "ascension": "^1.0.1", "destructible": "6.2.1", "extant": "^1.0.11", "hash.fnv": "^1.0.5", "interrupt": "^10.0.3", "prospective": "^0.2.0", "rimraf": "^3.0.0", "turnstile": "6.0.0-alpha.2" }, "devDependencies": { "proof": "^9.0.2" }, "main": "strata.js", "scripts": { "test": "proof test/*.t.js" } }