Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/ecommerce/node_modules/portfinder/ |
{
"name": "portfinder",
"description": "A simple tool to find an open port on the current machine",
"version": "1.0.28",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:http-party/node-portfinder.git"
},
"keywords": [
"http",
"ports",
"utilities"
],
"files": [
"lib"
],
"dependencies": {
"async": "^2.6.2",
"debug": "^3.1.1",
"mkdirp": "^0.5.5"
},
"devDependencies": {
"glob": "^7.1.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"
}