{"id":17025329,"url":"https://github.com/silentvoid13/esbuild-plugin-toml","last_synced_at":"2026-05-16T18:37:37.217Z","repository":{"id":57227363,"uuid":"448571528","full_name":"SilentVoid13/esbuild-plugin-toml","owner":"SilentVoid13","description":"esbuild plugin to import TOML files","archived":false,"fork":false,"pushed_at":"2022-01-16T14:04:21.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T19:15:48.263Z","etag":null,"topics":["esbuild","esbuild-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SilentVoid13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-16T14:04:12.000Z","updated_at":"2025-06-23T13:39:15.000Z","dependencies_parsed_at":"2022-08-24T15:43:09.787Z","dependency_job_id":null,"html_url":"https://github.com/SilentVoid13/esbuild-plugin-toml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SilentVoid13/esbuild-plugin-toml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2Fesbuild-plugin-toml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2Fesbuild-plugin-toml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2Fesbuild-plugin-toml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2Fesbuild-plugin-toml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SilentVoid13","download_url":"https://codeload.github.com/SilentVoid13/esbuild-plugin-toml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2Fesbuild-plugin-toml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552738,"owners_count":23947183,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["esbuild","esbuild-plugin"],"created_at":"2024-10-14T07:28:52.913Z","updated_at":"2026-05-16T18:37:37.170Z","avatar_url":"https://github.com/SilentVoid13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esbuild-plugin-toml\n\nAn esbuild plugin to handle toml files.\n\n\n### Install\n\n```zsh\nnpm install esbuild-plugin-toml -D\n```\n```zsh\nyarn add esbuild-plugin-toml -D\n```\n\n\n### Usage\n\n`esbuild.config.json`\n\n```js\nconst esbuild = require('esbuild');\nconst toml = require('esbuild-plugin-toml');\n\nesbuild.build({\n  bundle: true,\n  entryPoints: ['main.js'],\n  outfile: 'out.js',\n  plugins: [\n    toml()\n  ]\n}).catch(() =\u003e process.exit(1))\n```\n\nIn your JS files:\n\n```js\nconst tomlObject = require('example.toml');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentvoid13%2Fesbuild-plugin-toml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentvoid13%2Fesbuild-plugin-toml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentvoid13%2Fesbuild-plugin-toml/lists"}