File: /home/ubuntu/.npm/_npx/28327/lib/node_modules/kill-port/package.json
{
"_from": "kill-port@latest",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-e0SVOV5jFo0mx8r7bS29maVWp17qGqLBZ5ricNSajON6//kmb7qqqNnml4twNE8Dtj97UQD+gNFOaipS/q1zzQ==",
"_location": "/kill-port",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "kill-port@latest",
"name": "kill-port",
"escapedName": "kill-port",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/kill-port/-/kill-port-2.0.1.tgz",
"_shasum": "e5e18e2706b13d54320938be42cb7d40609b15cf",
"_spec": "kill-port@latest",
"_where": "/home/ubuntu",
"author": {
"name": "Tiaan du Plessis"
},
"bin": {
"kill-port": "cli.js"
},
"bugs": {
"url": "https://github.com/tiaanduplessis/kill-port/issues"
},
"bundleDependencies": false,
"dependencies": {
"get-them-args": "1.3.2",
"shell-exec": "1.0.2"
},
"deprecated": false,
"description": "Kill process running on given port",
"devDependencies": {
"jest": "28.1.0",
"npm-check": "^5.9.2",
"standard": "17.0.0"
},
"homepage": "https://github.com/tiaanduplessis/kill-port",
"keywords": [
"port",
"process",
"kill",
"kill-port",
"port"
],
"license": "MIT",
"main": "index.js",
"name": "kill-port",
"repository": {
"type": "git",
"url": "git+https://github.com/tiaanduplessis/kill-port.git"
},
"scripts": {
"check": "npm-check -u",
"lint": "standard --fix",
"precommit": "npm test",
"pretest": "npm run lint",
"start": "npm run dev",
"test": "jest --env=node"
},
"version": "2.0.1"
}