1 Star 0 Fork 0

mxq-151/juicefs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 985 Bytes
一键复制 编辑 原始数据 按行查看 历史
Herald Yu 提交于 2024-07-22 17:00 . update docs/reference.md (#5009)
{
"name": "juicefs",
"version": "1.0.0",
"author": "Juicedata",
"license": "Apache",
"repository": "github:juicedata/juicefs",
"scripts": {
"autocorrect-lint": "autocorrect --lint ./docs/ README*.md",
"autocorrect-lint-fix": "autocorrect --fix ./docs/ README*.md",
"check-broken-link": "./node_modules/.bin/remark --quiet --frail ./docs/ README*.md",
"markdown-lint": "./node_modules/.bin/markdownlint-cli2 './docs/**/*.md' README*.md",
"markdown-lint-fix": "./node_modules/.bin/markdownlint-cli2-fix './docs/**/*.md' README*.md"
},
"dependencies": {
"markdownlint-cli2": "^0.5.1",
"markdownlint-rule-enhanced-proper-names": "^0.0.1",
"markdownlint-rule-no-trailing-slash-in-links": "^0.0.1",
"remark-cli": "^11.0.0",
"remark-validate-links": "^13.0.1",
"remark-validate-links-heading-id": "^0.0.3"
},
"remarkConfig": {
"plugins": [
"remark-validate-links-heading-id",
"remark-validate-links"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mxq-151/juicefs.git
git@gitee.com:mxq-151/juicefs.git
mxq-151
juicefs
juicefs
main

搜索帮助