📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-27 10:08:23
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
📍 /opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib/utils
🔄 Refresh
✏️
Editing: ping.js
Read Only
// ping the npm registry used by the ping and doctor commands const npmFetch = require('npm-registry-fetch') module.exports = async (flatOptions) => { const res = await npmFetch('/-/ping', { ...flatOptions, cache: false }) return res.json().catch(() => ({})) }
💾 Save Changes
❌ Cancel