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.216.199
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 /
commander /
Delete
Unzip
Name
Size
Permission
Date
Action
typings
[ DIR ]
drwxrwxrwx
2025-03-24 11:44
CHANGELOG.md
14.91
KB
-rw-rw-rw-
2025-03-24 11:44
LICENSE
1.07
KB
-rw-rw-rw-
2025-03-24 11:44
Readme.md
22.92
KB
-rw-rw-rw-
2025-03-24 11:44
index.js
42.1
KB
-rw-rw-rw-
2025-03-24 11:44
package.json
929
B
-rw-rw-rw-
2025-03-24 11:44
Save
Rename
{ "name": "commander", "version": "4.1.1", "description": "the complete solution for node.js command-line programs", "keywords": [ "commander", "command", "option", "parser" ], "author": "TJ Holowaychuk <tj@vision-media.ca>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" }, "scripts": { "lint": "eslint index.js \"tests/**/*.js\"", "test": "jest && npm run test-typings", "test-typings": "tsc -p tsconfig.json" }, "main": "index", "files": [ "index.js", "typings/index.d.ts" ], "dependencies": {}, "devDependencies": { "@types/jest": "^24.0.23", "@types/node": "^12.12.11", "eslint": "^6.7.0", "eslint-plugin-jest": "^22.21.0", "jest": "^24.8.0", "standard": "^14.3.1", "typescript": "^3.7.2" }, "typings": "typings/index.d.ts", "engines": { "node": ">= 6" } }