{"id":24782601,"url":"https://github.com/vassbo/sav2json","last_synced_at":"2026-04-19T05:37:52.743Z","repository":{"id":274312045,"uuid":"916695156","full_name":"vassbo/sav2json","owner":"vassbo","description":"Satisfactory .sav file to JSON converter","archived":false,"fork":false,"pushed_at":"2025-01-26T13:39:04.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T02:16:19.954Z","etag":null,"topics":["json","satisfactory"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/sav2json","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/vassbo.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":"2025-01-14T15:42:33.000Z","updated_at":"2025-01-26T13:39:07.000Z","dependencies_parsed_at":"2025-01-26T14:38:50.642Z","dependency_job_id":null,"html_url":"https://github.com/vassbo/sav2json","commit_stats":null,"previous_names":["vassbo/sav2json"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vassbo/sav2json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassbo%2Fsav2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassbo%2Fsav2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassbo%2Fsav2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassbo%2Fsav2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vassbo","download_url":"https://codeload.github.com/vassbo/sav2json/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassbo%2Fsav2json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["json","satisfactory"],"created_at":"2025-01-29T11:18:14.769Z","updated_at":"2026-04-19T05:37:52.689Z","avatar_url":"https://github.com/vassbo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Satisfactory .sav file to JSON converter\n\n\u003e Parses a Satisfactory 1.0 Save Binary File into a more readable JSON format\n\nWorks in nodejs and in the browser!\n\n## Example node\n\n```js\nimport parseFile from \"sav2json\"\n\nconst json = await parseFile(FILE_PATH_OR_BUFFER)\n// further process the json...\n```\n\nBy default the output will be trimmed of unnecessary parts, but you can pass `{trim: false}` in case you want to disable that.\n\n## Example browser\n\n```js\nimport parseFile from \"sav2json\"\n\n// assumes a file input\ndocument.getElementById(\"savinput\").addEventListener(\"change\", readFile)\n\nasync function readFile(e) {\n    const file = e.target.files[0]\n\n    const reader = new FileReader()\n    reader.onload = async (e) =\u003e {\n        const buffer = new Uint8Array(e.target.result)\n        const json = await parseFile(buffer)\n        // further process the json...\n    }\n    reader.readAsArrayBuffer(file)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassbo%2Fsav2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvassbo%2Fsav2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassbo%2Fsav2json/lists"}