{"id":20419487,"url":"https://github.com/risingstack/find-port","last_synced_at":"2025-07-26T05:12:03.369Z","repository":{"id":80615554,"uuid":"60250756","full_name":"RisingStack/find-port","owner":"RisingStack","description":"Open port finder with Promise interface.","archived":false,"fork":false,"pushed_at":"2016-06-02T09:29:00.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T14:17:14.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/RisingStack.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":"2016-06-02T09:28:21.000Z","updated_at":"2016-08-29T05:38:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"e091fba9-a0d5-41ef-bdde-dac3ba147047","html_url":"https://github.com/RisingStack/find-port","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/RisingStack%2Ffind-port","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisingStack%2Ffind-port/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisingStack%2Ffind-port/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisingStack%2Ffind-port/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RisingStack","download_url":"https://codeload.github.com/RisingStack/find-port/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241961438,"owners_count":20049466,"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-15T06:37:27.458Z","updated_at":"2025-03-05T04:19:48.345Z","avatar_url":"https://github.com/RisingStack.png","language":"JavaScript","readme":"# Find-port\n\nOpen port finder with Promise interface.\n\n```javascript\nconst findPort = require('@risingstack/find-port')\n\nconst start = 1024\nconst end = 2048 // 65535 by default\n\nfindPort(start, end)\n  .then((port) =\u003e console.log('Port is open:', port))\n  .catch((error) =\u003e console.error(error))\n```\n\n## Installation\n\n```\nnpm install @risingstack/find-port --save\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisingstack%2Ffind-port","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frisingstack%2Ffind-port","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisingstack%2Ffind-port/lists"}