lukehorvat / moduleLinks
Generate the minimal skeleton/boilerplate for a new Node.js module.
☆17Updated last year
Alternatives and similar repositories for module
Users that are interested in module are comparing it to the libraries listed below
Sorting:
- Make a callback- or promise-based function support both promises and callbacks.☆111Updated last year
- Manipulate the HTTP Vary header☆60Updated 2 weeks ago
- Is this specifier a node.js core module?☆25Updated 7 months ago
- Write a package.json file☆88Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Import esm in node@13+ based on source, not package.json☆23Updated 5 years ago
- A minimal library for throttling async concurrency.☆32Updated 2 years ago
- Read a package.json file☆169Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- The cmd-shim used in npm☆77Updated last month
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- node style md5 on pure JavaScript☆44Updated 7 months 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 this week
- Converts a source-map from/to different formats.☆171Updated 4 months ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆145Updated last year
- like fetch() but for the npm registry☆146Updated 3 weeks ago
- Try to downgrade the permissions of a process with root privileges and block access if it fails☆31Updated last year
- Get the real path of the system temp directory☆82Updated 2 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- ☆45Updated 2 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Monorepo for NodeLib libraries☆75Updated 7 months ago
- Returns true if the given value is an object created by the Object constructor.☆155Updated last year
- Map object keys and values into a new object☆214Updated 2 months ago
- Let a globally installed package use a locally installed version of itself if available☆154Updated last year
- Edit a string with the users preferred text editor using $VISUAL or $EDITOR☆44Updated 3 years ago