{"id":20032204,"url":"https://github.com/weakish/suzhou-numerals","last_synced_at":"2026-05-13T00:02:05.667Z","repository":{"id":59377651,"uuid":"263496811","full_name":"weakish/suzhou-numerals","owner":"weakish","description":"Encoding and decoding Suzhou numerals.","archived":false,"fork":false,"pushed_at":"2023-04-27T09:09:16.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T09:24:45.541Z","etag":null,"topics":["deno","suzhou-numerals"],"latest_commit_sha":null,"homepage":"https://deno.land/x/suzhou_numerals","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weakish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2020-05-13T01:42:46.000Z","updated_at":"2023-03-08T13:14:59.000Z","dependencies_parsed_at":"2024-11-13T09:46:43.570Z","dependency_job_id":null,"html_url":"https://github.com/weakish/suzhou-numerals","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"da95d42df9353ae4cbe1030c0a7654f15e0a5905"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/weakish/suzhou-numerals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fsuzhou-numerals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fsuzhou-numerals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fsuzhou-numerals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fsuzhou-numerals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weakish","download_url":"https://codeload.github.com/weakish/suzhou-numerals/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fsuzhou-numerals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":["deno","suzhou-numerals"],"created_at":"2024-11-13T09:36:17.013Z","updated_at":"2026-05-13T00:02:05.662Z","avatar_url":"https://github.com/weakish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# suzhou-numerals\n\n[![codecov](https://codecov.io/gh/weakish/suzhou-numerals/branch/master/graph/badge.svg?token=JV3SLOKBUB)](https://codecov.io/gh/weakish/suzhou-numerals)\n\nEncoding and decoding [Suzhou numerals] in TypeScript.\n\n[Suzhou numerals]: https://en.wikipedia.org/wiki/Suzhou_numerals\n\n## Import\n\nDeno\n\n```js\nimport * as suzhouNumerals from \"https://deno.land/x/suzhou_numerals@0.1.0/mod.ts\";\n```\n\nBun\n\n```js\nimport * as suzhouNumerals from 'https://cdn.jsdelivr.net/gh/weakish/suzhou-numerals@0.1.0/mod.js';\n```\n\nBrowser\n\n```html\n\u003cscript type=\"module\"\u003e\nimport * as suzhouNumerals from 'https://cdn.jsdelivr.net/gh/weakish/suzhou-numerals@0.1.0/mod.js'\n\u003c/script\u003e\n```\n\n## API\n\n```js\n// same as fromNumber(123, 10)\nsuzhouNumerals.fromNumber(123)) // \"〡二〣\"\n// same as toNumber(\"〡二〣\", 10)\nsuzhouNumerals.toNumber(\"〡二〣\")) // 123\n\nsuzhouNumerals.encode(\"123\")) // \"〡二〣\"\nsuzhouNumerals.decode(\"〡二〣\")) // \"123\"\n```\n\n## License\n\n0BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fsuzhou-numerals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweakish%2Fsuzhou-numerals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fsuzhou-numerals/lists"}