![]() 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/vreg/node_modules/get-port-please/ |
{ "name": "get-port-please", "version": "2.2.0", "description": "Get an available TCP port to listen", "repository": "unjs/get-port-please", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "siroc build", "lint": "eslint --ext ts .", "release": "yarn build && standard-version && npm publish && git push --follow-tags", "test": "jest" }, "dependencies": { "fs-memo": "^1.2.0" }, "devDependencies": { "@nuxtjs/eslint-config-typescript": "latest", "@types/jest": "^26.0.22", "@types/node": "latest", "eslint": "latest", "jest": "^26.6.3", "siroc": "^0.4.0", "standard-version": "latest", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "typescript": "latest" } }