{"id":22423288,"url":"https://github.com/prantlf/fast-ini","last_synced_at":"2025-08-01T07:32:08.844Z","repository":{"id":57701184,"uuid":"507704886","full_name":"prantlf/fast-ini","owner":"prantlf","description":"Packages for parsing and formatting INI files with great performance.","archived":false,"fork":false,"pushed_at":"2022-06-27T00:19:18.000Z","size":96,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T05:55:58.578Z","etag":null,"topics":["ini","ini-file","ini-parser","ini-reader","ini-serialization","ini-writer"],"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/prantlf.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}},"created_at":"2022-06-26T23:13:00.000Z","updated_at":"2023-06-24T12:07:14.000Z","dependencies_parsed_at":"2022-08-29T04:31:39.301Z","dependency_job_id":null,"html_url":"https://github.com/prantlf/fast-ini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prantlf/fast-ini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Ffast-ini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Ffast-ini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Ffast-ini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Ffast-ini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prantlf","download_url":"https://codeload.github.com/prantlf/fast-ini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Ffast-ini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268185560,"owners_count":24209392,"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-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["ini","ini-file","ini-parser","ini-reader","ini-serialization","ini-writer"],"created_at":"2024-12-05T18:09:53.044Z","updated_at":"2025-08-01T07:32:08.536Z","avatar_url":"https://github.com/prantlf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast INI File Support\n\nPackages for parsing and formatting INI files with great performance.\n\nAlthough reading configuration is usually not the time-critical part of the application, sometimes it may be so. For example, when many localisation texts are stored in INI files, loading them may take longer. This package attempts to process INI file contents as fast as possible, while focusing on the [original INI file format].\n\n* [Extremely fast].\n* Offers [ES], [CJS] and [UMD] modules.\n* Includes TypeScript types.\n* No dependencies.\n* Tiny size:\n  * parser - 4.47 kB minified, 1.95 kB gzipped, 1.79 kB brotlied.\n  * reader - 736 B minified, 482 B gzipped, 409 B brotlied.\n  * writer - 367 B minified, 263 B gzipped, 235 B brotlied.\n\nSee also the [INI file grammar].\n\n## Packages\n\n* [linter] - checks syntax of INI files\n* [parser] - parses INI file contents to AST\n* [formatter] - formats AST to INI file contents\n* [decoder] - decodes AST to JSON object\n* [encoder] - encodes JSON object to AST\n* [reader] - reads INI file contents to JSON object\n* [writer] - writes JSON object to INI file contents\n\n**This is currently work in progress.**\n\n[original INI file format]: https://en.wikipedia.org/wiki/INI_file#Example\n[INI file grammar]: ./doc/grammar.md#ini-file-grammar\n[Extremely fast]: ./perf/README.md#performance\n[CJS]: https://blog.risingstack.com/node-js-at-scale-module-system-commonjs-require/#commonjstotherescue\n[UMD]: https://github.com/umdjs/umd#readme\n[ES]: https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/#content-head\n[linter]: ./pkg/linter/#fast-ini-linter\n[parser]: ./pkg/parser/#fast-ini-parser\n[formatter]: ./pkg/linter/#fast-ini-formatter\n[decoder]: ./pkg/linter/#fast-ini-decoder\n[encoder]: ./pkg/linter/#fast-ini-encoder\n[reader]: ./pkg/reader/#fast-ini-reader\n[writer]: ./pkg/writer/#fast-ini-writer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantlf%2Ffast-ini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprantlf%2Ffast-ini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantlf%2Ffast-ini/lists"}