:Pub:Package:Yaml:File Node

represents a pubspec.yaml file

Properties

NameDescription
fileNameThe file name, relative to the scanned directory.
nameThe name of the package.
versionThe version of the package.
descriptionThe description of the package.
homepageURL pointing to the website of the package
repositoryURL pointing to the package’s source code repository
issueTrackerURL pointing to the package’s issue tracker site
documentationURL pointing to the documentation site of the package if it is different from homepage
publishTo”none” for no publishing or specifying an alternative pub server

Relations

NameTarget Label(s)CardinalityDescription
HAS_ENVIRONMENT:Pub:Environment0..*versions of Dart (and Flutter) to be used by the package
HAS_DEPENDENCY:Pub:Dependency0..*immediate dependencies used by the package
HAS_DEV_DEPENDENCY:Pub:Dependency0..*dev-dependencies used by the package
HAS_DEPENDENCY_OVERRIDE:Pub:Dependency0..*overrides for dependencies of the package
HAS_EXECUTABLE:Pub:Executable0..*scripts of the package to be run on the command line
SUPPORTS_PLATFORM:Pub:Platform0..*platforms that are supported by the package
FUNDED_THROUGH:Pub:Funding0..*URLs to provide information about how to help fund the package
HAS_FALSE_SECRET:Pub:FalseSecret0..*ignored file paths when checking for potential security leaks before publishing
HAS_SCREENSHOT:Pub:Screenshot0..*screenshots to be shown on the publishing site
HAS_TOPIC:Pub:Topic0..*topic names to categorize the package
HAS_IGNORED_ADVISORY:Pub:IgnoredAdvisory0..*suppressed security advisories from dependency resolution