HEX
Server: nginx/1.18.0
System: Linux srv01 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64
User: RaviMohan (1026)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/GemsPile/kh.gemspile.com/web/node_modules/getos/package.json
{
  "name": "getos",
  "version": "3.2.1",
  "description": "Get the OS/Distribution name of the environment you are working on",
  "main": "index.js",
  "scripts": {
    "test": "node tests/mocktests.js",
    "posttest": "standard",
    "integration": "node tests/runTest.js",
    "standard-fix": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/retrohacker/getos.git"
  },
  "keywords": [
    "OS",
    "Distribution",
    "Platform",
    "Version"
  ],
  "author": "[email protected]",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/retrohacker/getos/issues"
  },
  "homepage": "https://github.com/retrohacker/getos",
  "devDependencies": {
    "cli-color": "^2.0.0",
    "execSync": "^1.0.2",
    "standard": "^14.3.1",
    "tape": "^4.13.2"
  },
  "dependencies": {
    "async": "^3.2.0"
  },
  "contributors": [
    {
      "name": "Benjamin E. Coe",
      "email": "[email protected]",
      "url": "https://github.com/bcoe"
    }
  ]
}