whoami7 - Manager
:
/
opt
/
alt
/
alt-nodejs24
/
root
/
lib
/
node_modules
/
npm
/
lib
/
utils
/
Upload File:
files >> //opt/alt/alt-nodejs24/root/lib/node_modules/npm/lib/utils/ping.js
// 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(() => ({})) }
Copyright ©2021 || Defacer Indonesia