jonschlinkert / detect-caseLinks
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated 11 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☆19Updated 3 weeks ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 4 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Turn an object into a string of HTML attributes☆50Updated 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
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Easily add plugin support to your node.js application.☆26Updated 5 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Check if a path is inside another path☆40Updated 4 months ago
- Get the first path that exists on disk of multiple paths☆62Updated 3 months ago
- Regular expression for matching punctuation characters.☆10Updated 8 years ago
- Return true if a file path contains the given path.☆17Updated 4 years ago
- Regular expression for matching reserved filename characters☆52Updated 3 months ago
- fs read and write streams based on minipass☆20Updated 2 months ago
- Get a random item from an array☆58Updated 3 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 8 years ago
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆42Updated 2 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.☆104Updated 3 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.☆13Updated 10 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆30Updated 4 months ago
- Map `visit` over an array of objects.☆17Updated 3 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 8 years ago