当前位置:网站首页>Node模块管理描述文件
Node模块管理描述文件
2022-06-21 16:51:00 【CupidoZ】
当使用npm包管理器下载新的模块时,会有生成两个json文件
package.json是模块描述文件
lock文件是版本控制文件
{
"name": "md5demo",
"version": "2.0.0",
"description": "md5引包演示",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cupido",
"license": "MIT",
"dependencies": {
"md5": "^2.3.0"
}
}
{
"name": "md5demo",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"charenc": {
"version": "0.0.2",
"resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
"integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA=="
},
"crypt": {
"version": "0.0.2",
"resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
"integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow=="
},
"is-buffer": {
"version": "1.1.6",
"resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
},
"md5": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
"requires": {
"charenc": "0.0.2",
"crypt": "0.0.2",
"is-buffer": "~1.1.6"
}
}
}
}
边栏推荐
- [Oracle] is there a "time" data type in oracle-- Research on Oracle data types
- 论文笔记 ACL 2022|Unified Structure Generation for Universal Information Extraction
- Window常用快捷键
- RT-Thread 柿饼派M7 全志F133 ddr 运行xboot
- 海恩法则和费曼学习法
- C语言dll动态链接库
- 怎么安装 Laravel
- Encryption crash, is there a future for Web3 games? In depth discussion of 5 papers
- Application architecture principles
- Stack cognition - stack overflow instance (ret2shellcode)
猜你喜欢

我被变相降薪了

润迈德医疗通过上市聆讯:预计亏损将增加,霍云飞兄弟持股约33%
![LeetCode 1108 IP地址无效化[暴力] HERODING的LeetCode之路](/img/c6/d3eb6cee92b1c0848bf3d3b58b8b22.png)
LeetCode 1108 IP地址无效化[暴力] HERODING的LeetCode之路

RT-Thread 柿饼派M7 全志F133 ddr 运行xboot
![Leetcode 1108 IP address invalidation [violence] the leetcode path of heroding](/img/c6/d3eb6cee92b1c0848bf3d3b58b8b22.png)
Leetcode 1108 IP address invalidation [violence] the leetcode path of heroding

From demand to open source, how to look at it with new eyes?

天天在都在谈的S3协议到底是什么?一文带你了解S3背后的故事

Zhong'an insurance, together with Alibaba health and huiyitianxia, explores a new model of Internet chronic disease management

ByteDance proposes a lightweight and efficient new network mocovit, which has better performance than GhostNet and mobilenetv3 in CV tasks such as classification and detection!

postman关联,完成接口自动化测试
随机推荐
2022 high altitude installation, maintenance and removal work license question bank and simulated examination
我被变相降薪了
在线文档协作:办公必备高效率神器
大型网站技术架构 | 信息加密技术及密匙安全管理
现有需求同步其他数据库用户信息到我们系统他们主键id为string我们主键为Long
众安保险联合阿里健康、慧医天下 探索互联网慢病管理新模式
从需求到开源,如何做到刮目相看?
Move Protocol Beta测试版稳定,临时决定奖池规模再扩大
编写第一个C#应用程序——Hello, C#
EtherCAT igh主站控制3个台达asdaa2伺服转圈圈
aws elastic beanstalk入门之简介
Encryption crash, is there a future for Web3 games? In depth discussion of 5 papers
List set to comma concatenated string
泰克示波器TCP202电流探头的使用说明
Server socket program
The source code of the online live broadcast system enables you to request the list interface and touch the bottom page to load
Vue. js+Node. JS full stack development tutorial: connecting to MySQL
EtherCAT object dictionary analysis
Threejs实现波动热点效果,波动标记,波动标签显示
服务端socket程序