{ "_args": [ [ "kill-port@1.6.1", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_from": "kill-port@1.6.1", "_id": "kill-port@1.6.1", "_inBundle": false, "_integrity": "sha512-un0Y55cOM7JKGaLnGja28T38tDDop0AQ8N0KlAdyh+B1nmMoX8AnNmqPNZbS3mUMgiST51DCVqmbFT1gNJpVNw==", "_location": "/kill-port", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "kill-port@1.6.1", "name": "kill-port", "escapedName": "kill-port", "rawSpec": "1.6.1", "saveSpec": null, "fetchSpec": "1.6.1" }, "_requiredBy": [ "/@dcloudio/uni-automator" ], "_resolved": "https://registry.npmmirror.com/kill-port/-/kill-port-1.6.1.tgz", "_spec": "1.6.1", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Tiaan du Plessis" }, "bin": { "kill-port": "cli.js" }, "bugs": { "url": "https://github.com/tiaanduplessis/kill-port/issues" }, "dependencies": { "get-them-args": "1.3.2", "shell-exec": "1.0.2" }, "description": "Kill the process running on given port", "devDependencies": { "husky": "4.2.5", "jest": "26.1.0", "npm-check": "^5.9.2", "standard": "14.3.4" }, "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", "coverage": "npm test -- --coverage", "lint": "standard --fix", "precommit": "npm test", "pretest": "npm run lint", "start": "npm run dev", "test": "jest --env=node", "test:watch": "npm test -- --watch" }, "standard": { "env": { "jest": true } }, "version": "1.6.1" }