{"id":19419070,"url":"https://github.com/launchcodedev/toml-loader","last_synced_at":"2025-04-24T14:31:40.410Z","repository":{"id":42206918,"uuid":"188286170","full_name":"launchcodedev/toml-loader","owner":"launchcodedev","description":"Webpack loader for TOML files","archived":false,"fork":false,"pushed_at":"2023-01-07T05:47:46.000Z","size":1733,"stargazers_count":12,"open_issues_count":10,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T06:12:39.726Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchcodedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-23T18:25:27.000Z","updated_at":"2023-12-06T09:44:55.000Z","dependencies_parsed_at":"2023-02-06T13:01:59.838Z","dependency_job_id":null,"html_url":"https://github.com/launchcodedev/toml-loader","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchcodedev%2Ftoml-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchcodedev%2Ftoml-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchcodedev%2Ftoml-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchcodedev%2Ftoml-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchcodedev","download_url":"https://codeload.github.com/launchcodedev/toml-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249750184,"owners_count":21320089,"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-10T13:16:04.919Z","updated_at":"2025-04-24T14:31:40.107Z","avatar_url":"https://github.com/launchcodedev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TOML Loader\n[![Licensed under MPL 2.0](https://img.shields.io/badge/license-MPL_2.0-green.svg)](https://www.mozilla.org/en-US/MPL/2.0/)\n[![Build Status](https://github.com/launchcodedev/toml-loader/workflows/CI/badge.svg)](https://github.com/launchcodedev/toml-loader/actions)\n[![npm](https://img.shields.io/npm/v/@lcdev/toml-loader.svg)](https://www.npmjs.com/package/@lcdev/toml-loader)\n\nWebpack loader for TOML files. Supports the latest TOML spec, and provides named exports.\n\n```\nyarn add @lcdev/toml-loader@1\n\n# or for npm\n\nnpm i @lcdev/toml-loader@1\n```\n\n```javascript\n// in your loaders:\nmodule: {\n  rules: [\n    {\n      test: /\\.toml$/,\n      use: { loader: '@lcdev/toml-loader' },\n    },\n  ],\n},\n```\n\n### Usage\nSupports default export with all file contents, and named exports.\n\n```typescript\nimport contents from './my-file.toml';\nimport { namedExport } from './my-other-file.toml';\n```\n\n### Alternatives\n- [toml-loader](https://www.npmjs.com/package/toml-loader)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchcodedev%2Ftoml-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchcodedev%2Ftoml-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchcodedev%2Ftoml-loader/lists"}