{"id":17437339,"url":"https://github.com/blixt/js-starbound-files","last_synced_at":"2026-01-10T07:18:36.204Z","repository":{"id":13970000,"uuid":"16670586","full_name":"blixt/js-starbound-files","owner":"blixt","description":"This package makes it easy to parse the contents of Starbound's various file formats.","archived":false,"fork":false,"pushed_at":"2015-01-29T21:52:22.000Z","size":324,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-22T23:16:24.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/blixt.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2014-02-09T16:56:22.000Z","updated_at":"2023-10-13T04:53:09.000Z","dependencies_parsed_at":"2022-07-31T16:49:06.115Z","dependency_job_id":null,"html_url":"https://github.com/blixt/js-starbound-files","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-starbound-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-starbound-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-starbound-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-starbound-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blixt","download_url":"https://codeload.github.com/blixt/js-starbound-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241360977,"owners_count":19950372,"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-10-17T11:43:02.283Z","updated_at":"2026-01-10T07:18:36.149Z","avatar_url":"https://github.com/blixt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Starbound Files\n===============\n\nThis package makes it easy to parse the contents of Starbound's various\nfile formats.\n\n**Note:** This package currently only supports HTML5 `File` objects.\n\n\nExample\n-------\n\n```js\nvar starbound = require('starbound-files');\n\n// Assume file is a File object pointing to a .pak file.\nvar file = ...;\nvar pak = starbound.Package.open(file);\nconsole.log('All files in the .pak file:', pak.getIndex());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fjs-starbound-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblixt%2Fjs-starbound-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fjs-starbound-files/lists"}