
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "pid-port@^0.1.0",
  "_id": "pid-port@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-boqPJtSgZC6KOgXKNPC+/XR3xwVtpOtaLa7JLcdf8jfVe0ZM2TwllBXxxLUO8GQbOLJ4/hEtf2+L1QCKbaoHUg==",
  "_location": "/ghost-cli/pid-port",
  "_phantomChildren": {
    "human-signals": "2.1.0",
    "isexe": "2.0.0",
    "merge-stream": "2.0.0",
    "onetime": "5.1.2",
    "signal-exit": "3.0.4",
    "strip-final-newline": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pid-port@^0.1.0",
    "name": "pid-port",
    "escapedName": "pid-port",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/ghost-cli/fkill"
  ],
  "_resolved": "https://registry.npmjs.org/pid-port/-/pid-port-0.1.1.tgz",
  "_shasum": "2ac86fa8a0e97ef2e7eb9e7e9567cdc1eda78098",
  "_spec": "pid-port@^0.1.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/fkill",
  "bugs": {
    "url": "https://github.com/sindresorhus/pid-port/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "execa": "^5.0.0"
  },
  "deprecated": false,
  "description": "Get the ID of the process that uses a certain port",
  "devDependencies": {
    "ava": "^2.4.0",
    "get-port": "^5.1.1",
    "xo": "^0.36.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js"
  ],
  "funding": {
    "url": "https://github.com/sponsors/sindresorhus"
  },
  "homepage": "https://github.com/sindresorhus/pid-port#readme",
  "keywords": [
    "pid",
    "port",
    "ports",
    "netstat",
    "process",
    "processes",
    "id",
    "convert",
    "converter"
  ],
  "license": "MIT",
  "name": "pid-port",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/pid-port.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "0.1.1"
}
