SIGN IN SIGN UP

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux

0 0 1 Markdown
2016-11-17 14:35:15 +08:00
{
"name": "linux-command",
2026-02-03 03:16:22 +08:00
"version": "1.22.0",
2016-11-17 14:35:15 +08:00
"description": "Linux Command",
2021-08-12 19:45:53 +08:00
"homepage": "https://jaywcjlove.github.io/linux-command/",
2016-12-11 00:18:11 +08:00
"main": "dist/data.json",
2016-11-17 14:35:15 +08:00
"scripts": {
2020-09-07 12:08:11 +08:00
"start": "npm run build",
2022-08-30 14:14:37 +08:00
"build": "node scripts/build.mjs",
"dash": "npm run build && node scripts/dash.mjs"
2016-11-17 14:35:15 +08:00
},
2019-04-12 17:04:52 +08:00
"files": [
"command",
"dist"
],
2016-11-17 14:35:15 +08:00
"keywords": [
2018-09-27 01:50:30 +08:00
"cli",
2016-11-17 14:35:15 +08:00
"Linux",
"Command"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
2016-12-10 02:17:02 +08:00
"url": "git+https://github.com/jaywcjlove/linux-command.git"
2016-11-17 14:35:15 +08:00
},
"devDependencies": {
2022-04-03 23:32:20 +08:00
"@uiw/github-corners": "~1.5.11",
"@wcj/dark-mode": "~1.0.14",
"colors-cli": "~1.0.31",
2022-03-05 23:53:51 +08:00
"ejs": "~3.1.6",
"compressing": "^1.6.2",
"fs-extra": "~10.1.0",
"markdown-to-html-cli": "~4.0.0",
2022-03-05 23:53:51 +08:00
"sitemap-generator": "~8.5.1",
"sqlite3": "5.1.5",
"stylus": "~0.63.0",
"uglify-js": "~3.19.0"
2016-12-10 02:17:02 +08:00
},
2021-08-12 19:45:53 +08:00
"engines": {
2022-08-30 14:14:37 +08:00
"node": ">=16.0.0"
2021-08-12 19:45:53 +08:00
}
2016-11-17 14:35:15 +08:00
}