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 :
~
/
usr
/
share
/
npm
/
node_modules
/
cmd-shim
/
View File Name :
package.json
{ "name": "cmd-shim", "version": "4.1.0", "description": "Used in npm for command line application support", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "repository": { "type": "git", "url": "https://github.com/npm/cmd-shim.git" }, "license": "ISC", "dependencies": { "mkdirp-infer-owner": "^2.0.0" }, "devDependencies": { "rimraf": "~2.2.8", "tap": "^14.10.6" }, "files": [ "index.js", "lib" ], "tap": { "before": "test/00-setup.js", "after": "test/zz-cleanup.js", "check-coverage": true }, "engines": { "node": ">=10" } }