ZerethShell
File Manager
SQL Manager
/
proc
/
thread-self
/
root
/
lib
/
node_modules
/
npm
/
bin
npx-cli.js
#!/usr/bin/node const npx = require('libnpx') const path = require('path') const NPM_PATH = path.join(__dirname, 'npm-cli.js') npx(npx.parseArgs(process.argv, NPM_PATH))
Kaydet
Vazgeç