licenses.dev

change-case-all v1.0.15

All change-case methods bundled in a single module

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT21
PackageRelationDependenciesPublished
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
capital-case • 1.0.4Transform into a space separated string with each word capitalizedINDIRECT4
change-case • 4.1.2Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and othersDIRECT15
constant-case • 3.0.4Transform into upper case string with an underscore between wordsINDIRECT4
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
header-case • 2.0.4Transform into a dash separated string of capitalized wordsINDIRECT5
is-lower-case • 2.0.2Returns `true` if the string is lower case onlyDIRECT1
is-upper-case • 2.0.2Returns `true` if the string is upper case only.DIRECT1
lower-case-first • 2.0.2Transforms the string with only the first character in lower caseDIRECT1
lower-case • 2.0.2Transforms the string to lower caseDIRECT1
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
path-case • 3.0.4Transform into a lower case string with slashes between wordsINDIRECT4
sentence-case • 3.0.4Transform into a lower case with spaces between words, then capitalize the stringINDIRECT4
snake-case • 3.0.4Transform into a lower case string with underscores between wordsINDIRECT4
sponge-case • 1.0.1Transform into a string with random capitalization appliedDIRECT1
swap-case • 2.0.2Transform a string by swapping every character from upper to lower case, or lower to upper caseDIRECT1
title-case • 3.0.3Transform a string into title case following English rulesDIRECT1
upper-case-first • 2.0.2Transforms the string with the first character in upper casedDIRECT1
upper-case • 2.0.2Transforms the string to upper caseDIRECT1
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/change-case-all)](https://licenses.dev/npm/change-case-all)
<a href="https://licenses.dev/npm/change-case-all">
  <img src="https://licenses.dev/b/npm/change-case-all" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.15 version:

[![licenses](https://licenses.dev/b/npm/change-case-all/1.0.15)](https://licenses.dev/npm/change-case-all/1.0.15)
<a href="https://licenses.dev/npm/change-case-all/1.0.15">
  <img src="https://licenses.dev/b/npm/change-case-all/1.0.15" alt="licenses" />
</a>
GitHub