Forked Package
This repository is a fork of another repository. You might be more interested in the parent. vapor/console-kitDescription
- Swift Tools 5.4.0
Description
{
"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"
}
Package Dump
{
"name": "console-kit",
"targets": [
{
"name": "ConsoleKit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"Logging",
"swift-log",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "ConsoleKitTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"target": [
"ConsoleKit",
null
]
}
],
"packageAccess": false
},
{
"name": "AsyncConsoleKitTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"target": [
"ConsoleKit",
null
]
}
],
"packageAccess": false
},
{
"name": "ConsoleKitExample",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"target": [
"ConsoleKit",
null
]
}
],
"packageAccess": false
},
{
"name": "ConsoleKitAsyncExample",
"type": "regular",
"exclude": [],
"settings": [
{
"kind": {
"unsafeFlags": {
"_0": [
"-parse-as-library"
]
}
},
"tool": "swift"
}
],
"resources": [],
"dependencies": [
{
"target": [
"ConsoleKit",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "ConsoleKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ConsoleKit"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "10.15",
"platformName": "macos"
},
{
"options": [],
"version": "13.0",
"platformName": "ios"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "swift-log",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-log.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.4.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- swift-log1.5.4
Dependencies
{
"url": "/usr/src/package",
"name": "console-kit",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.5.4",
"identity": "swift-log",
"dependencies": []
}
]
}
