jonschlinkert / utilsLinks
Fast, generic JavaScript/node.js utility functions.
☆61Updated 2 years ago
Alternatives and similar repositories for utils
Users that are interested in utils are comparing it to the libraries listed below
Sorting:
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆77Updated 3 years ago
- Filter object keys and values into a new object☆102Updated last year
- Count the words in a string.☆17Updated 9 years ago
- Check if a file path is an image☆95Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 3 years ago
- Scaffold out a node module☆29Updated 3 years ago
- Get the file extension and MIME type from a file☆26Updated 8 years ago
- Check if a string is a URL☆85Updated 2 years ago
- When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This…☆22Updated 5 years ago
- Regular expression for matching file names, with or without extension.☆33Updated 8 years ago
- Replace all substring matches in a string☆88Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Generate a random integer☆86Updated 4 years ago
- The score badge service for https://npms.io☆35Updated 6 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 years ago
- Get the real path of the system temp directory☆82Updated 2 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Temporary files and dirs for Node.js☆68Updated last year
- Strip block comments or line comments from JavaScript code.☆117Updated last year
- Finds the first parent directory that contains a given file or directory.☆25Updated 4 years ago
- Walk up the directory tree until a specified path is found.☆15Updated 7 months ago
- Generate a unique random string☆85Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- List of JavaScript types☆82Updated last year
- Add the file name and line numbers to all console logs.☆38Updated 4 years ago
- Check if something is a promise☆46Updated 4 years ago