UNPKG

@picosearch/radix-tree

Version:

Simple, zero dependency, type-safe implementation of a radix tree data structure.

35 lines 782 B
{ "name": "@picosearch/radix-tree", "version": "0.1.0", "description": "Simple, zero dependency, type-safe implementation of a radix tree data structure.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "keywords": [ "radix-tree", "radix-tree-map", "radix-trie", "radix-trie-map", "trie", "prefix-tree" ], "author": "Sebastian Kussl", "license": "MIT", "dependencies": {}, "devDependencies": {}, "repository": { "type": "git", "url": "https://github.com/olastor/picosearch" }, "bugs": { "url": "https://github.com/olastor/picosearch/issues" }, "scripts": { "build": "tsc -p tsconfig.build.json", "test": "vitest", "lint": "biome check", "type-check": "tsc" } }