PHP WebShell

Текущая директория: /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(() => ({}))
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!