Linux premium311.web-hosting.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 Path : /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/lib/utils/ |
Current File : //opt/alt/alt-nodejs22/root/usr/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', { ...flatOptions, cache: false }) return res.json().catch(() => ({})) }