awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • you-dont-need/you-dont-need-lodash-underscoreالصورة الرمزية لـ you-dont-need

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

    19,159عرض على GitHub↗

    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
    عرض على GitHub↗19,159
  1. Home
  2. Software Engineering & Architecture
  3. JavaScript Dependency Reduction