/var/www/greso.tech/server/nsm/node_modules/yargs
NameSizeModeActions
build/-0755rm
helpers/-0755rm
lib/-0755rm
locales/-0755rm
browser.d.ts1340644editdlrm
browser.mjs2320644editdlrm
index.cjs14550644editdlrm
index.mjs2310644editdlrm
LICENSE11460644editdlrm
package.json30880644editdlrm
README.md59740644editdlrm
yargs4570644editdlrm
yargs.mjs4730644editdlrm
Edit: /var/www/greso.tech/server/nsm/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