{"id":15498307,"url":"https://github.com/sparkenstein/ini-parser","last_synced_at":"2026-05-01T15:36:17.687Z","repository":{"id":97064065,"uuid":"158084712","full_name":"Sparkenstein/ini-parser","owner":"Sparkenstein","description":"Simple ini parser written in nodejs","archived":false,"fork":false,"pushed_at":"2018-12-01T13:04:06.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T18:13:56.903Z","etag":null,"topics":["ini-parser","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Sparkenstein.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-18T13:07:07.000Z","updated_at":"2018-12-01T13:04:07.000Z","dependencies_parsed_at":"2023-03-12T15:30:55.676Z","dependency_job_id":null,"html_url":"https://github.com/Sparkenstein/ini-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sparkenstein%2Fini-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sparkenstein%2Fini-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sparkenstein%2Fini-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sparkenstein%2Fini-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sparkenstein","download_url":"https://codeload.github.com/Sparkenstein/ini-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068290,"owners_count":20718504,"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":["ini-parser","nodejs"],"created_at":"2024-10-02T08:43:56.848Z","updated_at":"2026-05-01T15:36:12.656Z","avatar_url":"https://github.com/Sparkenstein.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ini-parser\n\nSimple ini parser written in NodeJS.\n\n#### Installation\n```npm install Sparkenstein/ini-parser```\n\n\n#### Example\n```JavaScript\nconst Parser = require('ini-parser');\nconst parser = new Parser('filename.ini');\n\n//Returns all the sections\nconsole.log(parser.getsections());\n\n//Returns the value\nconsole.log(parser.getValue(section,key);\n\n//Returns all the keys\nconsole.log(parser.getKeys(section));\n\n//returns all the section and values associated to the keys as object.\nconsole.log(parser.relations);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkenstein%2Fini-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparkenstein%2Fini-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkenstein%2Fini-parser/lists"}