{
"name": "console-kit",
"path": "/usr/src/package",
"targets": [
{
"name": "ConsoleKitTests",
"path": "Tests/ConsoleKitTests",
"type": "test",
"c99name": "ConsoleKitTests",
"sources": [
"CommandErrorTests.swift",
"CommandTests.swift",
"ConsoleTests.swift",
"LoggingTests.swift",
"TerminalTests.swift",
"Utilities.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"ConsoleKit"
]
},
{
"name": "ConsoleKitExample",
"path": "Sources/ConsoleKitExample",
"type": "executable",
"c99name": "ConsoleKitExample",
"sources": [
"DemoCommand.swift",
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"ConsoleKitExample"
],
"target_dependencies": [
"ConsoleKit"
]
},
{
"name": "ConsoleKitAsyncExample",
"path": "Sources/ConsoleKitAsyncExample",
"type": "library",
"c99name": "ConsoleKitAsyncExample",
"sources": [
"DemoCommand.swift",
"entry.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"ConsoleKit"
]
},
{
"name": "ConsoleKit",
"path": "Sources/ConsoleKit",
"type": "library",
"c99name": "ConsoleKit",
"sources": [
"Activity/ActivityBar.swift",
"Activity/ActivityIndicator.swift",
"Activity/ActivityIndicatorRenderer.swift",
"Activity/ActivityIndicatorState.swift",
"Activity/CustomActivity.swift",
"Activity/LoadingBar.swift",
"Activity/ProgressBar.swift",
"Clear/Console+Clear.swift",
"Clear/Console+Ephemeral.swift",
"Clear/ConsoleClear.swift",
"Command/AnyCommand.swift",
"Command/Argument.swift",
"Command/Async/AnyAsyncCommand.swift",
"Command/Async/AsyncCommand.swift",
"Command/Async/AsyncCommandGroup.swift",
"Command/Async/AsyncCommands.swift",
"Command/Command.swift",
"Command/CommandContext.swift",
"Command/CommandError.swift",
"Command/CommandGroup.swift",
"Command/CommandInput.swift",
"Command/CommandSignature.swift",
"Command/Commands.swift",
"Command/Completion.swift",
"Command/Console+Run.swift",
"Command/Flag.swift",
"Command/Option.swift",
"Command/Utilities.swift",
"Console.swift",
"Input/Console+Ask.swift",
"Input/Console+Choose.swift",
"Input/Console+Confirm.swift",
"Input/Console+Input.swift",
"Output/Console+Center.swift",
"Output/Console+Output.swift",
"Output/Console+Wait.swift",
"Output/ConsoleColor.swift",
"Output/ConsoleStyle.swift",
"Output/ConsoleText.swift",
"Output/ConsoleTextFragment.swift",
"Terminal/ANSI.swift",
"Terminal/Terminal.swift",
"Terminal/readpassphrase_linux.swift",
"Utilities/ConsoleError.swift",
"Utilities/ConsoleLogger.swift",
"Utilities/GenerateAsyncAutocompleteCommand.swift",
"Utilities/GenerateAutocompleteCommand.swift",
"Utilities/String+LevenshteinDistance.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"ConsoleKit",
"ConsoleKitExample"
],
"product_dependencies": [
"Logging"
]
},
{
"name": "AsyncConsoleKitTests",
"path": "Tests/AsyncConsoleKitTests",
"type": "test",
"c99name": "AsyncConsoleKitTests",
"sources": [
"AsyncCommandErrorTests.swift",
"AsyncCommandTests.swift",
"AsyncUtilities.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"ConsoleKit"
]
}
],
"products": [
{
"name": "ConsoleKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ConsoleKit"
]
},
{
"name": "ConsoleKitExample",
"type": {
"executable": null
},
"targets": [
"ConsoleKitExample"
]
}
],
"platforms": [
{
"name": "macos",
"version": "10.15"
},
{
"name": "ios",
"version": "13.0"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"type": "sourceControl",
"identity": "swift-log",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.4",
"manifest_display_name": "console-kit"
}