RyanZim / universalifyLinks
Make a callback- or promise-based function support both promises and callbacks.
☆111Updated last year
Alternatives and similar repositories for universalify
Users that are interested in universalify are comparing it to the libraries listed below
Sorting:
- Create and parse HTTP Content-Type header☆138Updated 3 weeks ago
- process information for node.js and browsers☆126Updated 5 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Resolve the path of a module like require.resolve() but from a given path☆141Updated 4 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆145Updated last year
- Find the closest package.json file☆165Updated 2 months ago
- when you want to fire an event no matter how a process exits.☆193Updated last year
- Require global npm as a local node module.☆32Updated 3 years ago
- Parse the things that can be arguments to `npm install`☆130Updated 3 weeks ago
- Read a package.json file☆169Updated last year
- Clear a module from the cache☆183Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Get the system locale☆227Updated 3 years ago
- Manipulate the HTTP Vary header☆60Updated 3 weeks ago
- Import a module while bypassing the cache☆285Updated 6 months ago
- Infer the content-type of a request.☆228Updated 3 weeks ago
- Check if something is a Node.js stream☆112Updated 9 months ago
- A proxy to `path`, replacing `\` with `/` for all results & methods to add, change, default, trim file extensions.☆155Updated 2 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Simple, flexible file copy utility☆97Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Check if a string or buffer is SVG☆141Updated last month
- Write files in an atomic fashion w/configurable ownership