0 Star 0 Fork 0

sylz/markdown_tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package-lock.json 6.43 KB
一键复制 编辑 原始数据 按行查看 历史
Finasia 提交于 2021-09-18 14:21 . markdown-it: markdown-it-emoji
{
"name": "markdown_tutorial",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"github-markdown-css": "^3.0.1",
"highlight.js": "^11.2.0",
"markdown-it": "^12.2.0",
"markdown-it-attrs": "^4.0.0",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0"
}
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npm.taobao.org/argparse/download/argparse-2.0.1.tgz",
"integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg="
},
"node_modules/entities": {
"version": "2.1.0",
"resolved": "https://registry.nlark.com/entities/download/entities-2.1.0.tgz?cache=0&sync_timestamp=1628508126700&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fentities%2Fdownload%2Fentities-2.1.0.tgz",
"integrity": "sha1-mS0xKc999ocLlsV4WMJJoSD4uLU="
},
"node_modules/github-markdown-css": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-3.0.1.tgz",
"integrity": "sha512-9G5CIPsHoyk5ObDsb/H4KTi23J8KE1oDd4KYU51qwqeM+lKWAiO7abpSgCkyWswgmSKBiuE7/4f8xUz7f2qAiQ==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/highlight.js": {
"version": "11.2.0",
"resolved": "https://registry.nlark.com/highlight.js/download/highlight.js-11.2.0.tgz",
"integrity": "sha1-p+O4wf3E8FOLk7LcLd1TpAxqsPA=",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/linkify-it": {
"version": "3.0.2",
"resolved": "https://registry.nlark.com/linkify-it/download/linkify-it-3.0.2.tgz",
"integrity": "sha1-9V7ri8HTrnVASeEkqzu1bZd5f7g=",
"dependencies": {
"uc.micro": "^1.0.1"
}
},
"node_modules/markdown-it": {
"version": "12.2.0",
"resolved": "https://registry.nlark.com/markdown-it/download/markdown-it-12.2.0.tgz?cache=0&sync_timestamp=1627928755354&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmarkdown-it%2Fdownload%2Fmarkdown-it-12.2.0.tgz",
"integrity": "sha1-CR9yD9XbIG+A3nqNHxpwNf0NONs=",
"dependencies": {
"argparse": "^2.0.1",
"entities": "~2.1.0",
"linkify-it": "^3.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
},
"bin": {
"markdown-it": "bin/markdown-it.js"
}
},
"node_modules/markdown-it-attrs": {
"version": "4.0.0",
"resolved": "https://registry.npm.taobao.org/markdown-it-attrs/download/markdown-it-attrs-4.0.0.tgz",
"integrity": "sha1-6trj6gx9F8XoO5ik7JWkf05JYPU=",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"markdown-it": ">= 9.0.0 < 13.0.0"
}
},
"node_modules/markdown-it-container": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/markdown-it-container/download/markdown-it-container-3.0.0.tgz",
"integrity": "sha1-HRmwYECgIPmoJ1d7t9v2eqXemls="
},
"node_modules/markdown-it-emoji": {
"version": "2.0.0",
"resolved": "https://registry.nlark.com/markdown-it-emoji/download/markdown-it-emoji-2.0.0.tgz",
"integrity": "sha1-MWStTACe/ZRumCdPdWKtYRCJojE="
},
"node_modules/mdurl": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/mdurl/download/mdurl-1.0.1.tgz",
"integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
},
"node_modules/uc.micro": {
"version": "1.0.6",
"resolved": "https://registry.nlark.com/uc.micro/download/uc.micro-1.0.6.tgz",
"integrity": "sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw="
}
},
"dependencies": {
"argparse": {
"version": "2.0.1",
"resolved": "https://registry.npm.taobao.org/argparse/download/argparse-2.0.1.tgz",
"integrity": "sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg="
},
"entities": {
"version": "2.1.0",
"resolved": "https://registry.nlark.com/entities/download/entities-2.1.0.tgz?cache=0&sync_timestamp=1628508126700&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fentities%2Fdownload%2Fentities-2.1.0.tgz",
"integrity": "sha1-mS0xKc999ocLlsV4WMJJoSD4uLU="
},
"github-markdown-css": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-3.0.1.tgz",
"integrity": "sha512-9G5CIPsHoyk5ObDsb/H4KTi23J8KE1oDd4KYU51qwqeM+lKWAiO7abpSgCkyWswgmSKBiuE7/4f8xUz7f2qAiQ=="
},
"highlight.js": {
"version": "11.2.0",
"resolved": "https://registry.nlark.com/highlight.js/download/highlight.js-11.2.0.tgz",
"integrity": "sha1-p+O4wf3E8FOLk7LcLd1TpAxqsPA="
},
"linkify-it": {
"version": "3.0.2",
"resolved": "https://registry.nlark.com/linkify-it/download/linkify-it-3.0.2.tgz",
"integrity": "sha1-9V7ri8HTrnVASeEkqzu1bZd5f7g=",
"requires": {
"uc.micro": "^1.0.1"
}
},
"markdown-it": {
"version": "12.2.0",
"resolved": "https://registry.nlark.com/markdown-it/download/markdown-it-12.2.0.tgz?cache=0&sync_timestamp=1627928755354&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmarkdown-it%2Fdownload%2Fmarkdown-it-12.2.0.tgz",
"integrity": "sha1-CR9yD9XbIG+A3nqNHxpwNf0NONs=",
"requires": {
"argparse": "^2.0.1",
"entities": "~2.1.0",
"linkify-it": "^3.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
}
},
"markdown-it-attrs": {
"version": "4.0.0",
"resolved": "https://registry.npm.taobao.org/markdown-it-attrs/download/markdown-it-attrs-4.0.0.tgz",
"integrity": "sha1-6trj6gx9F8XoO5ik7JWkf05JYPU=",
"requires": {}
},
"markdown-it-container": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/markdown-it-container/download/markdown-it-container-3.0.0.tgz",
"integrity": "sha1-HRmwYECgIPmoJ1d7t9v2eqXemls="
},
"markdown-it-emoji": {
"version": "2.0.0",
"resolved": "https://registry.nlark.com/markdown-it-emoji/download/markdown-it-emoji-2.0.0.tgz",
"integrity": "sha1-MWStTACe/ZRumCdPdWKtYRCJojE="
},
"mdurl": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/mdurl/download/mdurl-1.0.1.tgz",
"integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
},
"uc.micro": {
"version": "1.0.6",
"resolved": "https://registry.nlark.com/uc.micro/download/uc.micro-1.0.6.tgz",
"integrity": "sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw="
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Vennasia/markdown_tutorial.git
[email protected]:Vennasia/markdown_tutorial.git
Vennasia
markdown_tutorial
markdown_tutorial
master

搜索帮助