mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
c5d7930d57
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
18 lines
610 B
JSON
18 lines
610 B
JSON
{
|
|
"name": "@std/text",
|
|
"version": "1.0.6",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./closest-string": "./closest_string.ts",
|
|
"./compare-similarity": "./compare_similarity.ts",
|
|
"./levenshtein-distance": "./levenshtein_distance.ts",
|
|
"./unstable-slugify": "./unstable_slugify.ts",
|
|
"./to-camel-case": "./to_camel_case.ts",
|
|
"./unstable-to-constant-case": "./unstable_to_constant_case.ts",
|
|
"./to-kebab-case": "./to_kebab_case.ts",
|
|
"./to-pascal-case": "./to_pascal_case.ts",
|
|
"./to-snake-case": "./to_snake_case.ts",
|
|
"./word-similarity-sort": "./word_similarity_sort.ts"
|
|
}
|
|
}
|