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 /
commander /
Delete
Unzip
Name
Size
Permission
Date
Action
typings
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
CHANGELOG.md
9.39
KB
-rw-r--r--
2025-04-08 13:05
LICENSE
1.07
KB
-rw-r--r--
2025-04-08 13:05
Readme.md
11.58
KB
-rw-r--r--
2025-04-08 13:05
index.js
27.29
KB
-rw-r--r--
2025-04-08 13:05
package.json
861
B
-rw-r--r--
2025-04-08 13:05
Save
Rename
{ "name": "commander", "version": "2.15.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", "test": "make test && npm run test-typings", "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json" }, "main": "index", "files": [ "index.js", "typings/index.d.ts" ], "dependencies": {}, "devDependencies": { "@types/node": "^7.0.55", "eslint": "^3.19.0", "should": "^11.2.1", "sinon": "^2.4.1", "standard": "^10.0.3", "typescript": "^2.7.2" }, "typings": "typings/index.d.ts" }