/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
/
File Upload :
llllll
Current File: //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?write=true', flatOptions) return res.json().catch(() => ({})) }
Copyright ©2k19 -
Hexid
|
Tex7ure