One Hat Cyber Team
Your IP :
3.145.26.180
Server IP :
104.21.16.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
app.gftag.com
/
node_modules
/
arg
/
View File Name :
package.json
{ "name": "arg", "version": "5.0.2", "description": "Unopinionated, no-frills CLI argument parser", "main": "index.js", "types": "index.d.ts", "repository": "vercel/arg", "author": "Josh Junon <junon@wavetilt.com>", "license": "MIT", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "WARN_EXIT=1 jest --coverage -w 2" }, "devDependencies": { "chai": "^4.1.1", "jest": "^27.0.6", "prettier": "^2.3.2" }, "prettier": { "arrowParens": "always", "singleQuote": true, "tabWidth": 2, "trailingComma": "none" } }