awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Resolution and Mapping Systems · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesResolution and Mapping Systems

Mechanisms for locating, aliasing, and resolving module specifiers at build or runtime, distinct from general package installation.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Resolution and Mapping Systems. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Resolution and Mapping Systems

Awesome Resolution and Mapping Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vinta/awesome-python

    vinta/awesome-python

    283,687GitHubView on GitHub↗

    This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software libraries, frameworks, and tools. It serves as a centralized knowledge base designed to facilitate ecosystem navigation and accelerate developer discovery across the entire software development lifecycle. Th

    Pythonawesomecollectionspython
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Rustpackagingpythonresolver

Explore sub-tags

  • Dependency AliasingConfiguration methods that allow developers to map specific dependency names to different versions or alternative library implementations.
  • Dependency Resolution ControlsSettings that dictate how build systems select specific versions when multiple conflicting dependency requirements are present.
  • Dependency ResolversSystems that resolve and install software libraries by tracking version constraints across various package registries.
  • Import Map ConfigurationsMapping files that instruct browsers or runtimes on how to resolve module import paths to specific network locations.
  • Module LoadersRuntime components that fetch, parse, and execute modular code files within an application environment.