![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/node_modules/portfinder/ |
{ "name": "portfinder", "description": "A simple tool to find an open port on the current machine", "version": "1.0.21", "author": "Charlie Robbins <[email protected]>", "repository": { "type": "git", "url": "[email protected]:indexzero/node-portfinder.git" }, "keywords": [ "http", "ports", "utilities" ], "files": [ "lib" ], "dependencies": { "async": "^1.5.2", "debug": "^2.2.0", "mkdirp": "0.5.x" }, "devDependencies": { "glob": "^6.0.4", "vows": "^0.8.2" }, "main": "./lib/portfinder", "types": "./lib/portfinder.d.ts", "scripts": { "test": "vows test/*-test.js --spec" }, "engines": { "node": ">= 0.12.0" }, "license": "MIT" }