TritonDataCenter / node-extsprintfLinks
Extended POSIX-style sprintf
☆35Updated 3 years ago
Alternatives and similar repositories for node-extsprintf
Users that are interested in node-extsprintf are comparing it to the libraries listed below
Sorting:
- Try to guess if your terminal supports unicode☆17Updated 4 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆30Updated 4 years ago
- node.js through stream that emits a unique stream of objects based on criteria☆25Updated 5 months ago
- Moved to https://github.com/nodejs/string_decoder☆23Updated 8 years ago
- Detect whether or not an object is a Typed Array☆21Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- shim for require.main.filename() that works in as many environments as possible☆20Updated last year
- Is this an ES6 Symbol value?☆19Updated 6 months ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- utilities for primitive JavaScript types☆34Updated 3 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- dead-simple optimistic async helper in javascript☆15Updated 10 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- abstract base class for hash-streams☆11Updated 6 months ago
- Find the module object for something that was require()d☆27Updated 2 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- timers module for browserify☆24Updated 6 months ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Updated 6 years ago
- node's constants module for the browser☆17Updated 2 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago
- Right-align the text in a string.☆19Updated 7 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist