{"id":21937626,"url":"https://github.com/cap32/scan-ip","last_synced_at":"2026-04-09T22:39:16.142Z","repository":{"id":36472620,"uuid":"224473690","full_name":"Cap32/scan-ip","owner":"Cap32","description":"Scan IP over LAN","archived":false,"fork":false,"pushed_at":"2023-01-05T01:49:42.000Z","size":1195,"stargazers_count":2,"open_issues_count":19,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T20:58:39.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cap32.github.io/scan-ip/","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/Cap32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-27T16:34:03.000Z","updated_at":"2023-09-03T00:59:48.000Z","dependencies_parsed_at":"2023-01-17T02:00:59.648Z","dependency_job_id":null,"html_url":"https://github.com/Cap32/scan-ip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fscan-ip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fscan-ip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fscan-ip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fscan-ip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cap32","download_url":"https://codeload.github.com/Cap32/scan-ip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244967867,"owners_count":20540024,"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":[],"created_at":"2024-11-29T01:20:51.109Z","updated_at":"2026-04-09T22:39:16.059Z","avatar_url":"https://github.com/Cap32.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scan IP\n\nScan IP over LAN\n\n## Installation\n\n```bash\n$ yarn add @cap32/scan-ip\n```\n\n## Usages\n\n```js\nimport { Scan } from \"@cap32/scan-ip\";\n\n(async () =\u003e {\n  const scan = new Scan({ port: 80 });\n  scan.on(\"connect\", (host, port) =\u003e {\n    console.log(`${host}:${port}`);\n  });\n  const report = await scan.start();\n  console.log(report);\n})();\n```\n\n## API References\n\nhttps://cap32.github.io/scan-ip/\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcap32%2Fscan-ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcap32%2Fscan-ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcap32%2Fscan-ip/lists"}