alexindigo / asynckitLinks
Minimal async jobs utility library, with streams support
☆26Updated 6 years ago
Alternatives and similar repositories for asynckit
Users that are interested in asynckit are comparing it to the libraries listed below
Sorting:
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- shim for require.main.filename() that works in as many environments as possible☆20Updated last year
- Find the module object for something that was require()d☆27Updated 2 years ago
- ES2015 Number.isFinite() ponyfill☆19Updated 4 years ago
- Moved to https://github.com/nodejs/string_decoder☆23Updated 8 years ago
- node's constants module for the browser☆17Updated 2 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Extended POSIX-style sprintf☆35Updated 3 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Is this an ES6 Symbol value?☆19Updated 7 months ago
- Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a sup…☆18Updated 6 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Like `new Map` but for older JavaScripts☆21Updated last year
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- ☆21Updated 6 months ago
- ☆20Updated 3 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.☆19Updated 3 years ago
- Emulate console for all the browsers☆34Updated 6 months ago
- Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurren…☆18Updated 5 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated 2 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
- Like `chown -R`☆31Updated last year
- Convert a username/group name to a uid/gid number☆18Updated 9 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Updated 3 years ago