mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
eeb3c9b151
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"name": "@std/collections",
|
|
"version": "1.0.7",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./aggregate-groups": "./aggregate_groups.ts",
|
|
"./associate-by": "./associate_by.ts",
|
|
"./associate-with": "./associate_with.ts",
|
|
"./chunk": "./chunk.ts",
|
|
"./deep-merge": "./deep_merge.ts",
|
|
"./distinct": "./distinct.ts",
|
|
"./distinct-by": "./distinct_by.ts",
|
|
"./drop-last-while": "./drop_last_while.ts",
|
|
"./drop-while": "./drop_while.ts",
|
|
"./filter-entries": "./filter_entries.ts",
|
|
"./filter-keys": "./filter_keys.ts",
|
|
"./filter-values": "./filter_values.ts",
|
|
"./find-single": "./find_single.ts",
|
|
"./first-not-nullish-of": "./first_not_nullish_of.ts",
|
|
"./includes-value": "./includes_value.ts",
|
|
"./intersect": "./intersect.ts",
|
|
"./invert-by": "./invert_by.ts",
|
|
"./invert": "./invert.ts",
|
|
"./join-to-string": "./join_to_string.ts",
|
|
"./map-entries": "./map_entries.ts",
|
|
"./map-keys": "./map_keys.ts",
|
|
"./map-not-nullish": "./map_not_nullish.ts",
|
|
"./map-values": "./map_values.ts",
|
|
"./max-by": "./max_by.ts",
|
|
"./max-of": "./max_of.ts",
|
|
"./max-with": "./max_with.ts",
|
|
"./min-by": "./min_by.ts",
|
|
"./min-of": "./min_of.ts",
|
|
"./min-with": "./min_with.ts",
|
|
"./omit": "./omit.ts",
|
|
"./partition": "./partition.ts",
|
|
"./partition-entries": "./partition_entries.ts",
|
|
"./permutations": "./permutations.ts",
|
|
"./pick": "./pick.ts",
|
|
"./reduce-groups": "./reduce_groups.ts",
|
|
"./running-reduce": "./running_reduce.ts",
|
|
"./sample": "./sample.ts",
|
|
"./sliding-windows": "./sliding_windows.ts",
|
|
"./sort-by": "./sort_by.ts",
|
|
"./sum-of": "./sum_of.ts",
|
|
"./take-last-while": "./take_last_while.ts",
|
|
"./take-while": "./take_while.ts",
|
|
"./union": "./union.ts",
|
|
"./unstable-chunk": "./unstable_chunk.ts",
|
|
"./unstable-sample": "./unstable_sample.ts",
|
|
"./unstable-sort-by": "./unstable_sort_by.ts",
|
|
"./unstable-take-while": "./unstable_take_while.ts",
|
|
"./unstable-without-all": "./unstable_without_all.ts",
|
|
"./unzip": "./unzip.ts",
|
|
"./without-all": "./without_all.ts",
|
|
"./zip": "./zip.ts"
|
|
}
|
|
}
|