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:
- Strip block comments or line comments from JavaScript code.☆118Updated last year
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Check if a file path is an image☆95Updated 2 years ago
- Stringify and write JSON to a file atomically☆222Updated 2 weeks ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Updated 3 years ago
- Get the real path of the system temp directory☆81Updated 3 years ago
- Count the words in a string.☆17Updated 10 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Filter object keys and values into a new object☆104Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Check if a URL is absolute☆79Updated 2 weeks ago
- Check if a value is a plain object☆102Updated last year
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Generate a regex from a string or array of strings.☆60Updated 4 years ago
- Parse and format URLs☆14Updated 2 years ago
- Check if a string is a URL☆86Updated 2 years ago
- Module for handle uncaught errors and promises rejections☆68Updated 7 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- 📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.☆232Updated 5 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated last year
- Sort the keys of an object☆105Updated last month
- Build an array of key paths from an object.☆17Updated 6 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Walk up the directory tree until a specified path is found.☆15Updated 9 months ago
- This repository has been archived, use Enquirer instead.☆44Updated 6 years ago
- Create an array of unique values, in order, from the input arrays☆76Updated 4 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Finds the first parent directory that contains a given file or directory.☆26Updated 4 years ago