![]() 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/dev-ip/ |
{ "name": "dev-ip", "description": "Find a suitable IP host to view local websites on.", "version": "1.0.1", "homepage": "https://github.com/shakyshane/dev-ip", "author": { "name": "Shane Osbourne", "email": "[email protected]" }, "repository": { "type": "git", "url": "git://github.com/shakyshane/dev-ip.git" }, "bugs": { "url": "https://github.com/shakyshane/dev-ip/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT" } ], "main": "lib/dev-ip", "engines": { "node": ">= 0.8.0" }, "scripts": { "lint": "jshint lib/*.js test/*.js", "unit": "mocha", "test": "npm run lint && npm run unit" }, "devDependencies": { "chai": "^1.10.0", "jshint": "^2.5.11", "mocha": "^2.1.0", "sinon": "^1.12.2" }, "keywords": [], "bin": { "dev-ip": "lib/dev-ip.js" }, "dependencies": {} }