Terminal.Gui.PowerShell.Analyzers.psd1 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. #
  2. # Module manifest for module 'Terminal.Gui.Powershell.Analyzers'
  3. #
  4. # Generated by: Brandon Thetford (GitHub @dodexahedron)
  5. #
  6. # Generated on: 4/24/2024
  7. #
  8. @{
  9. # Script module or binary module file associated with this manifest.
  10. RootModule = ''
  11. # Version number of this module.
  12. ModuleVersion = '1.0.0'
  13. # Supported PSEditions
  14. CompatiblePSEditions = @('Core')
  15. # ID used to uniquely identify this module
  16. GUID = '3e85001d-6539-4cf1-b71c-ec9e983f7fc8'
  17. # Author of this module
  18. Author = 'Brandon Thetford (GitHub @dodexahedron)'
  19. # Company or vendor of this module
  20. CompanyName = 'The Terminal.Gui Project'
  21. # Copyright statement for this module
  22. Copyright = '(c) Brandon Thetford (GitHub @dodexahedron). Provided to the Terminal.Gui project and you under the terms of the MIT License.'
  23. # Description of the functionality provided by this module
  24. Description = 'Operations involving Terminal.Gui analyzer projects, fur use during development of Terminal.Gui'
  25. # Minimum version of the PowerShell engine required by this module
  26. PowerShellVersion = '7.4.0'
  27. # Name of the PowerShell host required by this module
  28. PowerShellHostName = 'ConsoleHost'
  29. # Minimum version of the PowerShell host required by this module
  30. # PowerShellHostVersion = ''
  31. # Processor architecture (None, X86, Amd64) required by this module
  32. ProcessorArchitecture = ''
  33. # Modules that must be imported into the global environment prior to importing this module
  34. RequiredModules = @('Microsoft.PowerShell.Management','Microsoft.PowerShell.Utility','./Terminal.Gui.PowerShell.Core.psd1')
  35. # Assemblies that must be loaded prior to importing this module
  36. # RequiredAssemblies = @()
  37. # Script files (.ps1) that are run in the caller's environment prior to importing this module.
  38. # ScriptsToProcess = @()
  39. # Type files (.ps1xml) to be loaded when importing this module
  40. # TypesToProcess = @()
  41. # Format files (.ps1xml) to be loaded when importing this module
  42. # FormatsToProcess = @()
  43. # Modules to import as nested modules.
  44. NestedModules = @('./Terminal.Gui.PowerShell.Analyzers.psm1')
  45. # Functions to export from this module.
  46. FunctionsToExport = @('Build-Analyzers')
  47. # Cmdlets to export from this module.
  48. CmdletsToExport = @()
  49. # Variables to export from this module
  50. VariablesToExport = @()
  51. # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
  52. AliasesToExport = @()
  53. # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
  54. PrivateData = @{
  55. PSData = @{
  56. # Tags applied to this module. These help with module discovery in online galleries.
  57. # Tags = @()
  58. # A URL to the license for this module.
  59. LicenseUri = 'https://github.com/gui-cs/Terminal.Gui/Scripts/COPYRIGHT'
  60. # A URL to the main website for this project.
  61. ProjectUri = 'https://github.com/gui-cs/Terminal.Gui'
  62. # A URL to an icon representing this module.
  63. # IconUri = ''
  64. # ReleaseNotes of this module
  65. # ReleaseNotes = ''
  66. # Prerelease string of this module
  67. # Prerelease = ''
  68. # Flag to indicate whether the module requires explicit user acceptance for install/update/save
  69. # RequireLicenseAcceptance = $false
  70. # External dependent modules of this module
  71. # ExternalModuleDependencies = @()
  72. } # End of PSData hashtable
  73. } # End of PrivateData hashtable
  74. # HelpInfo URI of this module
  75. # HelpInfoURI = ''
  76. # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
  77. # DefaultCommandPrefix = ''
  78. }