jonschlinkert / detect-caseLinks
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated 8 months ago
Alternatives and similar repositories for detect-case
Users that are interested in detect-case are comparing it to the libraries listed below
Sorting:
- Expand deeply nested values from an object, with support for advanced features☆17Updated 2 months ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Split a string on the first occurrence of a given separator☆74Updated last month
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- node.js utility for exporting a directory of files as modules.☆21Updated 4 years ago
- Filter object keys and values into a new object☆104Updated last year
- Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.☆104Updated 2 years ago
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆42Updated 2 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆60Updated last month
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Get a random item from an array☆56Updated 3 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated last month
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Return true if a file path contains the given path.☆17Updated 4 years ago
- Decompress a HTTP response if needed☆73Updated this week
- Check if a number is in a given range☆21Updated 4 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.☆13Updated 9 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Gracefully restore the CLI cursor on exit☆39Updated last year
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Make a function mimic another one☆96Updated 11 months ago
- Create ansi colors by passing open and close codes.☆19Updated last year