{ "name": "find-process", "version": "1.4.10", "description": "find process info by port/pid/name etc.", "main": "index.js", "types": "index.d.ts", "bin": { "find-process": "bin/find-process.js" }, "ensure": { "deps": { "checkDirs": [ "lib/*", "bin/*", "*.js" ] } }, "repository": { "type": "git", "url": "git+https://github.com/yibn2008/find-process.git" }, "keywords": [ "node", "process", "pid", "port" ], "standard": { "globals": [ "describe", "beforeEach", "afterEach", "it" ], "ignore": [ "/node_modules", "/doc", "/example", "/test", "index.d.ts" ] }, "author": "zoujie ", "license": "MIT", "bugs": { "url": "https://github.com/yibn2008/find-process/issues" }, "homepage": "https://github.com/yibn2008/find-process#readme", "dependencies": { "chalk": "~4.1.2", "commander": "^12.1.0", "loglevel": "^1.9.2" }, "devDependencies": { "mocha": "^11.0.1", "npm-ensure": "^1.3.0", "standard": "^17.1.2", "eslint": "^9.17.0", "glob": "^11.0.0", "rimraf": "^6.0.1" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "test": "mocha test/*.test.js && standard", "lint": "standard --fix && npm-ensure -t deps" } }