{"id":48250195,"url":"https://github.com/litert/base62x.js","last_synced_at":"2026-04-04T20:49:59.488Z","repository":{"id":297952495,"uuid":"998300825","full_name":"litert/base62x.js","owner":"litert","description":"The encoding and decoding library for BASE62x, in JavaScript/TypeScript/WebAssembly.","archived":false,"fork":false,"pushed_at":"2025-12-05T16:09:23.000Z","size":349,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-09T03:03:43.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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}},"created_at":"2025-06-08T10:11:56.000Z","updated_at":"2025-12-05T16:09:21.000Z","dependencies_parsed_at":"2025-06-08T15:40:04.118Z","dependency_job_id":null,"html_url":"https://github.com/litert/base62x.js","commit_stats":null,"previous_names":["litert/base62x.js"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/litert/base62x.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litert%2Fbase62x.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litert%2Fbase62x.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litert%2Fbase62x.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litert%2Fbase62x.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litert","download_url":"https://codeload.github.com/litert/base62x.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litert%2Fbase62x.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":[],"created_at":"2026-04-04T20:49:58.704Z","updated_at":"2026-04-04T20:49:59.475Z","avatar_url":"https://github.com/litert.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiteRT/BASE62x\n\n[![npm version](https://img.shields.io/npm/v/@litert/base62x.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/base62x \"Stable Version\")\n[![License](https://img.shields.io/npm/l/@litert/base62x.svg?maxAge=2592000?style=plastic)](https://github.com/litert/base62x/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/litert/base62x.js.svg)](https://github.com/litert/base62x.js/issues)\n[![GitHub Releases](https://img.shields.io/github/release/litert/base62x.js.svg)](https://github.com/litert/base62x.js/releases \"Stable Release\")\n\nThe encoding and decoding library for [BASE62x](https://ieeexplore.ieee.org/document/6020065?arnumber=6020065), in Node.js.\n\n\u003e WebAssembly implementation included, which could be also used in the browser.\n\n## Installation\n\n```sh\nnpm i @litert/base62x --save\n```\n\n## Quick Start\n\nUse the library in Node.js like this:\n\n\u003e The default export is the WebAssembly implementation.\n\n```ts\nimport * as Base62x from \"@litert/base62x\";\n\nconst b62x = Base62x.stringToBase62x('Hello, 世界!');\n\nconsole.log('Base62x Encoded:', b62x);\n\nconst decoded = Base62x.stringFromBase62x(b62x);\n\nconsole.log('Base62x Decoded:', decoded);\n```\n\n## Documents\n\n- [en-us](https://litert.org/projects/base62x.js/)\n\n## License\n\nThis library is published under [Apache-2.0](./LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitert%2Fbase62x.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitert%2Fbase62x.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitert%2Fbase62x.js/lists"}