std/data_structures/deno.json

13 lines
354 B
JSON
Raw Normal View History

{
"name": "@std/data-structures",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./unstable-bidirectional-map": "./unstable_bidirectional_map.ts",
"./binary-heap": "./binary_heap.ts",
"./binary-search-tree": "./binary_search_tree.ts",
"./comparators": "./comparators.ts",
"./red-black-tree": "./red_black_tree.ts"
}
}