std/collections/deno.json

64 lines
2.4 KiB
JSON
Raw Normal View History

{
"name": "@std/collections",
"version": "1.0.8",
"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-drop-while": "./unstable_drop_while.ts",
"./unstable-drop-last-while": "./unstable_drop_last_while.ts",
"./unstable-intersect": "./unstable_intersect.ts",
"./unstable-sample": "./unstable_sample.ts",
"./unstable-sliding-windows": "./unstable_sliding_windows.ts",
"./unstable-sort-by": "./unstable_sort_by.ts",
"./unstable-take-last-while": "./unstable_take_last_while.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"
}
}