UNPKG

pick-port

Version:

Get a free TCP or UDP port for the given IP address

69 lines (68 loc) 1.7 kB
{ "name": "pick-port", "version": "2.1.2", "description": "Get a free TCP or UDP port for the given IP address", "author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)", "contributors": [ "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)" ], "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/versatica/pick-port.git" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/mediasoup" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "LICENSE", "README.md", "npm-scripts.mjs", "lib" ], "engines": { "node": ">=18" }, "keywords": [ "nodejs", "network", "port", "tcp", "udp" ], "scripts": { "prepare": "node npm-scripts.mjs prepare", "typescript:build": "node npm-scripts.mjs typescript:build", "typescript:watch": "node npm-scripts.mjs typescript:watch", "lint": "node npm-scripts.mjs lint", "format": "node npm-scripts.mjs format", "test": "node npm-scripts.mjs test", "coverage": "node npm-scripts.mjs coverage", "release:check": "node npm-scripts.mjs release:check", "release": "node npm-scripts.mjs release" }, "dependencies": { "debug": "^4.4.1" }, "devDependencies": { "@eslint/js": "^9.33.0", "@types/debug": "^4.1.12", "@types/jest": "^30.0.0", "@types/node": "^24.2.1", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.3.0", "jest": "^30.0.5", "jest-extended": "^6.0.0", "open-cli": "^8.0.0", "prettier": "^3.6.2", "ts-jest": "^29.4.1", "typescript": "^5.8.3", "typescript-eslint": "^8.39.1" } }