jonschlinkert / detect-caseLinks
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated 6 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:
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- 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
- Expand deeply nested values from an object, with support for advanced features☆17Updated last week
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Decompress a HTTP response if needed☆72Updated last year
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Basic object store with methods like get/set/extend/omit☆58Updated 3 years ago
- Easily add plugin support to your node.js application.☆26Updated 4 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆63Updated 4 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.☆104Updated 2 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Map `visit` over an array of objects.☆17Updated 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 7 years ago
- Detect the dominant newline character of a string☆55Updated 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 9 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Return true if a file path contains the given path.☆17Updated 4 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Regular expression for matching punctuation characters.☆10Updated 8 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Get the GitHub repository URL from a NPM package name.☆21Updated 7 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