mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
05b6d7eedd
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
13 lines
354 B
JSON
13 lines
354 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|