27 lines
264 B
JSON
27 lines
264 B
JSON
{
|
|
"pacman": [
|
|
"fd"
|
|
],
|
|
"apt": [
|
|
"fd-find"
|
|
],
|
|
"dnf": [
|
|
"fd-find"
|
|
],
|
|
"pkg": [
|
|
"fd-find"
|
|
],
|
|
"zypper":[
|
|
"fd"
|
|
],
|
|
"pip": {
|
|
"linux": [
|
|
"pypinyin"
|
|
],
|
|
"win32": [
|
|
"pypinyin"
|
|
]
|
|
},
|
|
"vue_install": true
|
|
}
|