awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to unscriptable/beck

Open-source alternatives to Beck

15 open-source projects similar to unscriptable/beck, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Beck alternative.

  • cujojs/curlcujojs का अवतार

    cujojs/curl

    1,874GitHub पर देखें↗

    curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.

    JavaScript
    GitHub पर देखें↗1,874
  • ded/script.jsded का अवतार

    ded/script.js

    2,931GitHub पर देखें↗

    Asyncronous JavaScript loader and dependency manager

    JavaScript
    GitHub पर देखें↗2,931
  • ecomfe/eslecomfe का अवतार

    ecomfe/esl

    841GitHub पर देखें↗

    enterprise standard loader

    JavaScript
    GitHub पर देखें↗841
  • headjs/headjsheadjs का अवतार

    headjs/headjs

    4,123GitHub पर देखें↗

    Headjs is an asynchronous asset loader designed to load JavaScript and CSS files in parallel and execute them in a specific sequence to improve page speed. It functions as a resource dependency manager that tracks script loading status and executes callbacks only after all required dependencies are fully loaded. The project includes a browser feature detection library that checks for HTML5 and CSS3 capabilities. This allows for conditional resource loading, where assets are delivered based on detected browser features, device capabilities, or screen resolution. The system further manages fro

    JavaScript
    GitHub पर देखें↗4,123
  • jorendorff/js-loadersJ

    jorendorff/js-loaders

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • jrburke/requirejsJ

    jrburke/requirejs

    0GitHub पर देखें↗

    RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API.

    GitHub पर देखें↗0

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • lrsjng/modulejslrsjng का अवतार

    lrsjng/modulejs

    128GitHub पर देखें↗

    Lightweight JavaScript module system.

    JavaScript
    GitHub पर देखें↗128
  • moduleloader/es6-module-loaderM

    ModuleLoader/es6-module-loader

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • requirejs/requirejsrequirejs का अवतार

    requirejs/requirejs

    12,919GitHub पर देखें↗

    RequireJS is a JavaScript module loader and dependency manager that implements the Asynchronous Module Definition API. It enables the asynchronous loading of JavaScript files in the browser to prevent page rendering blocks and manages interdependent scripts to avoid global namespace pollution and execution order issues. The project includes a build optimizer that combines and minifies multiple script files into single bundles to reduce network requests. It also provides a mechanism for version management, allowing multiple versions of the same library to coexist on a single page without confl

    JavaScript
    GitHub पर देखें↗12,919
  • rgrove/lazyloadrgrove का अवतार

    rgrove/lazyload

    1,394GitHub पर देखें↗

    :skull: An ancient tiny JS and CSS loader from the days before everyone had written one. Unmaintained.

    JavaScript
    GitHub पर देखें↗1,394
  • rollup/rolluprollup का अवतार

    rollup/rollup

    26,288GitHub पर देखें↗

    Rollup is an ES module bundler and JavaScript module transpiler. It functions as a build tool that combines JavaScript modules into optimized files and converts modern JavaScript and JSX into various output formats for different runtime environments. The project is distinguished by its static-analysis tree shaking engine, which removes unused code and dead exports to minimize bundle size. It also acts as a code splitting orchestrator, partitioning modules into separate chunks to optimize network requests and load times. The tool provides a hook-based plugin system for extending build logic,

    JavaScript
    GitHub पर देखें↗26,288
  • seajs/seajsseajs का अवतार

    seajs/seajs

    8,270GitHub पर देखें↗

    SeaJS is a client-side JavaScript module loader and dependency manager. It provides a system for resolving and loading isolated JavaScript files as modules, ensuring that internal and external code requirements are met before execution. The project distinguishes itself as a pluggable asset loader, utilizing a plugin system to load and integrate non-JavaScript assets, such as stylesheets and text files, directly into the module workflow. The system handles frontend dependency resolution through dependency-graph tracking and dynamic path resolution. It manages code organization via isolated mo

    JavaScript
    GitHub पर देखें↗8,270
  • substack/node-browserifysubstack का अवतार

    substack/node-browserify

    14,707GitHub पर देखें↗

    This project is a CommonJS module bundler and resolver designed to combine interdependent JavaScript files into a single script for execution in web browsers. It functions as a Node.js JavaScript bundler that emulates server-side core modules and resolves dependencies to ensure compatibility between server-side logic and browser environments. The system features an extensible bundling pipeline and a browser-side module resolver. It provides a plugin architecture for transforming source code and a source map generator to correlate bundled output back to original files for debugging. The proje

    JavaScript
    GitHub पर देखें↗14,707
  • systemjs/systemjssystemjs का अवतार

    systemjs/systemjs

    13,091GitHub पर देखें↗

    SystemJS is a dynamic dependency manager and universal module loader that resolves and executes JavaScript modules across different browser and server environments. It functions as an import map polyfill, mapping bare module specifiers to absolute URLs to manage dependencies without requiring a build step. The project provides a system for integrating diverse formats, including AMD and global scripts, into a modern ES module workflow. It enables browser module polyfilling for environments that lack native support for ES modules and import maps, and it allows for dynamic runtime hot-reloading

    JavaScript
    GitHub पर देखें↗13,091
  • yanhaijing/lodjsyanhaijing का अवतार

    yanhaijing/lodjs

    289GitHub पर देखें↗

    JavaScript模块加载器,基于AMD。迄今为止,对AMD理解最好的实现。

    JavaScript
    GitHub पर देखें↗289