{
  "_from": "portfinder@^1.0.26",
  "_id": "portfinder@1.0.38",
  "_inBundle": false,
  "_integrity": "sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==",
  "_location": "/portfinder",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "portfinder@^1.0.26",
    "name": "portfinder",
    "escapedName": "portfinder",
    "rawSpec": "^1.0.26",
    "saveSpec": null,
    "fetchSpec": "^1.0.26"
  },
  "_requiredBy": [
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.38.tgz",
  "_shasum": "e4fb3a2d888b20d2977da050e48ab5e1f57a185e",
  "_spec": "portfinder@^1.0.26",
  "_where": "/var/www/html/moro/node_modules/webpack-dev-server",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/http-party/node-portfinder/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Erik Trom",
      "email": "erik.trom@gmail.com"
    }
  ],
  "dependencies": {
    "async": "^3.2.6",
    "debug": "^4.3.6"
  },
  "deprecated": false,
  "description": "A simple tool to find an open port on the current machine",
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "engines": {
    "node": ">= 10.12"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/http-party/node-portfinder#readme",
  "keywords": [
    "http",
    "ports",
    "utilities"
  ],
  "license": "MIT",
  "main": "./lib/portfinder",
  "name": "portfinder",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/http-party/node-portfinder.git"
  },
  "scripts": {
    "test": "jest --runInBand"
  },
  "types": "./lib/portfinder.d.ts",
  "version": "1.0.38"
}
