{"id":18049984,"url":"https://github.com/apacheli/abyss","last_synced_at":"2025-04-05T06:17:39.402Z","repository":{"id":108428991,"uuid":"450257203","full_name":"apacheli/abyss","owner":"apacheli","description":"Codec for MessagePack written in TypeScript","archived":false,"fork":false,"pushed_at":"2022-02-05T23:26:20.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T14:10:02.608Z","etag":null,"topics":["abyss","deno","messagepack","msgpack","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apacheli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-20T21:03:56.000Z","updated_at":"2022-01-24T06:03:48.000Z","dependencies_parsed_at":"2023-05-05T02:15:12.637Z","dependency_job_id":null,"html_url":"https://github.com/apacheli/abyss","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/apacheli%2Fabyss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fabyss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fabyss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fabyss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apacheli","download_url":"https://codeload.github.com/apacheli/abyss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294567,"owners_count":20915341,"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":["abyss","deno","messagepack","msgpack","typescript"],"created_at":"2024-10-30T21:09:57.870Z","updated_at":"2025-04-05T06:17:39.386Z","avatar_url":"https://github.com/apacheli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abyss\n\n### About\n\nSimple [MessagePack](https://msgpack.org/index.html) codec written in TypeScript\nfor Deno.\n\n### Example\n\n```ts\nimport {\n  decode,\n  encode,\n} from \"https://github.com/apacheli/abyss/raw/master/mod.ts\";\n\nconst encoded = encode({\n  hello: \"world\",\n  array: [1, 2, 3],\n  map: {\n    yes: true,\n    no: false,\n    nil: null,\n  },\n});\n\nconst decoded = decode(encoded);\n```\n\n### Needs Fixing\n\n- Decode `ext` and `fixext` formats, preferably without a structure.\n- Encode `BigInt` types without losing precision when decoding back.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fabyss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapacheli%2Fabyss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fabyss/lists"}