{"id":13417295,"url":"https://github.com/lorenzoc25/vite-plugin-xml-loader","last_synced_at":"2026-03-06T14:38:14.106Z","repository":{"id":57690083,"uuid":"482695986","full_name":"lorenzoc25/vite-plugin-xml-loader","owner":"lorenzoc25","description":"Lightweight Vite plugin that converts all XML to JSON","archived":false,"fork":false,"pushed_at":"2022-04-22T06:33:14.000Z","size":12,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-27T04:48:41.957Z","etag":null,"topics":["json","vite","vite-plugin","xml-parsing"],"latest_commit_sha":null,"homepage":"","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/lorenzoc25.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-18T02:59:37.000Z","updated_at":"2024-08-19T06:20:39.000Z","dependencies_parsed_at":"2022-09-26T20:53:02.944Z","dependency_job_id":null,"html_url":"https://github.com/lorenzoc25/vite-plugin-xml-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lorenzoc25/vite-plugin-xml-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoc25%2Fvite-plugin-xml-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoc25%2Fvite-plugin-xml-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoc25%2Fvite-plugin-xml-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoc25%2Fvite-plugin-xml-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorenzoc25","download_url":"https://codeload.github.com/lorenzoc25/vite-plugin-xml-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoc25%2Fvite-plugin-xml-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30180827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["json","vite","vite-plugin","xml-parsing"],"created_at":"2024-07-30T22:00:35.034Z","updated_at":"2026-03-06T14:38:14.056Z","avatar_url":"https://github.com/lorenzoc25.png","language":"TypeScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Framework-agnostic Plugins"],"readme":"# vite-plugin-xml-loader\n![forthebadge](https://forthebadge.com/images/badges/made-with-typescript.svg)\n![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)\n\nAutomatically transform all xml files to json buffer \n\n## Install\n```bash\nnpm i vite-plugin-xml-loader --save\n```\n## Usage\nIn your `vite.config.js` or `vite.config.ts` file, do\n```ts\nimport { defineConfig } from 'vite'\n...\nimport XMLLoader from 'vite-plugin-xml-loader' \n\n...\nexport default defineConfig({\n  plugins: [\n    ...\n    XMLLoader(),\n  ]\n})\n```\nand the plugin should be ready to use.\n## Testing\nThis plugin is also testable and there's a test script ready. To test it yourself, you can clone this repository and do \n```\nnpm test\n```\n## License\n[MIT License](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzoc25%2Fvite-plugin-xml-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florenzoc25%2Fvite-plugin-xml-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzoc25%2Fvite-plugin-xml-loader/lists"}