当前位置:网站首页>Node module management description file
Node module management description file
2022-06-21 18:28:00 【CupidoZ】
When using npm When the package manager downloads a new module , There will be two json file
package.json It's a module description file
lock Files are version control files
{
"name": "md5demo",
"version": "2.0.0",
"description": "md5 Package introduction demonstration ",
"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"
}
}
}
}
边栏推荐
- Cann training camp Season 2 - the opening ceremony | it starts at 7:30 tonight on time. You can't miss it!
- Paper notes ACL 2022 unified structure generation for universal information extraction
- Initialization of typescript class objects
- 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!
- 字节流量生意经:变现趁早、缝钱袋子、All in卖货
- I got a pay cut in disguise
- 我被变相降薪了
- POSIX创建终止线程
- 2022低压电工考试题模拟考试题库及答案
- PHP输出函数
猜你喜欢

Byte Jump propose un nouveau type de réseau léger et efficace, mobovit, qui surpasse GhostNet et mobilenetv3 dans la classification, la détection et d'autres tâches CV!

字节流量生意经:变现趁早、缝钱袋子、All in卖货

论文解读(USIB)《Towards Explanation for Unsupervised Graph-Level Representation Learning》

EtherCAT对象字典分析

Vue. js+Node. JS full stack development tutorial: connecting to MySQL

What is the S3 protocol that we are talking about every day? This article takes you to understand the story behind S3

Lei Jun's hundreds of billions of mistakes?

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!

Paper notes ACL 2022 unified structure generation for universal information extraction

科普大佬说 | 如何打造自己的AI创造力?
随机推荐
2022 high altitude installation, maintenance and removal work license question bank and simulated examination
[technical management] assembly number and sword team
Stack cognition -- basic use of reverse IDA tools
在国元期货开户做期货安全吗?
小程序的宿主环境、组件、API、协同工作和发布
快速失败和安全失败的区别
EtherCAT igh master station controls Esther servo to return to zero
JZ59.按之字型顺序打印二叉树
国产API管理平台横向比较,到底哪家强?
力扣102. 二叉树的层序遍历
SQL操作:WITH表达式及其应用
力扣295. 数据流的中位数
[pwn基础]Pwntools学习
Typescript的通用类型检查
Win32com operation Excel
摩尔投票法
存储器分级介绍
案例驱动 :从入门到掌握Shell编程详细指南
TypeScript类对象的初始化
字节流量生意经:变现趁早、缝钱袋子、All in卖货