🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:29:42 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
📍 /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 fetch = require('npm-registry-fetch') module.exports = async (flatOptions) => { const res = await fetch('/-/ping?write=true', flatOptions) return res.json().catch(() => ({})) }
💾 Save Changes
❌ Cancel