port-pid
Version:
Get the pid(s) of a process on a given port
49 lines (48 loc) • 991 B
JSON
{
"name": "port-pid",
"version": "0.0.7",
"description": "Get the pid(s) of a process on a given port",
"license": "MIT",
"repository": "radiovisual/port-pid",
"author": {
"name": "Michael Wuergler",
"email": "wuergler@gmail.com",
"url": "https://github.com/radiovisual"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "eslint index.js test.js && jest"
},
"files": [
"index.js"
],
"keywords": [
"netstat",
"lsof",
"net",
"stat",
"port",
"tcp",
"udp",
"activity",
"pid",
"pids"
],
"dependencies": {
"netstats": "0.0.6",
"selective-whitespace": "^1.0.0"
},
"devDependencies": {
"array-unique": "^0.2.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"express": "^4.17.1",
"jest": "^24.8.0"
}
}