{"id":21405344,"url":"https://github.com/karimsa/next-port","last_synced_at":"2025-03-16T16:50:59.205Z","repository":{"id":29203413,"uuid":"32734747","full_name":"karimsa/next-port","owner":"karimsa","description":"grab next available TCP port.","archived":false,"fork":false,"pushed_at":"2016-03-29T20:37:55.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T21:04:00.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karimsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-23T13:47:28.000Z","updated_at":"2018-12-13T14:42:57.000Z","dependencies_parsed_at":"2022-08-02T12:05:58.490Z","dependency_job_id":null,"html_url":"https://github.com/karimsa/next-port","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fnext-port","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fnext-port/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fnext-port/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fnext-port/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karimsa","download_url":"https://codeload.github.com/karimsa/next-port/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902293,"owners_count":20366259,"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-22T16:24:20.054Z","updated_at":"2025-03-16T16:50:59.169Z","avatar_url":"https://github.com/karimsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next-port\n\ngrab next available port.\n\n## usage\n\n```javascript\nvar nextPort = require('next-port')\n\n// simple usage; check all ports\n// (only check \u003c=1024 if root/admin)\nnextPort(function (err, port) { /* ... */ })\n\n// specify some options\nnextPort({ /* options */ }, function (err, port) { /* ... */ })\n```\n\n## options\n\n - `lower`: the lower bound to start scan from. (default: 1 if root/admin, 1024 if not)\n - `higher`: the higher bound to stop scan at. (default: 65535)\n - `protocol`: TCP or UDP.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Fnext-port","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimsa%2Fnext-port","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Fnext-port/lists"}