std/collections/deno.json
denobot 3ee4c4dd43
chore: release 2024.07.19 (#5494)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +09:00

54 lines
1.8 KiB
JSON

{
"name": "@std/collections",
"version": "1.0.5",
"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",
"./unzip": "./unzip.ts",
"./without-all": "./without_all.ts",
"./zip": "./zip.ts"
}
}