RyanZim / universalifyLinks
Make a callback- or promise-based function support both promises and callbacks.
☆111Updated 2 years ago
Alternatives and similar repositories for universalify
Users that are interested in universalify are comparing it to the libraries listed below
Sorting:
- Resolve the path of a module like require.resolve() but from a given path☆144Updated 4 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆170Updated 2 weeks ago
- Find the closest package.json file☆166Updated 6 months ago
- when you want to fire an event no matter how a process exits.☆196Updated last month
- Sort the keys of an object☆107Updated 3 months ago
- Parse the things that can be arguments to `npm install`☆133Updated last month
- Create and parse HTTP Content-Type header☆141Updated last month
- Get the real path of the system temp directory☆84Updated 3 years ago
- Check if the process is running with elevated privileges☆43Updated 4 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆125Updated 3 months ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆112Updated 3 years ago
- Check if something is a Node.js stream☆115Updated last year
- Clear a module from the cache☆184Updated 4 years ago
- process information for node.js and browsers☆129Updated 5 years ago
- Compressible Content-Type / mime checking.☆100Updated 3 weeks ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Manipulate the HTTP Vary header☆62Updated 3 weeks ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Read a package.json file☆174Updated last month
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆148Updated 2 years ago
- Check if a value is a plain object☆103Updated last year
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆243Updated 4 months ago
- Easily handle defaults for your options☆76Updated 2 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 4 years ago
- Import a module while bypassing the cache☆286Updated 10 months ago
- Convert a value to an array☆133Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Get the latest version of an npm package☆175Updated last year
- Run asynchronous commands synchronously by putting them in a separate process☆78Updated last year