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:
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 6 years ago
- 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
- Check if a URL is absolute☆80Updated 4 months ago
- Filter object keys and values into a new object☆105Updated last year
- Get the extension of a given filename or path☆30Updated 7 years ago
- Generate a random integer☆89Updated 4 months ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Get the real path of the system temp directory☆85Updated 3 years ago
- Stringify and write JSON to a file atomically☆223Updated 4 months ago
- Get the file extension and MIME type from a file☆26Updated 8 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Check if something is a promise☆45Updated 4 years ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Check if a value is a plain object☆104Updated last year
- Generate a unique random string☆89Updated 3 years ago
- Generate a regex from a string or array of strings.☆60Updated 5 years ago
- Build an array of key paths from an object.☆17Updated 7 years ago
- List of known HTML tag names☆64Updated 2 years ago
- A Responsive way to observe DOM element properties 🕶☆18Updated 7 years ago
- Strip block comments or line comments from JavaScript code.☆120Updated 2 years ago
- Regular expression for matching file names, with or without extension.☆33Updated 8 years ago
- Count the words in a string.☆17Updated 10 years ago
- Loosely validate a URL.☆168Updated 2 years ago
- Module for handle uncaught errors and promises rejections☆68Updated 7 years ago
- Range header field parser☆93Updated last week
- Runtime validation and processing of JavaScript types☆38Updated last year
- Recursively remove *all* node_modules directories within the chosen root directory☆26Updated 9 years ago