Home
last modified time | relevance | path

Searched refs:registryData (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dget-identity.js14 const registryData = await npmFetch.json('/-/whoami', { ...opts }) constant
15 if (typeof registryData?.username === 'string') {
16 return registryData.username