{"id":19201582,"url":"https://github.com/padcom/inav-dump-parser","last_synced_at":"2025-02-23T05:26:34.732Z","repository":{"id":141081505,"uuid":"459215115","full_name":"padcom/inav-dump-parser","owner":"padcom","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-14T19:10:57.000Z","size":192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T13:18:59.727Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/padcom.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":"2022-02-14T15:24:31.000Z","updated_at":"2022-02-14T18:43:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"03f936aa-07cb-48de-84ff-51107d8133b8","html_url":"https://github.com/padcom/inav-dump-parser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Finav-dump-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Finav-dump-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Finav-dump-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Finav-dump-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padcom","download_url":"https://codeload.github.com/padcom/inav-dump-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240274263,"owners_count":19775424,"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-09T12:39:25.881Z","updated_at":"2025-02-23T05:26:34.698Z","avatar_url":"https://github.com/padcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INav dump parser library\n\nThis library helps you parse into objects all the entries from an INav dump.\n\n## Example usage\n\nFirst we need to load the content of the dump to memory.\nAssuming you're using Node.js you can use `readFileSync` from `fs` package:\n\n```\nconst lines = fs.readFileSync('./data/settings.txt').toString().split('\\n')\n```\n\nThen you just need to instantiate the `SettingsParser` and call it's `parse(lines)` method:\n\n```\nimport { SettingsParser } from 'inav-dump-parser'\n\nconst lines = fs.readFileSync('./data/settings.txt').toString().split('\\n')\nconst items = new SettingsParser().parse(lines)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Finav-dump-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadcom%2Finav-dump-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Finav-dump-parser/lists"}