Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions FrontEnd/styles/package.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
}

li.dependencies {
display: flex;
grid-column-start: span 2;
flex-direction: column;
background-image: var(--image-dependencies);
}

Expand Down
7 changes: 6 additions & 1 deletion Sources/App/Views/PackageController/GetRoute.Model+ext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,12 @@ extension API.PackageController.GetRoute.Model {

return .li(
.class("dependencies"),
.text(dependenciesPhrase)
.div(
.text(dependenciesPhrase)
),
.small(
.text("Including all transitive and test dependencies.")
)
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license warning">
<a href="https://example.com/license.html" title="GNU General Public License v3.0">GPL 3.0</a> licensed
<a class="more-info" href="/faq#licenses">Why might the GPL 3.0 be problematic?</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="custom-collections">Member of the
<a href="/collections/custom-collection">Custom Collection</a> collection.
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/commits/main">1,433 commits</a> and
<a href="https://github.com/Alamofire/Alamofire/releases">79 releases</a>.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license error">
<span class="no-license">No license</span>
<a class="more-info" href="/faq#licenses">Why should you not use unlicensed code?</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license">
<a href="https://example.com/license.html" title="MIT License">MIT</a> licensed
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license warning">
<a href="https://example.com/license.html">Unknown license</a>
<a class="more-info" href="/faq#licenses">Why is this package's license unknown?</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ <h4>When working with a Swift Package Manager manifest:</h4>
<a href="https://github.com/Alamofire/Alamofire/issues">27 open issues</a> and
<a href="https://github.com/Alamofire/Alamofire/pulls">5 open pull requests</a>. The last issue was closed 5 days ago and the last pull request was merged/closed 6 days ago.
</li>
<li class="dependencies">This package depends on 2 other packages.</li>
<li class="dependencies">
<div>This package depends on 2 other packages.</div>
<small>Including all transitive and test dependencies.</small>
</li>
<li class="license"> licensed</li>
<li class="stars">17 stars</li>
<li class="libraries">3 libraries</li>
Expand Down
Loading