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:
- Check if a file path is an image☆97Updated 2 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 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
- Strip block comments or line comments from JavaScript code.☆117Updated 2 years ago
- Stringify and write JSON to a file atomically☆222Updated last month
- Get the real path of the system temp directory☆82Updated 3 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Updated 3 years ago
- Count the words in a string.☆17Updated 10 years ago
- Check if a URL is absolute☆80Updated last month
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated last year
- Filter object keys and values into a new object☆104Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Check if a string is a URL☆87Updated 2 years ago
- Generate a random integer☆87Updated last month
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the file extension and MIME type from a file☆26Updated 8 years ago
- An adapter which make it easier to use Prism in Node.js.☆24Updated 5 years ago
- Check if a value is a plain object☆103Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆91Updated 3 years ago
- Generate random numbers that are consecutively unique☆116Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 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
- Cross-platform .zip file creation☆129Updated last year
- Generate a unique random string☆87Updated 3 years ago
- Convert a value to an array☆131Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Loosely validate a URL.☆167Updated 2 years ago
- Read a chunk from a file☆124Updated last year
- List of JavaScript types☆82Updated last year