Source: node-sorted-btree Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Emfox Zhou Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-typescript , jest , ts-jest , node-uglify-js , nodejs Standards-Version: 4.7.4 Homepage: https://github.com/qwertie/btree-typescript Vcs-Git: https://salsa.debian.org/js-team/node-sorted-btree.git Vcs-Browser: https://salsa.debian.org/js-team/node-sorted-btree Package: node-sorted-btree Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: sorted key-value map backed by a B+ tree sorted-btree provides a sorted list of key-value pairs in a fast, typed, in-memory B+ tree with a full Map-like API: iteration in key order, range queries, clone-on-write copies and set operations (union, intersect, subtract, diff) through the sorted-btree/extended entry point. . Node.js is an event-based server-side JavaScript engine.