{ "name": "portfinder", "description": "A simple tool to find an open port on the current machine", "version": "1.0.37", "author": "Charlie Robbins , Erik Trom ", "repository": { "type": "git", "url": "git@github.com:http-party/node-portfinder.git" }, "keywords": [ "http", "ports", "utilities" ], "files": [ "lib" ], "dependencies": { "async": "^3.2.6", "debug": "^4.3.6" }, "devDependencies": { "jest": "^29.7.0" }, "main": "./lib/portfinder", "types": "./lib/portfinder.d.ts", "scripts": { "test": "jest --runInBand" }, "engines": { "node": ">= 10.12" }, "license": "MIT" ,"_resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.37.tgz" ,"_integrity": "sha512-yuGIEjDAYnnOex9ddMnKZEMFE0CcGo6zbfzDklkmT1m5z734ss6JMzN9rNB3+RR7iS+F10D4/BVIaXOyh8PQKw==" ,"_from": "portfinder@^1.0.26" }