27 lines
271 B
JSON
27 lines
271 B
JSON
{
|
|
"pacman": [
|
|
"aria2"
|
|
],
|
|
"apt": [
|
|
"aria2"
|
|
],
|
|
"dnf": [
|
|
"aria2"
|
|
],
|
|
"pkg": [
|
|
"aria2"
|
|
],
|
|
"pip": {
|
|
"linux": [
|
|
"pysocks"
|
|
],
|
|
"win32": [
|
|
"pysocks"
|
|
],
|
|
"darwin": [
|
|
"pysocks"
|
|
]
|
|
},
|
|
"npm_install": true
|
|
}
|