Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dcache-dir.js4 module.exports = (fakePlatform = false) => { argument
8 const platform = fakePlatform || process.platform
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dutils.js1 const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32'