JavaScript Modules

Open-source JavaScript projects categorized as Modules

Top 11 JavaScript Module Projects

  1. lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

    Project mention: Huawei is spamming the open source community for its Harmony ecosystem | news.ycombinator.com | 2025-05-16

    Here's an example. This is the PR they created in lodash's GitHub repo:

    https://github.com/lodash/lodash/pull/5980

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. parcel

    The zero configuration build tool for the web. πŸ“¦πŸš€

    Project mention: Migrating a JavaScript Project from Prettier and ESLint to BiomeJS | news.ycombinator.com | 2025-05-07

    https://parceljs.org/ is another.

    It even supports languages like `` out of the box which is pretty cool.<p>IIRC it downloads necessarily plugins on the fly.

  4. browserify

    browser-side require() the node.js way

    Project mention: Node.js: A brief history of cjs, bundlers, and esm | dev.to | 2024-12-12

    npm packages dramatically sped up the productivity of developers by being able to leverage other developers' work. However, it had a major disadvantage: cjs was not compatible with web browsers. To solve this problem, the concept of bundlers was born. browserify was the first bundler which essentially worked by traversing an entry point and "bundling" all the require()-ed code into a single .js file compatible with web browsers. As time went on, other bundlers with additional features and differentiators were introduced. Most notably webpack, parcel, rollup, esbuild and vite (in chronological order).

  5. minipack

    πŸ“¦ A simplified example of a modern module bundler written in JavaScript

  6. postcss-import

    PostCSS plugin to inline at-import rules content

  7. webpack-node-externals

    Easily exclude node modules in Webpack

  8. modclean

    Remove unwanted files and directories from your node_modules folder

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. dragonflagon-fvtt

    DragonFlagon FoundryVTT Modules

  11. MMM-ImagesPhotos

    Show images and photos in your MagicMirror

  12. functionality.js

    A JavaScript Library To Make Your Work Work Easier/Faster

  13. todo-list

    Todo list built with vanilla Javascript. (by mooniiDev)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Modules discussion

Log in or Post with

JavaScript Modules related posts

  • Huawei is spamming the open source community for its Harmony ecosystem

    1 project | news.ycombinator.com | 16 May 2025
  • Debouncing in React: With and Without Libraries

    1 project | dev.to | 17 Mar 2025
  • Create React App is Deprecated – What’s Next ?

    2 projects | dev.to | 16 Mar 2025
  • Bun 1.2 Is Released

    3 projects | news.ycombinator.com | 23 Jan 2025
  • Top 10 Expert-Crafted JavaScript Coding Interview Questions

    1 project | dev.to | 7 Jan 2025
  • Customize TypeScript syntax highlighting in VSCode

    1 project | dev.to | 7 Jan 2025
  • Microfrontends a Developer's Guide: Tools, Technologies, and Step-by-Step Setup

    5 projects | dev.to | 16 Nov 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Index

What are some of the best open-source Module projects in JavaScript? This list will help you:

# Project Stars
1 lodash 60,661
2 parcel 43,884
3 browserify 14,689
4 minipack 3,245
5 postcss-import 1,394
6 webpack-node-externals 1,298
7 modclean 406
8 dragonflagon-fvtt 66
9 MMM-ImagesPhotos 47
10 functionality.js 16
11 todo-list 2

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?