{"id":16127471,"url":"https://github.com/hildjj/node-cbor","last_synced_at":"2026-03-05T01:06:03.894Z","repository":{"id":14577253,"uuid":"17293537","full_name":"hildjj/node-cbor","owner":"hildjj","description":"Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.","archived":false,"fork":false,"pushed_at":"2025-04-29T18:20:51.000Z","size":8688,"stargazers_count":364,"open_issues_count":10,"forks_count":74,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-04T21:46:29.929Z","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/hildjj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["hildjj"]}},"created_at":"2014-02-28T17:14:07.000Z","updated_at":"2025-04-29T18:20:54.000Z","dependencies_parsed_at":"2022-08-30T11:41:35.471Z","dependency_job_id":"d0ad9572-19a6-4c2b-ab9c-815959010b7d","html_url":"https://github.com/hildjj/node-cbor","commit_stats":{"total_commits":479,"total_committers":18,"mean_commits":26.61111111111111,"dds":0.09394572025052195,"last_synced_commit":"e593ce09b34cc1420f402b27ab0dd38a1306cecd"},"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-cbor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-cbor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-cbor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-cbor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hildjj","download_url":"https://codeload.github.com/hildjj/node-cbor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252779565,"owners_count":21802974,"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-09T21:44:17.913Z","updated_at":"2026-03-05T01:06:03.830Z","avatar_url":"https://github.com/hildjj.png","language":"JavaScript","readme":"# CBOR\n\nEncode and parse data in the Concise Binary Object Representation (CBOR) data\nformat ([RFC8949](https://www.rfc-editor.org/rfc/rfc8949.html)).\n\n## MOVE TO CBOR2\n\n**NOTE**\n\nAll new users and most existing users of these libraries should move to the\n[cbor2](https://github.com/hildjj/cbor2) library.  It is where most\nmaintenance and support and all new features are happening.\n\n*Only* catastrophic bugs will be fixed in these libraries going forward.\n\n## Pointers\n\nThis is a monorepo that holds a few related packages:\n\n- [cbor](packages/cbor): a node-centric CBOR processor\n- [cbor-web](packages/cbor-web): the `cbor` package compiled for use on the\n   web, including all of its non-optional dependencies\n- [cbor-cli](packages/cbor-cli): a set of command-line tools for working with\n   the `cbor` package\n- Examples:\n  - [webpack-demo](packages/webpack-demo): bundle `cbor` using [webpack](https://webpack.js.org/)\n  - [parcel-demo](packages/parcel-demo): bundle `cbor` using [parcel](https://parceljs.org/)\n  - [browserify-demo](packages/browserify-demo): bundle `cbor` using [browserify](http://browserify.org/)\n  - [plain-demo](packages/plain-demo): bundle `cbor` by just using `cbor-web` directly\n\n## Tooling\n\n- Install with `pnpm install -r`, [see](https://pnpm.js.org/).  The important\n   thing (for example) is that the `cbor-cli` package ends up depending on the\n   local version of `cbor`.\n- monorepo-wide scripts:\n  - `install-global` (make available everywhere) or `install-local` (use\n     `npx` if you want to us it outside a package script) install all of the\n     tooling that might be needed locally, but isn't needed on CI\n  - `deploy`: build and deploy `cbor-web` and all of the actions\n  - `coverage`: run tests and report coverage; look in `coverage/lcov-report/index.html`.\n  - `lint`: run eslint over all projects\n\n## GitHub dependencies\n\nIf you really need to get at a specific rev from GitHub, you can no longer do\n`npm install hildjj/node-cbor`.  Instead you need:\n\n    npm install https://gitpkg.now.sh/hildjj/node-cbor/packages/cbor?main\n\n## Supported Node.js versions\n\nThis project now only supports versions of Node that the Node team is [currently supporting](https://github.com/nodejs/Release#release-schedule).  Ava's [support statement](https://github.com/avajs/ava/blob/main/docs/support-statement.md) is what we will be using as well.  Currently, that means Node `16`+ is required.  If you need to support an older version of Node (back to version 6), use cbor version 5.2.x, which will get nothing but security updates from here on out.\n","funding_links":["https://github.com/sponsors/hildjj"],"categories":["Utilities"],"sub_categories":["React Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhildjj%2Fnode-cbor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhildjj%2Fnode-cbor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhildjj%2Fnode-cbor/lists"}