{"id":21857906,"url":"https://github.com/mathematic-inc/rollup-plugin-import-meta-resolve","last_synced_at":"2025-06-11T01:04:00.394Z","repository":{"id":227925409,"uuid":"772749216","full_name":"mathematic-inc/rollup-plugin-import-meta-resolve","owner":"mathematic-inc","description":"Another Rollup resolver plugin","archived":false,"fork":false,"pushed_at":"2025-04-08T11:02:58.000Z","size":45,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T12:57:28.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathematic-inc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-15T20:18:23.000Z","updated_at":"2024-06-24T18:16:04.000Z","dependencies_parsed_at":"2024-04-13T20:22:31.820Z","dependency_job_id":"5c4bf40c-2ca3-4237-aa70-0d8385fb5450","html_url":"https://github.com/mathematic-inc/rollup-plugin-import-meta-resolve","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.41666666666666663","last_synced_commit":"f1dbf1159892a2a16cde5e8bd468677b205a892d"},"previous_names":["mathematic-inc/rollup-plugin-import-meta-resolve"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathematic-inc%2Frollup-plugin-import-meta-resolve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathematic-inc%2Frollup-plugin-import-meta-resolve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathematic-inc%2Frollup-plugin-import-meta-resolve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathematic-inc%2Frollup-plugin-import-meta-resolve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathematic-inc","download_url":"https://codeload.github.com/mathematic-inc/rollup-plugin-import-meta-resolve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248938182,"owners_count":21186358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T02:33:16.774Z","updated_at":"2025-04-14T18:41:08.848Z","avatar_url":"https://github.com/mathematic-inc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-import-meta-resolve\n\nA resolver plugin using the import.meta.resolve algorithm provided by Node.js.\n\nThis plugin is (more-or-less) a drop-in replacement for the\n`@rollup/plugin-node-resolve` plugin.\n\nThere are a few differences between this plugin and the Node.js resolver:\n\n1. We allow importing modules without an extension. This is a common practice in\n   Node.js, but it is not allowed in ESM. We allow it here to maintain\n   compatibility with a large number of modules.\n2. We allow importing directories. This is not allowed in ESM, but it is common\n   in Node.js. We allow it here to maintain compatibility with a large number of\n   modules.\n3. We only allow `import` conditions. This is to ensure that ESM-modules are\n   consumed first. This doesn't imply that CommonJS modules are not consumed as\n   `default` conditions and packages without `export` conditions may still\n   resolve to a CommonJS module.\n\nYou can use `strict` to disable (1) and (2) (which is recommended), but you may\nneed to fix some modules that are not compliant with the ESM spec.\n\nThis plugin is restrictive by default (e.g. no module roots, no `require`\nexports, etc.). This ensures projects are up-to-date and compliant across the\nboard. If you have custom file tree requirements, it's recommended to use\nsymlinked directories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathematic-inc%2Frollup-plugin-import-meta-resolve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathematic-inc%2Frollup-plugin-import-meta-resolve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathematic-inc%2Frollup-plugin-import-meta-resolve/lists"}