mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 20:04:31 +00:00
- Introduce lib/shell helpers and keep etc/* scripts thin via compatibility shims - Move Kerberos validation to scripts/validation/check_kerberos.sh and update callers - Add deterministic shellspec unit tests under tests/shellspec/ and wire Maven to run them - Add minimal Spring Boot authority module with startup + /health endpoint and Maven wiring - Document the new layout in docs/layout.md Co-authored-by: Junie <junie@jetbrains.com>
123 lines
4.1 KiB
JSON
123 lines
4.1 KiB
JSON
{
|
|
"name": "ShellSpec",
|
|
"version": "0.28.1",
|
|
"description": "BDD style unit testing framework for POSIX compliant shell script",
|
|
"homepage": "https://shellspec.info",
|
|
"scripts": ["shellspec"],
|
|
"license": "MIT",
|
|
"files": [
|
|
"bin/shellspec",
|
|
"lib/bootstrap.sh",
|
|
"lib/core/clone.sh",
|
|
"lib/core/core.sh",
|
|
"lib/core/dsl.sh",
|
|
"lib/core/evaluation.sh",
|
|
"lib/core/hook.sh",
|
|
"lib/core/matchers.sh",
|
|
"lib/core/matchers/be.sh",
|
|
"lib/core/matchers/be/empty.sh",
|
|
"lib/core/matchers/be/stat.sh",
|
|
"lib/core/matchers/be/status.sh",
|
|
"lib/core/matchers/be/successful.sh",
|
|
"lib/core/matchers/be/valid.sh",
|
|
"lib/core/matchers/be/variable.sh",
|
|
"lib/core/matchers/end_with.sh",
|
|
"lib/core/matchers/equal.sh",
|
|
"lib/core/matchers/has.sh",
|
|
"lib/core/matchers/has/stat.sh",
|
|
"lib/core/matchers/include.sh",
|
|
"lib/core/matchers/match.sh",
|
|
"lib/core/matchers/satisfy.sh",
|
|
"lib/core/matchers/start_with.sh",
|
|
"lib/core/modifiers.sh",
|
|
"lib/core/modifiers/contents.sh",
|
|
"lib/core/modifiers/length.sh",
|
|
"lib/core/modifiers/line.sh",
|
|
"lib/core/modifiers/lines.sh",
|
|
"lib/core/modifiers/result.sh",
|
|
"lib/core/modifiers/word.sh",
|
|
"lib/core/output.sh",
|
|
"lib/core/outputs.sh",
|
|
"lib/core/statement.sh",
|
|
"lib/core/subjects.sh",
|
|
"lib/core/subjects/line.sh",
|
|
"lib/core/subjects/path.sh",
|
|
"lib/core/subjects/status.sh",
|
|
"lib/core/subjects/stderr.sh",
|
|
"lib/core/subjects/stdout.sh",
|
|
"lib/core/subjects/value.sh",
|
|
"lib/core/subjects/variable.sh",
|
|
"lib/core/subjects/word.sh",
|
|
"lib/core/switch.sh",
|
|
"lib/core/syntax.sh",
|
|
"lib/core/utils.sh",
|
|
"lib/core/verb.sh",
|
|
"lib/cov/kcov.sh",
|
|
"lib/cov/kcov/.bashenv",
|
|
"lib/cov/kcov/.kshenv",
|
|
"lib/cov/kcov/.zshenv",
|
|
"lib/ext/ext.sh",
|
|
"lib/general.sh",
|
|
"lib/getoptions.sh",
|
|
"lib/getoptions_abbr.sh",
|
|
"lib/getoptions_help.sh",
|
|
"lib/libexec.sh",
|
|
"lib/libexec/binary.sh",
|
|
"lib/libexec/executor.sh",
|
|
"lib/libexec/grammar.sh",
|
|
"lib/libexec/grammar/blocks",
|
|
"lib/libexec/grammar/directives",
|
|
"lib/libexec/grammar/dsls",
|
|
"lib/libexec/kcov-executor.sh",
|
|
"lib/libexec/list.sh",
|
|
"lib/libexec/optparser/optparser.sh",
|
|
"lib/libexec/optparser/parser_definition.sh",
|
|
"lib/libexec/optparser/parser_definition_generated.sh",
|
|
"lib/libexec/parallel-executor.sh",
|
|
"lib/libexec/prechecker.sh",
|
|
"lib/libexec/reporter.sh",
|
|
"lib/libexec/reporter/color_schema.sh",
|
|
"lib/libexec/reporter/conclusion_formatter.sh",
|
|
"lib/libexec/reporter/debug_formatter.sh",
|
|
"lib/libexec/reporter/documentation_formatter.sh",
|
|
"lib/libexec/reporter/failures_formatter.sh",
|
|
"lib/libexec/reporter/finished_formatter.sh",
|
|
"lib/libexec/reporter/formatter.sh",
|
|
"lib/libexec/reporter/junit_formatter.sh",
|
|
"lib/libexec/reporter/kcov_formatter.sh",
|
|
"lib/libexec/reporter/methods_formatter.sh",
|
|
"lib/libexec/reporter/null_formatter.sh",
|
|
"lib/libexec/reporter/profiler_formatter.sh",
|
|
"lib/libexec/reporter/progress_formatter.sh",
|
|
"lib/libexec/reporter/references_formatter.sh",
|
|
"lib/libexec/reporter/summary_formatter.sh",
|
|
"lib/libexec/reporter/tap_formatter.sh",
|
|
"lib/libexec/reporter/trace_formatter.sh",
|
|
"lib/libexec/runner.sh",
|
|
"lib/libexec/serial-executor.sh",
|
|
"lib/libexec/shellspec.sh",
|
|
"lib/libexec/task.sh",
|
|
"lib/libexec/translator.sh",
|
|
"lib/semver.sh",
|
|
"lib/support-bin.sh",
|
|
"libexec/shellspec-executor.sh",
|
|
"libexec/shellspec-gen-bin.sh",
|
|
"libexec/shellspec-init.sh",
|
|
"libexec/shellspec-inspection-readonly.sh",
|
|
"libexec/shellspec-inspection.sh",
|
|
"libexec/shellspec-list.sh",
|
|
"libexec/shellspec-load-env.sh",
|
|
"libexec/shellspec-prechecker.sh",
|
|
"libexec/shellspec-profiler.sh",
|
|
"libexec/shellspec-reporter.sh",
|
|
"libexec/shellspec-runner.sh",
|
|
"libexec/shellspec-shebang",
|
|
"libexec/shellspec-syntax-check.sh",
|
|
"libexec/shellspec-task.sh",
|
|
"libexec/shellspec-time.sh",
|
|
"libexec/shellspec-translate.sh",
|
|
"libexec/shellspec-unreadonly-path.sh"
|
|
],
|
|
"install": "make install"
|
|
}
|