Hacked By AnonymousFox

Current Path : /opt/alt/alt-nodejs18/root/lib/node_modules/npm/lib/utils/
Upload File :
Current File : //opt/alt/alt-nodejs18/root/lib/node_modules/npm/lib/utils/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?write=true', flatOptions)
  return res.json().catch(() => ({}))
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox