@yarnpkg/lockfile

WebJar for @yarnpkg/lockfile

Лицензия

Лицензия

BSD 2-Clause
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

yarnpkg__lockfile
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

@yarnpkg/lockfile
WebJar for @yarnpkg/lockfile
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/yarnpkg/yarn

Скачать yarnpkg__lockfile

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.1.0