中文字幕在线观看,亚洲а∨天堂久久精品9966,亚洲成a人片在线观看你懂的,亚洲av成人片无码网站,亚洲国产精品无码久久久五月天

Yarn 1.9.0 發(fā)布,兼容 npm 與 Bower 的 JS 包管理器

2018-07-21    來源:oschina

容器云強(qiáng)勢(shì)上線!快速搭建集群,上萬(wàn)Linux鏡像隨意使用
Yarn

Yarn 1.9.0 發(fā)布了,Yarn 是 Facebook 推出的 JavaScript 包管理器,旨在提供 npm 之外的另一種選擇方案。Yarn 具有極佳的伸縮性,可以支持成千上萬(wàn)個(gè)直接或間接的包依賴。Yarn 的設(shè)計(jì)初衷是保證穩(wěn)定性、彈性和高性能。其與 npm 最大的不同在于安裝包的方式,Yarn 用到了 lockfiles 和確定性算法。Lockfile 會(huì)把安裝的包版本進(jìn)行鎖定,保證了 node_modules 目錄在不同設(shè)備上的安裝結(jié)果是一致的,同時(shí)支持并行操作,大大加快安裝進(jìn)程。此外,Yarn 還聲明同時(shí)兼容 npm 和 Bower,支持兩個(gè)倉(cāng)庫(kù)混合使用,同時(shí)支持包的離線安裝(只要你曾經(jīng)安裝過這個(gè)包)。

此次更新內(nèi)容如下:

  • fix(sshpk): Upgrade requests and sshpk to latest versions (#5934)

    Burak Yi?it Kaya - Thu, 19 Jul 2018 16:32:27 +0100

  • fix(pack): higher priority to .npmignore over .gitignore on windows (#5979)

    Michal Piechowiak - Thu, 19 Jul 2018 16:31:15 +0100

  • Correctly resolve scoped packages in yarn create. (#5983)

    Chris Krycho - Thu, 19 Jul 2018 16:19:17 +0100

  • fix(deps): update dependency fs-extra to v7 (#6114)

    renovate[bot] - Thu, 19 Jul 2018 14:57:39 +0100

  • update npm link (#6120)

    Kishan - Thu, 19 Jul 2018 14:53:25 +0100

  • Clarified yarn link Warning (#6106)

    Matt Q - Thu, 19 Jul 2018 14:49:29 +0100

  • [WIP] dedupe hoister levelQueue items for performance gains (#6083)

    Stephen John Sorensen - Thu, 19 Jul 2018 14:49:11 +0100

  • chore(deps): update dependency eslint-plugin-relay to ^0.0.24 (#6020)

    renovate[bot] - Fri, 6 Jul 2018 10:55:27 +0100

  • fix(resolutions): Warn instead of erroring if unmatched dependency matches resolutions with glob support (#6033)

    Ramiro Silveyra d'Avila - Fri, 6 Jul 2018 10:54:20 +0100

  • Implements --no-default-rc and --use-rc (#6007)

    Ma?l Nison - Wed, 27 Jun 2018 10:45:55 +0100

  • Handle invalid versions in satisfiesWithPrereleases (#6019)

    Grey Baker - Tue, 26 Jun 2018 18:08:05 +0100

  • Simplify readFirstAvailableStream() (#6022)

    sth - Tue, 26 Jun 2018 18:05:49 +0100

  • fix(util/fs): use file content instead of mtime to determine equality (#6010)

    Stephane Rufer - Thu, 21 Jun 2018 16:09:03 +0100

  • fix(cli): force registryFolders to be unique (#5985)

    Steven Hargrove - Thu, 14 Jun 2018 07:29:07 -0400

  • fix(install): Fix bin-links and related hung installs on Windows (#5975)

    Burak Yi?it Kaya - Tue, 12 Jun 2018 13:51:25 +0100

  • Fixes relative cache paths (#5973)

    Ma?l Nison - Mon, 11 Jun 2018 21:44:54 +0100

  • Manually bumps the lockfile version

    Ma?l Nison - Mon, 11 Jun 2018 11:20:07 +0100

發(fā)布公告

下載地址:

  •  Source code (zip)

  •  Source code (tar.gz)

標(biāo)簽:

版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請(qǐng)與原作者聯(lián)系。

上一篇:Next.js 6.1.1 Canary 2 發(fā)布,React 服務(wù)器端渲染框架

下一篇:原生 PHP 文件數(shù)據(jù)庫(kù) CuteDB v1.0 發(fā)布