HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/www.colombia.co/public_html/node_modules/dev-ip/package.json
{
  "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": {}
}