{"id":27257071,"url":"https://github.com/hibuno/ping","last_synced_at":"2026-02-11T19:05:19.573Z","repository":{"id":93606286,"uuid":"266699425","full_name":"hibuno/ping","owner":"hibuno","description":"Simple ping command parser for Typescript \u0026 Deno","archived":false,"fork":false,"pushed_at":"2020-05-25T06:38:07.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-22T03:50:18.069Z","etag":null,"topics":["deno","deno-modules","deno-ping","deno-tools","ping"],"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/hibuno.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":"2020-05-25T06:18:15.000Z","updated_at":"2023-12-12T01:37:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff56d972-c84e-4aec-80ac-fe2d6ccfcce4","html_url":"https://github.com/hibuno/ping","commit_stats":null,"previous_names":["suretnohq/ping","hibuno/ping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hibuno/ping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hibuno","download_url":"https://codeload.github.com/hibuno/ping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29341724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["deno","deno-modules","deno-ping","deno-tools","ping"],"created_at":"2025-04-11T03:15:09.851Z","updated_at":"2026-02-11T19:05:19.558Z","avatar_url":"https://github.com/hibuno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ping\n\nSimple watcher file for build an application using deno\n\n### Usage\n\n```typescript\nimport Ping from \"https://denopkg.com/muhibbudins/ping/mod.ts\";\n\nconst result = await Ping(\"google.com\", 2);\nconsole.log(result);\n```\n\nResult content\n\n```json\n{\n  \"hops\": [\n    {\n      \"ip\": \"216.239.38.120\",\n      \"bytes\": 64,\n      \"sequence\": 0,\n      \"ttl\": 52,\n      \"time\": 16.114\n    },\n    {\n      \"ip\": \"216.239.38.120\",\n      \"bytes\": 64,\n      \"sequence\": 1,\n      \"ttl\": 52,\n      \"time\": 15.489\n    }\n  ],\n  \"detail\": {\n    \"ip\": \"216.239.38.120\",\n    \"domain\": \"forcesafesearch.google.com\",\n    \"bytes\": 56\n  },\n  \"result\": {\n    \"transmitted\": 2,\n    \"received\": 2,\n    \"loss\": 0\n  },\n  \"stats\": {\n    \"min\": 15.489,\n    \"avg\": 15.802,\n    \"max\": 16.114,\n    \"stddev\": 0.312\n  }\n}\n```\n\n### License\n\nThis project is under MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibuno%2Fping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhibuno%2Fping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibuno%2Fping/lists"}