{"id":15313867,"url":"https://github.com/itsdouges/vite_plugin_deno_resolve","last_synced_at":"2025-12-11T21:09:21.487Z","repository":{"id":65053814,"uuid":"579854752","full_name":"itsdouges/vite_plugin_deno_resolve","owner":"itsdouges","description":"A plugin for Vite that resolves modules with Deno.","archived":false,"fork":false,"pushed_at":"2023-09-20T02:08:35.000Z","size":74,"stargazers_count":16,"open_issues_count":6,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T11:37:12.638Z","etag":null,"topics":["deno","plugin","vite"],"latest_commit_sha":null,"homepage":"https://deno.land/x/vite_plugin_deno_resolve","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsdouges.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-12-19T05:12:58.000Z","updated_at":"2024-02-01T03:25:16.000Z","dependencies_parsed_at":"2025-02-26T06:32:23.055Z","dependency_job_id":"d176e540-76c4-4ed0-aa51-58b60356759e","html_url":"https://github.com/itsdouges/vite_plugin_deno_resolve","commit_stats":null,"previous_names":["itsdouges/vite_deno_resolve"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fvite_plugin_deno_resolve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fvite_plugin_deno_resolve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fvite_plugin_deno_resolve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fvite_plugin_deno_resolve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdouges","download_url":"https://codeload.github.com/itsdouges/vite_plugin_deno_resolve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248977034,"owners_count":21192513,"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":["deno","plugin","vite"],"created_at":"2024-10-01T08:43:28.870Z","updated_at":"2025-12-11T21:09:16.459Z","avatar_url":"https://github.com/itsdouges.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vite_plugin_deno_resolve\n\nThis plugin enables [Vite](https://vitejs.dev) to resolve modules using\n[Deno](https://deno.land), the easiest, most secure JavaScript runtime.\n\nSee:\n[Deno feature highlights](https://deno.land/manual@v1.29.1/introduction#feature-highlights).\n\n## Requirements\n\n- Deno v1.29.1 or higher.\n- Vite v3.2.4 or higher.\n\n## Install\n\nImport the plugin to your Vite config and pass it to the plugins array.\n\n```js\nimport { defineConfig } from 'npm:vite@3.2.4';\nimport denoResolve from 'https://deno.land/x/vite_plugin_deno_resolve/mod.ts';\n\nexport default defineConfig({\n  plugins: [denoResolve()],\n});\n```\n\n\u003e Using VSCode? Make sure to install the\n\u003e [Deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)\n\u003e and set `deno.enable` in your VSCode workspace settings.\n\nYou're all set! Now when running Vite all dependencies will be resolved by Deno\nand if missing, cached locally.\n\n## Local development\n\n```sh\ndeno task url # Start url example\ndeno task npm # Start npm example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdouges%2Fvite_plugin_deno_resolve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdouges%2Fvite_plugin_deno_resolve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdouges%2Fvite_plugin_deno_resolve/lists"}