内容简介:npm v5.6.0 发布,npm 是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。 更新内容: 特性: bc263c3fd #19054 Fully cross-platform package-lock.json. Installing a failing optional dependency...
npm v5.6.0 发布,npm 是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。
更新内容:
特性:
bc263c3fd
#19054 Fully cross-platformpackage-lock.json
. Installing a failing optional dependency on one platform no longer removes it from the dependency tree, meaning thatpackage-lock.json
should now be generated consistently across platforms!f94fcbc50
#19160 Add--package-lock-only
config option. This makes it so you can generate a targetpackage-lock.json
without performing a full install ofnode_modules
.66d18280c
#19104 Add new--node-options
config to pass through a customNODE_OPTIONS
for lifecycle scripts.
bug修复:
b70321733
#18881 When dealing with anode_modules
that was created with older versions of npm (and thus older versions of npa) we need to gracefully handle older spec entries. Failing to do so results in us treating those packages as if they were http remote deps, which results in invalid lock files withversion
set to tarball URLs. This should now be fixed.2f9c5dd00
#18880 Stop overwriting version in package data on disk. This is another safeguard against the version overwriting that's plagued some folks upgrading from older package-locks.a93e0a51d
#18846 Correctly save transitive dependencies when usingnpm update
inpackage-lock.json
.
完整内容请查看发布主页。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《npm v5.6.0 发布,Node.js 的包管理工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 扒网站工具 v2.0 发布,发布模版计算工具等
- 数据生成工具 ZenData 发布 1.6 版本,內置 Web 版数据设计工具
- SteamTools 2.4.1 发布,包含多种 Steam 工具功能的工具箱
- 数据生成工具 ZenData 发布 1.7 版本,全新设计工具带来更佳体验
- Doxygen 3 发布,文档生成工具
- 百度云盘小工具 1.6 发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
可计算性和计算复杂性
朱一清 / 国防工业出版社 / 2006-4 / 18.0
本书深入浅出地介绍了研究可计算性的四个主要模型以及四个模型彼此之间的关系:介绍了计算复杂性的基本概念和重要的研究方法与一些研究成果。内容涉及递归函数、图灵机、λ演算、马尔可夫算法、计算复杂度的分类、NP完全理论、非一致复杂性等。分述于十章,书中附有习题。 本书可作为广大有志于突破计算复杂性研究僵局——“P=NP?”的科技工作者,计算机科学和元计算机科学工作者,数学和元数学工作者以及大......一起来看看 《可计算性和计算复杂性》 这本书的介绍吧!