import-meta-resolve is a tiny utility package for resolving module specifiers using the import.meta.resolve proposal. Useful primarily in environments where native import.meta.resolve is unavailable, it polyfills the functionality, enabling dynamic module resolution at runtime. This package utilizes Node.js's module resolution algorithm, offering a consistent and predictable way to determine the full URL for a given import specifier relative to a specific module. It's lightweight and designed for easy integration into existing projects.