{"id":16623638,"url":"https://github.com/catplvsplus/rcon","last_synced_at":"2026-07-02T20:33:53.850Z","repository":{"id":184203848,"uuid":"671480543","full_name":"catplvsplus/rcon","owner":"catplvsplus","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-27T12:16:41.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T19:33:32.455Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catplvsplus.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}},"created_at":"2023-07-27T12:16:07.000Z","updated_at":"2023-07-27T12:16:13.000Z","dependencies_parsed_at":"2023-07-27T13:47:46.145Z","dependency_job_id":null,"html_url":"https://github.com/catplvsplus/rcon","commit_stats":null,"previous_names":["notghex/rcon","catplvsplus/rcon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catplvsplus/rcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catplvsplus","download_url":"https://codeload.github.com/catplvsplus/rcon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35062689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":[],"created_at":"2024-10-12T03:24:25.674Z","updated_at":"2026-07-02T20:33:53.763Z","avatar_url":"https://github.com/catplvsplus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rcon\n\nRcon client for node.js\n\n```js\nimport { RconClient } from '@catplusplus/rcon';\n\nconst client = new RconClient({\n    host: 'localhost',\n    port: 25575,\n    password: 'password'\n});\n\nclient.on('ready', async () =\u003e {\n    const packet = await client.sendCommand('help');\n    console.log(packet.body);\n});\n\nclient.login();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatplvsplus%2Frcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatplvsplus%2Frcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatplvsplus%2Frcon/lists"}