mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
37 lines
664 B
JSON
37 lines
664 B
JSON
{
|
|
"name": "WIN - NPM",
|
|
"cmd": "npm",
|
|
"set": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"set",
|
|
"proxy"
|
|
],
|
|
"equator": "="
|
|
}, {
|
|
"args": [
|
|
"config",
|
|
"set",
|
|
"https-proxy"
|
|
],
|
|
"equator": "="
|
|
}
|
|
],
|
|
"unset": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"delete",
|
|
"proxy"
|
|
]
|
|
}, {
|
|
"args": [
|
|
"config",
|
|
"delete",
|
|
"https-proxy"
|
|
]
|
|
}
|
|
]
|
|
}
|