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
- Strip block comments or line comments from JavaScript code.☆120Updated 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
- Check if a file path is an image☆99Updated 2 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Updated 3 years ago
- Check if a URL is absolute☆80Updated 4 months ago
- Generate a random integer☆89Updated 4 months ago
- Get the real path of the system temp directory☆85Updated 3 years ago
- Filter object keys and values into a new object☆105Updated last year
- Count the words in a string.☆17Updated 10 years ago
- Generate a regex from a string or array of strings.☆60Updated 5 years ago
- Finds the first parent directory that contains a given file or directory.☆26Updated 4 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- URL rewriting middleware for express☆48Updated last year
- Read a chunk from a file☆125Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Recursively remove *all* node_modules directories within the chosen root directory☆26Updated 9 years ago
- Get the extension of a given filename or path☆30Updated 7 years ago
- 📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.☆232Updated 6 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Check if a value is a plain object☆104Updated last year
- Sort the keys of an object☆108Updated 5 months ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Check if something is a promise☆45Updated 4 years ago
- Make a callback- or promise-based function support both promises and callbacks.☆111Updated 2 years ago
- List of JavaScript types☆83Updated last year
- 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
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months 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