{"id":14984960,"url":"https://github.com/rei1024/ca-ts","last_synced_at":"2026-01-03T22:10:33.036Z","repository":{"id":247521034,"uuid":"826076018","full_name":"rei1024/ca-ts","owner":"rei1024","description":"Cellular Automaton Library for TypeScript","archived":false,"fork":false,"pushed_at":"2025-03-06T12:19:51.000Z","size":132,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T13:27:18.104Z","etag":null,"topics":["cellular-automata","deno","typescript"],"latest_commit_sha":null,"homepage":"https://jsr.io/@ca-ts","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/rei1024.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":"2024-07-09T04:18:21.000Z","updated_at":"2025-03-06T12:19:54.000Z","dependencies_parsed_at":"2024-09-24T15:30:35.718Z","dependency_job_id":"3697b773-f433-4d78-81e9-5458059e4e3b","html_url":"https://github.com/rei1024/ca-ts","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"979fe2c5947cc0562b132930d31be4b94aba3f0f"},"previous_names":["rei1024/ca-ts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rei1024%2Fca-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rei1024%2Fca-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rei1024%2Fca-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rei1024%2Fca-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rei1024","download_url":"https://codeload.github.com/rei1024/ca-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955715,"owners_count":20374372,"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":["cellular-automata","deno","typescript"],"created_at":"2024-09-24T14:09:55.457Z","updated_at":"2026-01-03T22:10:33.029Z","avatar_url":"https://github.com/rei1024.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ca-ts\n\nCellular automaton libraries for TypeScript\n\nThese packages are published on [npm](https://www.npmjs.com/) and\n[JSR](https://jsr.io/).\n\n## Packages\n\n| Package JSR                                             | npm                                                                              | version                                                                               | Description                                                                      |\n| ------------------------------------------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |\n| [@ca-ts/pattern](https://jsr.io/@ca-ts/pattern)         | [@rei1024/ca-pattern](https://www.npmjs.com/package/@rei1024/ca-pattern)         | [![JSR](https://jsr.io/badges/@ca-ts/pattern)](https://jsr.io/@ca-ts/pattern)         | Pattern                                                                          |\n| [@ca-ts/rle](https://jsr.io/@ca-ts/rle)                 | [@rei1024/ca-rle](https://www.npmjs.com/package/@rei1024/ca-rle)                 | [![JSR](https://jsr.io/badges/@ca-ts/rle)](https://jsr.io/@ca-ts/rle)                 | [Run Length Encoded](https://conwaylife.com/wiki/Run_Length_Encoded) file format |\n| [@ca-ts/plaintext](https://jsr.io/@ca-ts/plaintext)     |                                                                                  | [![JSR](https://jsr.io/badges/@ca-ts/plaintext)](https://jsr.io/@ca-ts/plaintext)     | [Plaintext](https://conwaylife.com/wiki/Plaintext) file format                   |\n| [@ca-ts/apgcode](https://jsr.io/@ca-ts/apgcode)         | [@rei1024/ca-apgcode](https://www.npmjs.com/package/@rei1024/ca-apgcode)         | [![JSR](https://jsr.io/badges/@ca-ts/apgcode)](https://jsr.io/@ca-ts/apgcode)         | [apgcode](https://conwaylife.com/wiki/Apgcode)                                   |\n| [@ca-ts/algo](https://jsr.io/@ca-ts/algo)               | [@rei1024/ca-algo](https://www.npmjs.com/package/@rei1024/ca-algo)               | [![JSR](https://jsr.io/badges/@ca-ts/algo)](https://jsr.io/@ca-ts/algo)               | Algorithm for simulating cellular automaton                                      |\n| [@ca-ts/rule](https://jsr.io/@ca-ts/rule)               | [@rei1024/ca-rulestring](https://www.npmjs.com/package/@rei1024/ca-rulestring)   | [![JSR](https://jsr.io/badges/@ca-ts/rule)](https://jsr.io/@ca-ts/rule)               | [Rulestring](https://conwaylife.com/wiki/Rulestring)                             |\n| [@ca-ts/rule-format](https://jsr.io/@ca-ts/rule-format) | [@rei1024/ca-rule-format](https://www.npmjs.com/package/@rei1024/ca-rule-format) | [![JSR](https://jsr.io/badges/@ca-ts/rule-format)](https://jsr.io/@ca-ts/rule-format) | Rule format parser                                                               |\n\n## Development\n\n- [Deno](https://docs.deno.com/runtime/)\n  - Above v2.0\n- [VS Code](https://code.visualstudio.com/)\n  - Install Deno (denoland.vscode-deno) Extension\n\n### Commands\n\n#### Check\n\n```sh\ndeno task ok\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frei1024%2Fca-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frei1024%2Fca-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frei1024%2Fca-ts/lists"}