{"id":22108982,"url":"https://github.com/uzmoi/clockwork-base32-ts","last_synced_at":"2026-01-24T07:35:56.031Z","repository":{"id":263813235,"uuid":"890989574","full_name":"uzmoi/clockwork-base32-ts","owner":"uzmoi","description":"A fast and minimal implementation of Clockwork Base32 for TypeScript","archived":false,"fork":false,"pushed_at":"2024-11-21T21:59:45.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T04:32:09.770Z","etag":null,"topics":["base32"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/uzmoi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-19T14:35:31.000Z","updated_at":"2024-11-21T22:18:02.000Z","dependencies_parsed_at":"2025-10-12T04:31:13.594Z","dependency_job_id":"250ac99b-1f68-4a9f-8fd4-897c27568a2b","html_url":"https://github.com/uzmoi/clockwork-base32-ts","commit_stats":null,"previous_names":["uzmoi/clockwork-base32-ts"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/uzmoi/clockwork-base32-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzmoi%2Fclockwork-base32-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzmoi%2Fclockwork-base32-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzmoi%2Fclockwork-base32-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzmoi%2Fclockwork-base32-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzmoi","download_url":"https://codeload.github.com/uzmoi/clockwork-base32-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzmoi%2Fclockwork-base32-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28718962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T05:53:42.649Z","status":"ssl_error","status_checked_at":"2026-01-24T05:53:41.698Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["base32"],"created_at":"2024-12-01T09:27:42.198Z","updated_at":"2026-01-24T07:35:56.012Z","avatar_url":"https://github.com/uzmoi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clockwork-base32\n\n[![NPM Version][npm-badge]](https://www.npmjs.com/package/@uzmoi/clockwork-base32)\n[![JSR Version][jsr-badge]](https://jsr.io/@uzmoi/clockwork-base32)\n[![License][license-badge]](https://opensource.org/license/MIT)\n[![npm bundle size][bundle-size-badge]](https://bundlephobia.com/package/@uzmoi/clockwork-base32)\n\n[npm-badge]: https://img.shields.io/npm/v/@uzmoi/clockwork-base32?style=flat-square\u0026logo=npm\n[jsr-badge]: https://img.shields.io/jsr/v/@uzmoi/clockwork-base32?style=flat-square\u0026logo=jsr\n[license-badge]: https://img.shields.io/github/license/uzmoi/clockwork-base32-ts?style=flat-square\n[bundle-size-badge]: https://img.shields.io/bundlephobia/min/@uzmoi/clockwork-base32?style=flat-square\n\nA fast and minimal implementation of\n[Clockwork Base32](https://gist.github.com/szktty/228f85794e4187882a77734c89c384a8)\nfor TypeScript.\n\n## Install\n\n```sh\nnpm install @uzmoi/clockwork-base32\n# or\ndeno add jsr:@uzmoi/clockwork-base32\n```\n\n## Usage\n\n```ts\nimport * as base32 from \"@uzmoi/clockwork-base32\";\n\nconst array = Uint8Array.from(\"Hello, world!\", (c) =\u003e c.charCodeAt());\n\nbase32.encode(array); // =\u003e \"91JPRV3F5GG7EVVJDHJ22\"\n\nbase32.decode(\"91JPRV3F5GG7EVVJDHJ22\"); // =\u003e Same as `array`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzmoi%2Fclockwork-base32-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzmoi%2Fclockwork-base32-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzmoi%2Fclockwork-base32-ts/lists"}