{"id":16880608,"url":"https://github.com/squaremo/msgpack-codec-nodejs","last_synced_at":"2026-05-19T15:39:51.219Z","repository":{"id":3249262,"uuid":"4286953","full_name":"squaremo/msgpack-codec-nodejs","owner":"squaremo","description":"The msgpack codec, in Node.JS JavaScript, using require('bitsyntax').","archived":false,"fork":false,"pushed_at":"2012-05-22T15:23:13.000Z","size":100,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T05:41:13.883Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squaremo.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}},"created_at":"2012-05-10T16:29:04.000Z","updated_at":"2024-09-13T23:14:58.000Z","dependencies_parsed_at":"2022-08-26T23:10:41.810Z","dependency_job_id":null,"html_url":"https://github.com/squaremo/msgpack-codec-nodejs","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/squaremo%2Fmsgpack-codec-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fmsgpack-codec-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fmsgpack-codec-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fmsgpack-codec-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squaremo","download_url":"https://codeload.github.com/squaremo/msgpack-codec-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244544345,"owners_count":20469662,"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-13T15:59:28.076Z","updated_at":"2026-05-19T15:39:44.943Z","avatar_url":"https://github.com/squaremo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"msgpack codec for Node.JS\n=========================\n\nThe msgpack codec, in Node.JS JavaScript, using\n`require('bitsyntax')`. Using bitsyntax simplifies some bits and keeps\nthe line count down.\n\nAPI\n---\n\n    var unpack = require('./index').parse;\n\n    // unsigned 8-bit int\n    unpack(new Buffer([0xcc, 67]));\n    // -\u003e { value: 67, rest: \u003cBuffer \u003e }\n\n    // fixed map encoding\n    unpack(new Buffer([129, 161, 65, 161, 66]));\n    // -\u003e { value: { A: \u003cBuffer 42\u003e }, rest: \u003cBuffer \u003e }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fmsgpack-codec-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquaremo%2Fmsgpack-codec-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fmsgpack-codec-nodejs/lists"}