/var/www/flurhymez/node_modules/yargs
NameSizeModeActions
build/-0755rm
helpers/-0755rm
lib/-0755rm
locales/-0755rm
browser.mjs2320644editdlrm
CHANGELOG.md161520644editdlrm
index.cjs12130644editdlrm
index.mjs2310644editdlrm
LICENSE11460644editdlrm
package.json37380644editdlrm
README.md59720644editdlrm
yargs4570644editdlrm
Edit: /var/www/flurhymez/node_modules/yargs/yargs (457B)
// TODO: consolidate on using a helpers file at some point in the future, which // is the approach currently used to export Parser and applyExtends for ESM: const {applyExtends, cjsPlatformShim, Parser, Yargs, processArgv} = require('./build/index.cjs') Yargs.applyExtends = (config, cwd, mergeExtends) => { return applyExtends(config, cwd, mergeExtends, cjsPlatformShim) } Yargs.hideBin = processArgv.hideBin Yargs.Parser = Parser module.exports = Yargs