{"id":32118900,"url":"https://github.com/kelly-dance/nbt_parser","last_synced_at":"2026-06-01T04:31:38.266Z","repository":{"id":136015418,"uuid":"265649923","full_name":"kelly-dance/nbt_parser","owner":"kelly-dance","description":"NBT Data parser for Deno","archived":false,"fork":false,"pushed_at":"2022-02-19T21:36:10.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-29T17:04:42.928Z","etag":null,"topics":["deno","minecraft"],"latest_commit_sha":null,"homepage":"","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/kelly-dance.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}},"created_at":"2020-05-20T18:14:44.000Z","updated_at":"2022-05-20T15:33:35.000Z","dependencies_parsed_at":"2023-09-10T06:15:19.084Z","dependency_job_id":null,"html_url":"https://github.com/kelly-dance/nbt_parser","commit_stats":null,"previous_names":["mcbobby123/nbt_parser"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/kelly-dance/nbt_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelly-dance%2Fnbt_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelly-dance%2Fnbt_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelly-dance%2Fnbt_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelly-dance%2Fnbt_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelly-dance","download_url":"https://codeload.github.com/kelly-dance/nbt_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelly-dance%2Fnbt_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33760645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["deno","minecraft"],"created_at":"2025-10-20T17:46:17.110Z","updated_at":"2026-06-01T04:31:38.242Z","avatar_url":"https://github.com/kelly-dance.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nbt_parser\n\nSimple module used to parse nbt data in Deno.\n\nBased on https://github.com/sjmulder/nbt-js\n\nhttps://deno.land/x/nbt_parser\n\n## How to use\n\n```ts\nimport { parse, simplify } from 'https://raw.githubusercontent.com/mcbobby123/nbt_parser/master/index.ts';\n\nconst data: UInt8Array; // Some NBT data represented as a UInt8Array\n\nconst nbt = parse(data);\n\n// To remove type tags use\n\nconst simpleNbt = simplify(nbt);\n```\n\n## Typing\n\n```ts\nimport { Tag, Types } from 'https://raw.githubusercontent.com/mcbobby123/nbt_parser/master/index.ts';\n\n// Tag is an Enum containing the ids of each tag type\n\nTag.byte  // 1\nTag.short // 2\nTag.int   // 3\n// ... etc\n\n// Types maps the ids to their respective types\n\ntype IntTag = Types[Tag.int]; // { type: 3, value: number }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelly-dance%2Fnbt_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelly-dance%2Fnbt_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelly-dance%2Fnbt_parser/lists"}