File "ping.js"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/lib/utils/ping.js
File size: 252 bytes
MIME-type: text/plain
Charset: utf-8

// 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(() => ({}))
}