[go: up one dir, main page]

Browse free open source JavaScript Package Managers and projects below. Use the toggles on the left to filter open source JavaScript Package Managers by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    NPM

    NPM

    A package manager for JavaScript

    Npm (originally short for Node Package Manager) is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js. It consists of a command line client, also called npm, and an online database of public and paid-for private packages, called the npm registry.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    Node Thermal Printer

    Node Thermal Printer

    Node.js module for thermal printers command line printing

    node-thermal-printer is a Node.js library that enables communication with thermal receipt printers using ESC/POS commands. It is designed for point-of-sale (POS) applications, allowing developers to generate receipts, barcodes, QR codes, and formatted text.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Electron Packager

    Electron Packager

    Customize and package your Electron app with OS-specific bundles

    Electron Packager is a command line tool and Node.js library that bundles Electron-based application source code with a renamed Electron executable and supporting files into folders ready for distribution. For creating distributables like installers and Linux packages, consider using either Electron Forge (which uses Electron Packager internally), or one of the related Electron tools, which utilizes Electron Packager-created folders as a basis. Note that packaged Electron applications can be relatively large. A zipped, minimal Electron application is approximately the same size as the zipped prebuilt binary for a given target platform, target arch, and Electron version (files named electron-v${version}-${platform}-${arch}.zip). Building an Electron app for the Windows target platform requires editing the Electron.exe file. Currently, Electron Packager uses node-rcedit to accomplish this.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    get-bin-path

    get-bin-path

    Get the current package's binary path

    Get the current package's binary path (using the package.json bin field). This is useful when testing a package's binary. Using get-bin-path (as opposed to hard-coding the path to the binary). Validates that the package.json bin field is correctly setup. Decouples the binary path from the tests, which allows moving the file without rewriting the tests. This package is an ES module and must be loaded using an import or import() statement, not require(). Returns the current package's binary absolute path. When no package.json or binary can be found, undefined is returned instead.
    Downloads: 3 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Release

    Release

    Generate changelogs with a single command

    Release is an automated versioning and changelog management tool for GitHub repositories. It simplifies the process of managing software releases by generating version tags, changelogs, and GitHub releases based on commit messages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    npm-check-updates

    npm-check-updates

    Find newer versions of package dependencies

    npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions. Maintains existing semantic versioning policies, i.e. "express": "^4.0.0" to "express": "^5.0.0". Only modifies package.json file. Run npm install to update your installed packages and package-lock.json. Show any new dependencies for the project in the current directory. Make sure your package file is in version control and all changes have been committed. This will overwrite your package file. Filter packages using the --filter option or adding additional cli arguments. You can exclude specific packages with the --reject option or prefixing a filter with !. Supports strings, wildcards, globs, comma-or-space-delimited lists, and regular expressions. Direct dependencies are updated to the latest stable version.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    CNPM

    CNPM

    cnpm: npm client for China mirror of npm

    CNPM is a customized NPM client designed for developers in China to improve package download speeds and reliability. It acts as a mirror of the official NPM registry and allows users to manage dependencies with faster responses compared to the global registry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Codebox npm

    Codebox npm

    Serverless private npm registry

    Codebox npm is a serverless npm registry to allow companies that wish to keep their intellectual property. It allows the sharing of npm modules within a company but additionally allows access to all of the modules on public npm. One other major difference is that it replaces npm login authentication to be via GitHub / GitHub enterprise. Users are always required to be authenticated when using codebox as their npm registry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Greenkeeper

    Greenkeeper

    Real-time automated dependency updates for npm and GitHub

    Greenkeeper is a dependency management tool that automatically monitors and updates dependencies in JavaScript projects. It helps developers keep their projects up to date by notifying them when new versions of dependencies are available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 10
    Infoooze

    Infoooze

    A OSINT tool which helps you to quickly find information effectively.

    infoooze is an open-source information-gathering tool for cybersecurity and OSINT (Open-Source Intelligence) purposes. It automates the process of collecting public data about domains, emails, IP addresses, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    NPQ

    NPQ

    Install packages with npm or yarn by auditing them

    npq is a security-focused package manager that analyzes npm dependencies for potential vulnerabilities before installation. It helps developers ensure the safety of their projects by checking for malicious or outdated packages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Node.js version alias

    Node.js version alias

    Resolve Node.js version aliases like `latest`, `lts` or `erbium`

    Resolve Node.js version aliases like `latest`, `lts` or `erbium`. Those aliases are used by Node.js version managers like nvm, nvs, n, nave, nodeenv or nodist. This resolves them to a "major.minor.patch" version string. This package is an ES module and must be loaded using an import or import() statement, not require(). Base URL to fetch the list of available Node.js versions. Can be customized.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Simple State Manager 4

    Simple State Manager 4

    Run different javascript at different browser widths

    SimpleStateManager is a lightweight JavaScript library that helps manage responsive states in web applications. It allows developers to define breakpoints and trigger callbacks when the viewport changes, making it easier to handle responsive design logic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Thulite

    Thulite

    Web framework designed for speed, security, and SEO

    Thulite is an AI-powered search and recommendation engine that enhances search functionality in applications. It provides intelligent query processing, result ranking, and personalized recommendations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    alfred-npms

    alfred-npms

    Alfred 3 workflow to search for npm packages with npms.io

    Alfred NPMS is an Alfred workflow that allows developers to quickly search for npm packages using the npms.io API. It enhances productivity by providing instant package details without leaving the Alfred search interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    create-ts-lib

    create-ts-lib

    Create-ts-lib: A Starter Kit and a CLI to create your TypeScript

    TypeScript Webpack Starter is a boilerplate setup for building modern JavaScript applications with TypeScript and Webpack. It provides a structured foundation for scalable frontend and backend projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    npmhub

    npmhub

    A browser extension to explore npm dependencies on GitHub

    npmhub is a browser extension that enhances GitHub repositories by displaying a list of npm dependencies directly on the repository page. This makes it easier for developers to inspect a project's dependencies without navigating to external sites.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    synp

    synp

    Convert yarn.lock to package-lock.json and vice versa

    synp is a command-line tool that converts between npm’s package-lock.json and Yarn’s yarn.lock. This helps developers migrate projects between npm and Yarn while maintaining dependency integrity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    All Node.js versions

    All Node.js versions

    List all available Node.js versions

    List all available Node.js versions. Sorted from the most to the least recent. Includes major release and LTS information. This package is an ES module and must be loaded using an import or import() statement, not require(). The return value resolves to an object with the following properties. List of available Node.js versions and related information. Sorted from the most to the least recent Node.js version. List of Node.js major releases sorted from the most to the least recent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AngularJS Material

    AngularJS Material

    This repository is used for publishing the AngularJS Material v1.x

    Bower Material is a package that provides AngularJS Material components via Bower, allowing developers to integrate Material Design UI elements into AngularJS applications. It includes various prebuilt components such as buttons, dialogs, and form controls following Google's Material Design guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Better NPM Run

    Better NPM Run

    Better NPM scripts runner

    better-npm-run is a utility that enhances npm script execution by allowing environment variables to be set in a cross-platform way. It simplifies script definitions and makes them more manageable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bower

    Bower

    A package manager for the web

    Bower offers generic, unopinionated front-end package management. It manages all the packages you need for a website, making sure they are all up-to-date and in the specific versions that you need. Bower can manage components that contain HTML, CSS, JavaScript, fonts or even image files. There’s no concatenating, minifying code or anything else - it just installs the right versions of the packages you need and their dependencies. How you use your packages will then be entirely up to you. Bower runs over Git and is package-agnostic, which means that a packaged component can be made up of any type of asset, and use any type of transport.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bull

    Bull

    Queue package for handling distributed jobs and messages in NodeJS

    The fastest, most reliable, Redis-based queue for Node. Carefully written for rock solid stability and atomicity. If you want to start using the next major version of Bull written entirely in Typescript you are welcome to the new repo here. Otherwise you are very welcome to still use Bull, which is a safe, battle tested codebase. If you need high quality production Redis instances for your Bull projects, please consider subscribing to RedisGreen, leaders in Redis hosting that works perfectly with Bull. Use the promo code "BULLMQ" when signing up to help us sponsor the development of Bull! Supercharge your queues with a professional front end. Get a complete overview of all your queues. Inspect jobs, search, retry, or promote delayed jobs. Metrics and statistics, and many more features. Queues are robust and can be run in parallel in several threads or processes without any risk of hazards or queue corruption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bundlesize

    Bundlesize

    Keep your bundle size in check

    Add it to your scripts in package.json. Or you can use it with npx from NPM 5.2+. bundlesize accepts an array of files to check. You can give a different file by using the --config flag. If the names of your build files are not predictable, you can use the glob pattern to specify files. This is common if you append a hash to the name or use a tool like create-react-app/nextjs. It will match multiple files if necessary and create a new row for each file. By default, bundlesize gzips your build files before comparing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ESLint plugin for React Native

    ESLint plugin for React Native

    React Native plugin for ESLint

    eslint-plugin-react-native is an ESLint plugin that provides linting rules specifically for React Native projects. It ensures best practices, prevents common errors, and helps maintain code quality in React Native applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next