Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
node_modules /
detect-libc /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxrwx
2025-03-24 11:44
LICENSE
11.09
KB
-rw-rw-rw-
2025-03-24 11:44
README.md
3.14
KB
-rw-rw-rw-
2025-03-24 11:44
index.d.ts
436
B
-rw-rw-rw-
2025-03-24 11:44
package.json
1.08
KB
-rw-rw-rw-
2025-03-24 11:44
Save
Rename
{ "name": "detect-libc", "version": "2.0.3", "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", "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" }, "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", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "semistandard": "^14.2.3" }, "engines": { "node": ">=8" } }