awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesJavaScript Dependency Reduction

Strategies and tools for removing external JavaScript dependencies by adopting native language standards.

Distinguishing note: Candidates focus on utility libraries themselves or security scanning, not the act of reducing dependencies

Explore 1 awesome GitHub repository matching software engineering & architecture · JavaScript Dependency Reduction. Refine with filters or upvote what's useful.

Awesome JavaScript Dependency Reduction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • you-dont-need/you-dont-need-lodash-underscoreAvatar von you-dont-need

    you-dont-need/You-Dont-Need-Lodash-Underscore

    19,159Auf GitHub ansehen↗

    This project is a dependency reduction tool and ESLint plugin designed to remove heavy utility libraries from JavaScript projects. It functions as a static analysis tool that identifies third-party library method calls and suggests native ECMAScript alternatives to decrease bundle size. The tool provides a curated replacement guide consisting of native JavaScript code snippets that replicate the behavior of common external utility functions. This allows developers to migrate older codebases to current language standards and reduce project complexity. The system integrates into the linting li

    Replaces third party utility libraries with native JavaScript methods to reduce project size and complexity.

    JavaScriptalternativeseslint-pluginfindindex
    Auf GitHub ansehen↗19,159
  1. Home
  2. Software Engineering & Architecture
  3. JavaScript Dependency Reduction