CLI tool for patching files and resolving file includes - useful when working with LLMs
resolve like require.resolve() on behalf of files asynchronously and synchronously
Offers a async require.resolve function. It's highly configurable.
Fix broken node modules with no fuss
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
Enhance ESLint with better support for large scale monorepos
Resolve a URI relative to an optional base URI
npm package for https://github.com/google/diff-match-patch
Resolve things like Node.js — ponyfill for `import.meta.resolve`
TypeScript definitions for resolve
micromark utility to resolve subtokens
Resolve the path of a module like `require.resolve()` but from a given path
eslint-config-standard for Vue.js projects
Resolve package.json exports & imports maps
Patch console methods to intercept output
TypeScript definitions for diff-match-patch
Resolve a directory that is either local, global or in the user's home directory.
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another
Locate and bundle third-party dependencies in node_modules
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
A fork of `import-meta-resolve` with commonjs + ESM support at the same time, AKA dual package.
Missing ECMAScript module utils for Node.js
Resolve the path of a module like `require.resolve()` but from the current working directory
Module resolution utilities based on Node.js upstream implementation.
This gem patches the Resolv::DNS class in stdlib to include a method to resolve and iterate over SRV records according to their relative priorities and weights.
🔌 A RubyGems plugin that allows gemspec dependencies to be declared as full URIs pointing to namespaced gem sources such as gem.coop namespaces (e.g. `https://beta.gem.coop/@myspace/my-gem`). When installed, this gem patches both RubyGems' native resolver (`gem install`) and Bundler's resolver (`bundle install`) to parse URI dependency names, route them to the correct namespace source, and remap transitive deps on the fly — so `gem install @kaspth/oaken` and `bundle install` with URI deps in gemspecs both Just Work™. See https://github.com/gem-coop/gem.coop/issues/12 for the original discussion.