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 5 years ago
- Check if a file path is an image☆99Updated 2 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 6 years ago
- Stringify and write JSON to a file atomically☆223Updated 3 months ago
- Count the words in a string.☆17Updated 10 years ago
- Generate a regex from a string or array of strings.☆60Updated 5 years ago
- Filter object keys and values into a new object☆105Updated last year
- Check if a URL is absolute☆80Updated 3 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated last year
- Get the extension of a given filename or path☆30Updated 7 years ago
- Get the real path of the system temp directory☆84Updated 3 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Updated 3 years ago
- 📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.☆232Updated 5 years ago
- Strip block comments or line comments from JavaScript code.☆120Updated 2 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Generate a random integer☆89Updated 3 months ago
- Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!☆82Updated 6 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Walk a directory tree emitting events based on the contents. API compatable with node-findit. Walk a tree of any depth. Fast! Handles per…☆130Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Regular expression for matching file names, with or without extension.☆33Updated 8 years ago
- Check if a value is a plain object☆103Updated last year
- Loosely validate a URL.☆168Updated 2 years ago
- Compile and resolve template strings notation as specified in ES6☆80Updated 3 years ago
- Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison…☆76Updated 5 years ago
- Check if a string is a URL☆87Updated 2 years ago
- Generate a unique random string☆89Updated 3 years ago
- Flatten a multi-dimensional array in JavaScript.☆87Updated 6 months ago
- URL rewriting middleware for express☆48Updated last year