yarn

WebJar for yarn

License

License

BSD 2-Clause
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-yarnpkg-yarn
Last Version

Last Version

0.16.0
Release Date

Release Date

Type

Type

jar
Description

Description

yarn
WebJar for yarn
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/yarnpkg/yarn

Download github-com-yarnpkg-yarn

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-yarnpkg-yarn/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-yarnpkg-yarn</artifactId>
    <version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-yarnpkg-yarn/
implementation 'org.webjars.npm:github-com-yarnpkg-yarn:0.16.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-yarnpkg-yarn/
implementation ("org.webjars.npm:github-com-yarnpkg-yarn:0.16.0")
'org.webjars.npm:github-com-yarnpkg-yarn:jar:0.16.0'
<dependency org="org.webjars.npm" name="github-com-yarnpkg-yarn" rev="0.16.0">
  <artifact name="github-com-yarnpkg-yarn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-yarnpkg-yarn', version='0.16.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-yarnpkg-yarn" % "0.16.0"
[org.webjars.npm/github-com-yarnpkg-yarn "0.16.0"]

Dependencies

compile (35)

Group / Artifact Type Version
org.webjars.npm : read jar [1.0.7,2)
org.webjars.npm » death jar [1.0.0,2)
org.webjars.npm : repeating jar [2.0.0,3)
org.webjars.npm : node-gyp jar [3.2.1,4)
org.webjars.npm : request jar [2.75.0,3)
org.webjars.npm : defaults jar [1.0.3,2)
org.webjars.npm : camelcase jar [3.0.0,4)
org.webjars.npm : babel-runtime jar [6.0.0,7)
org.webjars.npm : tar-stream jar [1.5.2,2)
org.webjars.npm : ini jar [1.3.4,2)
org.webjars.npm » request-capture-har jar [1.1.4,2)
org.webjars.npm : commander jar [2.9.0,3)
org.webjars.npm : object-path jar [0.11.2,0.12)
org.webjars.npm : strip-bom jar [2.0.0,3)
org.webjars.npm : user-home jar [2.0.0,3)
org.webjars.npm : leven jar [2.0.0,3)
org.webjars.npm : loud-rejection jar [1.2.0,2)
org.webjars.npm : debug jar [2.2.0,3)
org.webjars.npm : eslint-plugin-react jar 5.2.2
org.webjars.npm : semver jar [5.1.0,6)
org.webjars.npm : detect-indent jar [4.0.0,5)
org.webjars.npm : bytes jar [2.4.0,3)
org.webjars.npm : validate-npm-package-license jar [3.0.1,4)
org.webjars.npm : node-emoji jar [1.0.4,2)
org.webjars.npm : diff jar [2.2.1,3)
org.webjars.npm : is-builtin-module jar [1.0.0,2)
org.webjars.npm : proper-lockfile jar [1.1.3,2)
org.webjars.npm : cmd-shim jar [2.0.1,3)
org.webjars.npm » roadrunner jar [1.1.0,2)
org.webjars.npm : invariant jar [2.2.0,3)
org.webjars.npm : minimatch jar [3.0.3,4)
org.webjars.npm : chalk jar [1.1.1,2)
org.webjars.npm : rimraf jar [2.5.0,3)
org.webjars.npm : tar jar [2.2.1,3)
org.webjars.npm : mkdirp jar [0.5.1,0.6)

Project Modules

There are no modules declared in this project.

Yarn

Fast, reliable, and secure dependency management.

Circle Status Appveyor Status Azure Pipelines status Discord Chat Commitizen friendly


Fast: Yarn caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrently to maximize resource utilization. This means even faster installs.

Reliable: Using a detailed but concise lockfile format and a deterministic algorithm for install operations, Yarn is able to guarantee that any installation that works on one system will work exactly the same on another 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, then you can install it again without an internet connection.
  • Deterministic. The same dependencies will be installed in the same exact way on any machine, regardless of installation order.
  • Network Performance. Yarn efficiently queues requests and avoids request waterfalls in order to maximize network utilization.
  • Network Resilience. A single request that fails will not cause the entire installation to fail. Requests are automatically retried upon failure.
  • Flat Mode. Yarn resolves mismatched versions of dependencies to a single version to avoid creating duplicates.
  • More emojis. 🐈

Installing Yarn

Read the Installation Guide on our website for detailed instructions on how to install Yarn.

Using Yarn

Read the Usage Guide on our website for detailed instructions on how to use Yarn.

Contributing to Yarn

Contributions are always welcome, no matter how large or small. Substantial feature requests should be proposed as an RFC. Before contributing, please read the code of conduct.

See Contributing.

Prior art

Yarn wouldn't exist if it wasn't for excellent prior art. Yarn has been inspired by the following projects:

Credits

Thanks to Sam Holmes for donating the npm package name!

org.webjars.npm

Yarn

Fast, reliable, and secure dependency management for JavaScript.

Versions

Version
0.16.0