{"id":26892605,"url":"https://github.com/justinmchase/serializable","last_synced_at":"2026-05-01T13:33:14.014Z","repository":{"id":153545613,"uuid":"629781996","full_name":"justinmchase/serializable","owner":"justinmchase","description":"Serializable type definitions for TypeScript","archived":false,"fork":false,"pushed_at":"2024-11-16T23:02:44.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T22:37:10.852Z","etag":null,"topics":["deno","javascript-library","jsr","typescript"],"latest_commit_sha":null,"homepage":"https://jsr.io/@justinmchase/serializable","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/justinmchase.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}},"created_at":"2023-04-19T02:36:39.000Z","updated_at":"2024-11-16T23:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7fcdae7-7ae4-47f7-b0ee-8121b0008213","html_url":"https://github.com/justinmchase/serializable","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/justinmchase/serializable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fserializable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fserializable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fserializable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fserializable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinmchase","download_url":"https://codeload.github.com/justinmchase/serializable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinmchase%2Fserializable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","javascript-library","jsr","typescript"],"created_at":"2025-03-31T22:52:56.224Z","updated_at":"2026-05-01T13:33:13.990Z","avatar_url":"https://github.com/justinmchase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serializable\n\nSerializable type definitions for TypeScript and a helper function to convert\nanything into a safely serializable value.\n\n## Usage\n\n```ts\nimport { toSerializable } from \"jsr:@justinmchase/serializable\";\n\nexport function send(message: unknown) {\n  const serializable = toSerializable(message);\n  return JSON.stringify(message); // will now throw\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinmchase%2Fserializable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinmchase%2Fserializable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinmchase%2Fserializable/lists"}