/var/www/greso.tech/server/nsm/node_modules/sequelize-cli/node_modules/yargs
NameSizeModeActions
build/-0755rm
helpers/-0755rm
lib/-0755rm
locales/-0755rm
browser.mjs2340644editdlrm
CHANGELOG.md57900644editdlrm
index.cjs10670644editdlrm
index.mjs2330644editdlrm
LICENSE11460644editdlrm
package.json30990644editdlrm
README.md56670644editdlrm
yargs4570644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/sequelize-cli/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