jonschlinkert / detect-caseLinks
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated 5 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:
- 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
- Expand deeply nested values from an object, with support for advanced features☆17Updated 2 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 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
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Check if a Buffer/Uint8Array is a GIF image☆28Updated 3 years ago
- Lowercase the keys of an object☆40Updated 2 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 8 months ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Detect the dominant newline character of a string☆55Updated last year
- fs read and write streams based on minipass☆20Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Return true if a file path contains the given path.☆17Updated 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
- Get the version of a binary in semver format☆42Updated last year
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆43Updated 2 years ago
- Regular expression for matching reserved filename characters☆50Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Easily add plugin support to your node.js application.☆26Updated 4 years ago
- A safer `.hasOwnProperty()`☆29Updated 2 years ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author…☆37Updated 3 years ago
- Decompress a HTTP response if needed☆72Updated last year