📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 16:20:18
📂
/
/
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
✏️
Editing: ping.js
// ping the npm registry // used by the ping and doctor commands const fetch = require('npm-registry-fetch') module.exports = async (flatOptions) => { const res = await fetch('/-/ping', { ...flatOptions, cache: false }) return res.json().catch(() => ({})) }
💾 Save Changes
❌ Cancel