Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: nodejs-commander | Distribution: OpenMandriva Lx |
Version: 9.4.1 | Vendor: OpenMandriva |
Release: 1 | Build date: Thu Nov 3 13:25:03 2022 |
Group: Development/Other | Build host: builder2-3.openmandriva.org |
Size: 1126692 | Source RPM: nodejs-commander-9.4.1-1.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: https://github.com/tj/commander.js | |
Summary: Node.js command line interface library |
Node.js command line interface library
MIT
/usr/lib/node_modules/commander /usr/lib/node_modules/commander/.editorconfig /usr/lib/node_modules/commander/.eslintrc.js /usr/lib/node_modules/commander/.github /usr/lib/node_modules/commander/.github/FUNDING.yml /usr/lib/node_modules/commander/.github/PULL_REQUEST_TEMPLATE.md /usr/lib/node_modules/commander/.github/dependabot.yml /usr/lib/node_modules/commander/.github/workflows /usr/lib/node_modules/commander/.github/workflows/codeql-analysis.yml /usr/lib/node_modules/commander/.github/workflows/tests.yml /usr/lib/node_modules/commander/CHANGELOG.md /usr/lib/node_modules/commander/CONTRIBUTING.md /usr/lib/node_modules/commander/LICENSE /usr/lib/node_modules/commander/Readme.md /usr/lib/node_modules/commander/Readme_zh-CN.md /usr/lib/node_modules/commander/SECURITY.md /usr/lib/node_modules/commander/docs /usr/lib/node_modules/commander/docs/deprecated.md /usr/lib/node_modules/commander/docs/options-taking-varying-arguments.md /usr/lib/node_modules/commander/docs/terminology.md /usr/lib/node_modules/commander/docs/zh-CN /usr/lib/node_modules/commander/docs/zh-CN/不再推荐使用的功能.md /usr/lib/node_modules/commander/docs/zh-CN/可变参数的选项.md /usr/lib/node_modules/commander/docs/zh-CN/术语表.md /usr/lib/node_modules/commander/esm.mjs /usr/lib/node_modules/commander/examples /usr/lib/node_modules/commander/examples/action-this.js /usr/lib/node_modules/commander/examples/argument.js /usr/lib/node_modules/commander/examples/arguments-custom-processing.js /usr/lib/node_modules/commander/examples/arguments-extra.js /usr/lib/node_modules/commander/examples/configure-help.js /usr/lib/node_modules/commander/examples/configure-output.js /usr/lib/node_modules/commander/examples/custom-command-class.js /usr/lib/node_modules/commander/examples/custom-help /usr/lib/node_modules/commander/examples/custom-help-description /usr/lib/node_modules/commander/examples/custom-help-text.js /usr/lib/node_modules/commander/examples/custom-version /usr/lib/node_modules/commander/examples/defaultCommand.js /usr/lib/node_modules/commander/examples/deploy /usr/lib/node_modules/commander/examples/description /usr/lib/node_modules/commander/examples/global-options.js /usr/lib/node_modules/commander/examples/hook.js /usr/lib/node_modules/commander/examples/nestedCommands.js /usr/lib/node_modules/commander/examples/options-boolean-or-value.js /usr/lib/node_modules/commander/examples/options-common.js /usr/lib/node_modules/commander/examples/options-conflicts.js /usr/lib/node_modules/commander/examples/options-custom-processing.js /usr/lib/node_modules/commander/examples/options-defaults.js /usr/lib/node_modules/commander/examples/options-env.js /usr/lib/node_modules/commander/examples/options-extra.js /usr/lib/node_modules/commander/examples/options-implies.js /usr/lib/node_modules/commander/examples/options-negatable.js /usr/lib/node_modules/commander/examples/options-required.js /usr/lib/node_modules/commander/examples/options-variadic.js /usr/lib/node_modules/commander/examples/optsWithGlobals.js /usr/lib/node_modules/commander/examples/pass-through-options.js /usr/lib/node_modules/commander/examples/pizza /usr/lib/node_modules/commander/examples/pm /usr/lib/node_modules/commander/examples/pm-install /usr/lib/node_modules/commander/examples/pm-list.js /usr/lib/node_modules/commander/examples/positional-options.js /usr/lib/node_modules/commander/examples/split.js /usr/lib/node_modules/commander/examples/string-util.js /usr/lib/node_modules/commander/examples/thank.js /usr/lib/node_modules/commander/index.js /usr/lib/node_modules/commander/lib /usr/lib/node_modules/commander/lib/argument.js /usr/lib/node_modules/commander/lib/command.js /usr/lib/node_modules/commander/lib/error.js /usr/lib/node_modules/commander/lib/help.js /usr/lib/node_modules/commander/lib/option.js /usr/lib/node_modules/commander/lib/suggestSimilar.js /usr/lib/node_modules/commander/package-lock.json /usr/lib/node_modules/commander/package-support.json /usr/lib/node_modules/commander/package.json /usr/lib/node_modules/commander/tests /usr/lib/node_modules/commander/tests/args.literal.test.js /usr/lib/node_modules/commander/tests/args.variadic.test.js /usr/lib/node_modules/commander/tests/argument.chain.test.js /usr/lib/node_modules/commander/tests/argument.choices.test.js /usr/lib/node_modules/commander/tests/argument.custom-processing.test.js /usr/lib/node_modules/commander/tests/argument.required.test.js /usr/lib/node_modules/commander/tests/argument.variadic.test.js /usr/lib/node_modules/commander/tests/command.action.test.js /usr/lib/node_modules/commander/tests/command.addCommand.test.js /usr/lib/node_modules/commander/tests/command.addHelpText.test.js /usr/lib/node_modules/commander/tests/command.alias.test.js /usr/lib/node_modules/commander/tests/command.allowExcessArguments.test.js /usr/lib/node_modules/commander/tests/command.allowUnknownOption.test.js /usr/lib/node_modules/commander/tests/command.argumentVariations.test.js /usr/lib/node_modules/commander/tests/command.asterisk.test.js /usr/lib/node_modules/commander/tests/command.chain.test.js /usr/lib/node_modules/commander/tests/command.commandHelp.test.js /usr/lib/node_modules/commander/tests/command.configureHelp.test.js /usr/lib/node_modules/commander/tests/command.configureOutput.test.js /usr/lib/node_modules/commander/tests/command.copySettings.test.js /usr/lib/node_modules/commander/tests/command.createArgument.test.js /usr/lib/node_modules/commander/tests/command.createHelp.test.js /usr/lib/node_modules/commander/tests/command.createOption.test.js /usr/lib/node_modules/commander/tests/command.default.test.js /usr/lib/node_modules/commander/tests/command.description.test.js /usr/lib/node_modules/commander/tests/command.error.test.js /usr/lib/node_modules/commander/tests/command.executableSubcommand.inspect.test.js /usr/lib/node_modules/commander/tests/command.executableSubcommand.lookup.test.js /usr/lib/node_modules/commander/tests/command.executableSubcommand.mock.test.js /usr/lib/node_modules/commander/tests/command.executableSubcommand.search.test.js /usr/lib/node_modules/commander/tests/command.executableSubcommand.signals.test.js /usr/lib/node_modules/commander/tests/command.executableSubcommand.test.js /usr/lib/node_modules/commander/tests/command.exitOverride.test.js /usr/lib/node_modules/commander/tests/command.help.test.js /usr/lib/node_modules/commander/tests/command.helpCommand.test.js /usr/lib/node_modules/commander/tests/command.helpOption.test.js /usr/lib/node_modules/commander/tests/command.hook.test.js /usr/lib/node_modules/commander/tests/command.name.test.js /usr/lib/node_modules/commander/tests/command.nested.test.js /usr/lib/node_modules/commander/tests/command.onCommand.test.js /usr/lib/node_modules/commander/tests/command.option-misuse.test.js /usr/lib/node_modules/commander/tests/command.parse.test.js /usr/lib/node_modules/commander/tests/command.parseOptions.test.js /usr/lib/node_modules/commander/tests/command.positionalOptions.test.js /usr/lib/node_modules/commander/tests/command.showHelpAfterError.test.js /usr/lib/node_modules/commander/tests/command.showSuggestionAfterError.test.js /usr/lib/node_modules/commander/tests/command.summary.test.js /usr/lib/node_modules/commander/tests/command.unknownCommand.test.js /usr/lib/node_modules/commander/tests/command.unknownOption.test.js /usr/lib/node_modules/commander/tests/command.usage.test.js /usr/lib/node_modules/commander/tests/commander.configureCommand.test.js /usr/lib/node_modules/commander/tests/createCommand.test.js /usr/lib/node_modules/commander/tests/deprecated.test.js /usr/lib/node_modules/commander/tests/esm-imports-test.mjs /usr/lib/node_modules/commander/tests/fixtures /usr/lib/node_modules/commander/tests/fixtures-extensions /usr/lib/node_modules/commander/tests/fixtures-extensions/pm-try-cjs.cjs /usr/lib/node_modules/commander/tests/fixtures-extensions/pm-try-mjs.mjs /usr/lib/node_modules/commander/tests/fixtures-extensions/pm-try-ts.ts /usr/lib/node_modules/commander/tests/fixtures-extensions/pm.js /usr/lib/node_modules/commander/tests/fixtures/another-dir /usr/lib/node_modules/commander/tests/fixtures/another-dir/pm /usr/lib/node_modules/commander/tests/fixtures/inspect-sub.js /usr/lib/node_modules/commander/tests/fixtures/inspect.js /usr/lib/node_modules/commander/tests/fixtures/other-dir /usr/lib/node_modules/commander/tests/fixtures/other-dir/pm /usr/lib/node_modules/commander/tests/fixtures/pm /usr/lib/node_modules/commander/tests/fixtures/pm-cache-clear.js /usr/lib/node_modules/commander/tests/fixtures/pm-cache-validate.js /usr/lib/node_modules/commander/tests/fixtures/pm-cache.js /usr/lib/node_modules/commander/tests/fixtures/pm-default /usr/lib/node_modules/commander/tests/fixtures/pm-echo.js /usr/lib/node_modules/commander/tests/fixtures/pm-install /usr/lib/node_modules/commander/tests/fixtures/pm-listen /usr/lib/node_modules/commander/tests/fixtures/pm-publish.js /usr/lib/node_modules/commander/tests/fixtures/pm-search /usr/lib/node_modules/commander/tests/fixtures/pm-silent /usr/lib/node_modules/commander/tests/fixtures/pmlink /usr/lib/node_modules/commander/tests/fixtures/pmlink-install /usr/lib/node_modules/commander/tests/help.argumentDescription.test.js /usr/lib/node_modules/commander/tests/help.commandTerm.test.js /usr/lib/node_modules/commander/tests/help.commandUsage.test.js /usr/lib/node_modules/commander/tests/help.longestArgumentTermLength.test.js /usr/lib/node_modules/commander/tests/help.longestCommandTermLength.test.js /usr/lib/node_modules/commander/tests/help.longestOptionTermLength.test.js /usr/lib/node_modules/commander/tests/help.optionDescription.test.js /usr/lib/node_modules/commander/tests/help.optionTerm.test.js /usr/lib/node_modules/commander/tests/help.padWidth.test.js /usr/lib/node_modules/commander/tests/help.sortCommands.test.js /usr/lib/node_modules/commander/tests/help.sortOptions.test.js /usr/lib/node_modules/commander/tests/help.subcommandDescription.test.js /usr/lib/node_modules/commander/tests/help.suggestion.test.js /usr/lib/node_modules/commander/tests/help.visibleArguments.test.js /usr/lib/node_modules/commander/tests/help.visibleCommands.test.js /usr/lib/node_modules/commander/tests/help.visibleOptions.test.js /usr/lib/node_modules/commander/tests/help.wrap.test.js /usr/lib/node_modules/commander/tests/incrementNodeInspectorPort.test.js /usr/lib/node_modules/commander/tests/option.chain.test.js /usr/lib/node_modules/commander/tests/options.bool.combo.test.js /usr/lib/node_modules/commander/tests/options.bool.small.combined.test.js /usr/lib/node_modules/commander/tests/options.bool.test.js /usr/lib/node_modules/commander/tests/options.camelcase.test.js /usr/lib/node_modules/commander/tests/options.choices.test.js /usr/lib/node_modules/commander/tests/options.conflicts.test.js /usr/lib/node_modules/commander/tests/options.custom-processing.test.js /usr/lib/node_modules/commander/tests/options.default.test.js /usr/lib/node_modules/commander/tests/options.dual-options.test.js /usr/lib/node_modules/commander/tests/options.env.test.js /usr/lib/node_modules/commander/tests/options.flags.test.js /usr/lib/node_modules/commander/tests/options.getset.test.js /usr/lib/node_modules/commander/tests/options.implies.test.js /usr/lib/node_modules/commander/tests/options.mandatory.test.js /usr/lib/node_modules/commander/tests/options.optional.test.js /usr/lib/node_modules/commander/tests/options.opts.test.js /usr/lib/node_modules/commander/tests/options.optsWithGlobals.test.js /usr/lib/node_modules/commander/tests/options.preset.test.js /usr/lib/node_modules/commander/tests/options.required.test.js /usr/lib/node_modules/commander/tests/options.twice.test.js /usr/lib/node_modules/commander/tests/options.values.test.js /usr/lib/node_modules/commander/tests/options.variadic.test.js /usr/lib/node_modules/commander/tests/options.version.test.js /usr/lib/node_modules/commander/tests/program.test.js /usr/lib/node_modules/commander/tests/ts-imports.test.ts /usr/lib/node_modules/commander/tsconfig.json /usr/lib/node_modules/commander/typings /usr/lib/node_modules/commander/typings/index.d.ts /usr/lib/node_modules/commander/typings/index.test-d.ts
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 8 23:25:21 2024