jonschlinkert / utils
Fast, generic JavaScript/node.js utility functions.
☆60Updated last year
Alternatives and similar repositories for utils:
Users that are interested in utils are comparing it to the libraries listed below
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆111Updated 4 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated 4 months ago
- Temporary files and dirs for Node.js☆68Updated 6 months ago
- A super simple React app using Parcel as build tool☆34Updated 7 years ago
- Get the file extension and MIME type from a file☆25Updated 7 years ago
- Modern JSON interface.☆56Updated 6 months ago
- This module has moved and is now available at @rollup/plugin-image / https://github.com/rollup/plugins/blob/master/packages/image☆41Updated 5 years ago
- Koa 2 CRUD middleware for Mongoose models.☆11Updated 2 years ago
- Define a non-enumerable property on an object.☆21Updated last year
- Return a copy of an object without the given keys.☆79Updated 4 years ago
- Check if something is a promise☆46Updated 3 years ago
- Regular expression for matching file names, with or without extension.☆33Updated 7 years ago
- Cross-browser element class manipulation☆52Updated 4 years ago
- remote file copy wrapper for node.js☆77Updated 4 years ago
- Scaffold out a node module☆29Updated 3 years ago
- List npm user all modules download counts.☆9Updated 7 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 last year
- backbone of a scaffolding tool.☆37Updated 2 years ago
- Sleep, asynchronously.☆50Updated 6 years ago
- Check if a URL is absolute☆78Updated 3 years ago
- Fast 3kb React alternative. Components & Virtual DOM☆9Updated 8 years ago
- Zero's Standard Lib or Doreamon☆14Updated last year
- Returns true if the given value is an object created by the Object constructor.☆151Updated 10 months ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆74Updated 5 years ago
- Page overlay component☆23Updated 7 years ago
- Range header field parser☆93Updated 8 months ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Replace all substring matches in a string☆88Updated 3 years ago
- Basic object store with methods like get/set/extend/omit☆56Updated 2 years ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 3 years ago