Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
dir-is-case-sensitive
Returns true, if the specified directory is case sensitive
discover-path
Check for the existence of a path in a case-sensitive manner and, if not found, suggest where it might be at
needle-string
Count case-sensitive occurrences of a string in a string (like needles in a haystack)
suspect
Get real files or directories names on case sensitive systems
fs-file-name-sensitive
Check the file name of the file system is case-sensitive or not.
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
check-case-webpack-plugin
We should standard file case type to avoid sensitive case problem.
lowercase-keys
Lowercase the keys of an object
camelcase-keys
Convert object keys to camel case
camelcase-css
Convert a kebab-cased CSS property into a camelCased DOM property.
pascalcase
Convert a string to pascal case (upper camelcase).
decamelize-keys
Convert object keys from camel case
change-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
swap-case
Transform a string by swapping every character from upper to lower case, or lower to upper case
title-case
Transform a string into title case following English rules
sponge-case
Transform into a string with random capitalization applied
string-equal
case sensitive string compare
titleize
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
case
Extensible string utility for converting, identifying and flipping string case