node-yarnpkg 1.22.19+~cs24.27.18-4 source package in Ubuntu

Changelog

node-yarnpkg (1.22.19+~cs24.27.18-4) unstable; urgency=medium

  [ Konstantin Demin ]
  * Update commander patch

 -- Yadd <email address hidden>  Sat, 16 Sep 2023 18:35:12 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yarnpkg_1.22.19+~cs24.27.18-4.dsc 7.8 KiB 240acf21f45aa043d59a0bf013194fb0f7ea21c7256a5237e3fe496feeb2b458
node-yarnpkg_1.22.19+~cs24.27.18.orig-decode-uri-component.tar.gz 2.6 KiB 0a3e427c86cd249b0b402907132bf8ba85efb2a34ed1d2b3aa4694fd21730ad6
node-yarnpkg_1.22.19+~cs24.27.18.orig-dnscache.tar.gz 8.3 KiB 103561e61f03394439beddf57daead326ce4e76d051c200d282db13e4b1a7e9d
node-yarnpkg_1.22.19+~cs24.27.18.orig-gunzip-maybe.tar.gz 2.4 KiB 87e9b2228f20c9d6ada9131f7fff5f622fe575aad2cc582a0eec22489805c79e
node-yarnpkg_1.22.19+~cs24.27.18.orig-hash-for-dep.tar.gz 15.8 KiB aa443d34e74869e7daee83fc118d34b967890e0590d286f52f25e996ca0f7080
node-yarnpkg_1.22.19+~cs24.27.18.orig-is-deflate.tar.gz 1.7 KiB cace6760cfa690ad7726d30d5946e8f51a8c465351e865c1cb16c5e18a6f671f
node-yarnpkg_1.22.19+~cs24.27.18.orig-is-gzip.tar.gz 875 bytes 39b88d792db813eb718a071432916187c5cb0b683094fb416c3f0a1f753bf0e4
node-yarnpkg_1.22.19+~cs24.27.18.orig-mkdirp-classic.tar.gz 2.1 KiB e75c65ff3196abeabdcdfe5418b70a635859885217a0090c58d3d2a1bb57b3a3
node-yarnpkg_1.22.19+~cs24.27.18.orig-normalize-url.tar.gz 3.4 KiB f600e8b835fca729cf6e58ca99e332fc4b55b6ddf9dd580596de7ddc24b4f9c0
node-yarnpkg_1.22.19+~cs24.27.18.orig-npm-logical-tree.tar.gz 4.7 KiB 3fa1e4e9679669cd6dc0220e1f56e7bd4e30a056bcf22cc2046d729a8a82bd44
node-yarnpkg_1.22.19+~cs24.27.18.orig-peek-stream.tar.gz 2.9 KiB 39ab45393249aa4d1576c60e5fff10bb1e9b168f0a1b6ed47ad58245c707c1a3
node-yarnpkg_1.22.19+~cs24.27.18.orig-query-string.tar.gz 4.6 KiB 786050408ab2e08345c1c9da8282c27aa7197a8b7c4663cf9f14606552ef4bf0
node-yarnpkg_1.22.19+~cs24.27.18.orig-resolve-package-path.tar.gz 15.0 KiB 1843a99115e62c83163331a4ee9ac1d698467c4571df0b8a075789636e00dd17
node-yarnpkg_1.22.19+~cs24.27.18.orig-string-replace-loader.tar.gz 3.3 KiB d554175bc81f5fd79bce3c98624729347972d00dbfa453ecdb25a25459e36e1e
node-yarnpkg_1.22.19+~cs24.27.18.orig-tar-fs.tar.gz 7.2 KiB b4ab8e3e61634b774897eeae0f011d95725f50e97e21cb18e697c4d468380fee
node-yarnpkg_1.22.19+~cs24.27.18.orig-v8-compile-cache.tar.gz 5.8 KiB 927e6cc2f3caf5144d53182fec52989866d774271612fe95529f7e5ef98f913f
node-yarnpkg_1.22.19+~cs24.27.18.orig.tar.gz 71.0 MiB 50af0025d2ef942bf3e6cdd0587dc9c4dd8d6e6e69501b84935d09f2b2b5de8b
node-yarnpkg_1.22.19+~cs24.27.18-4.debian.tar.xz 22.0 KiB 470899ed20e18673e1e029d3802fcf8cf03c668379c3b9677449423ce16fd53e

No changes file available.

Binary packages built by this source

yarnpkg: Fast, reliable and secure npm alternative

 Fast: Yarnpkg 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, Yarnpkg is able
 to guarantee that any installation that works on one system will
 work exactly the same on another system.
 .
 Secure: Yarnpkg uses checksums to verify the integrity of every
 installed package before its code is executed.
 .
 Node.js is an event-based server-side JavaScript engine.