HEX
Server: Apache/2.4.25
System: Linux webserver1.dinartechshare-e.com 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: smkmuhsayung (1029)
PHP: 8.0.3
Disabled: 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,
Upload Files
File: //usr/lib/node_modules/pm2/node_modules/systeminformation/package.json
{
  "_from": "systeminformation@^4.23.3",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-rO39KsLPxK1UY/s3cgBZz8KUDN7dDgahcgFT2AJaKedo6uKgYHQPdgvhehqNsG+sGBHMUmBwtRUJWgyquEoBHw==",
  "_location": "/pm2/systeminformation",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "systeminformation@^4.23.3",
    "name": "systeminformation",
    "escapedName": "systeminformation",
    "rawSpec": "^4.23.3",
    "saveSpec": null,
    "fetchSpec": "^4.23.3"
  },
  "_requiredBy": [
    "/pm2"
  ],
  "_resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.26.12.tgz",
  "_shasum": "0c6d2c47832b42874dfd5d470d702d7fb5931fa6",
  "_spec": "systeminformation@^4.23.3",
  "_where": "/usr/lib/node_modules/pm2",
  "author": {
    "name": "Sebastian Hildebrandt",
    "email": "[email protected]",
    "url": "https://plus-innovations.com"
  },
  "bin": {
    "systeminformation": "lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/sebhildebrandt/systeminformation/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple system and OS information library",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.18",
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.5.9",
    "ts-node": "^7.0.1",
    "typescript": "^3.2.2"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "lib/"
  ],
  "funding": {
    "type": "Buy me a coffee",
    "url": "https://www.buymeacoffee.com/systeminfo"
  },
  "homepage": "https://systeminformation.io",
  "keywords": [
    "system information",
    "sysinfo",
    "monitor",
    "monitoring",
    "os",
    "linux",
    "osx",
    "windows",
    "freebsd",
    "openbsd",
    "netbsd",
    "cpu",
    "cpuload",
    "physical cores",
    "logical cores",
    "processor",
    "cores",
    "threads",
    "socket type",
    "memory",
    "file system",
    "fsstats",
    "diskio",
    "block devices",
    "netstats",
    "network",
    "network interfaces",
    "network connections",
    "network stats",
    "iface",
    "processes",
    "users",
    "internet",
    "battery",
    "docker",
    "docker stats",
    "docker processes",
    "graphics",
    "graphic card",
    "graphic controller",
    "gpu",
    "display",
    "smart",
    "disk layout",
    "wifi",
    "wifinetworks",
    "virtual box",
    "virtualbox",
    "vm"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "systeminformation",
  "nyc": {
    "extension": [
      ".js"
    ],
    "include": [
      "lib/**"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "reporter": [
      "html",
      "text"
    ],
    "all": true
  },
  "os": [
    "darwin",
    "linux",
    "win32",
    "freebsd",
    "openbsd",
    "netbsd",
    "sunos"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebhildebrandt/systeminformation.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "compile": "tsc",
    "coverage": "nyc report --reporter=text-lcov",
    "test": "nyc mocha --require ts-node/register --require source-map-support/register  ./test/**/*.test.ts",
    "test-bare": "npm run compile && mocha ./test/**/*.test.js",
    "watch": "tsc -w"
  },
  "types": "./lib/index.d.ts",
  "version": "4.26.12"
}