# yarn **Repository Path**: mirrors_leecade/yarn ## Basic Information - **Project Name**: yarn - **Description**: 📦🐈 Fast, reliable, and secure dependency management for JavaScript. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Yarn

Fast, reliable, and secure dependency management.

Travis Status Circle Status Appveyor Status Discord Status

--- **Fast:** Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever. **Reliable:** Using a detailed, but concise, lockfile format, and a deterministic algorithm for installs, Yarn is able to guarantee that an install that worked on one system will work exactly the same way on any other system. **Secure:** Yarn uses checksums to verify the integrity of every installed package before its code is executed. ## Features * Offline Mode: If you've installed a package before, you can install it again without any internet connection. * Deterministic: The same dependencies will be installed the same exact way across every machine regardless of install order. * Network Performance: Yarn efficiently queues up requests and avoids request waterfalls in order to maximize network utilization. * Multiple Registries: Install any package from either npm or Bower and keep your package workflow the same. * Network Resilience: A single request failing won't cause an install to fail. Requests are retried upon failure. * Flat Mode: Resolve mismatching versions of dependencies to a single version to avoid creating duplicates. * More emojis. 🐈 ## Installing Yarn Read the [Installation Guide](https://yarnpkg.com/en/docs/install) on our website for detailed instructions on how to install Yarn on your operating system. ## Contributing to Yarn Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md). See [Contributing](CONTRIBUTING.md). ## Prior art Yarn wouldn't exist if it wasn't for excellent prior art. Yarn has been inspired by the following projects: - [Bundler](https://github.com/bundler/bundler) - [Cargo](https://github.com/rust-lang/cargo) - [npm](https://github.com/npm/npm) ## Credits Thanks to [Sam Holmes](https://github.com/samholmes) for donating the npm package name!