{ "name": "pid-port", "version": "1.0.0", "description": "Get the ID of the process that uses a certain port", "license": "MIT", "repository": "sindresorhus/pid-port", "funding": "https://github.com/sponsors/sindresorhus", "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava && tsc index.d.ts" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "pid", "port", "ports", "netstat", "process", "processes", "id", "convert", "converter" ], "dependencies": { "execa": "^8.0.1" }, "devDependencies": { "ava": "^5.3.1", "get-port": "^7.0.0", "typescript": "^5.2.2", "xo": "^0.56.0" }, "ava": { "serial": true } }