jonschlinkert / detect-case
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated 2 months ago
Alternatives and similar repositories for detect-case:
Users that are interested in detect-case are comparing it to the libraries listed below
- Expand deeply nested values from an object, with support for advanced features☆17Updated 2 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those incre…☆10Updated 5 years ago
- Resolve values based on a JSON schema. Supports conditionals and composition. Useful for configuration, preferences, LLM chat completions…☆14Updated last week
- fs read and write streams based on minipass☆20Updated 9 months ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Delete nested properties from an object using dot notation.☆34Updated 3 years ago
- Make directories recursively -plz 🙏☆12Updated 5 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Easily add plugin support to your node.js application.☆26Updated 4 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Map `visit` over an array of objects.☆17Updated 2 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Gracefully restore the CLI cursor on exit☆38Updated 9 months ago
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- Find, load and merge JSON and YAML config settings from one or more files, in the specified order.☆12Updated 6 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Get the GitHub repository URL from a NPM package name.☆21Updated 6 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆43Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 8 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago