UNPKG

immutable-aatree

Version:
31 lines (30 loc) 659 B
{ "name": "immutable-aatree", "version": "2.0.0", "description": "Persistent AAtree datastructure", "main": "lib/aatree.js", "type": "module", "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "https://github.com/alwinb/immutable-aatree.git" }, "keywords": [ "immutable", "persistent", "aatree", "AAtree", "datastructure", "ordered dictionary", "cursor", "zipper" ], "author": "Alwin Blok", "license": "MIT", "bugs": { "url": "https://github.com/alwinb/immutable-aatree/issues" }, "homepage": "https://github.com/alwinb/immutable-aatree#readme" }