-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdart.json
More file actions
50 lines (50 loc) · 1.67 KB
/
Copy pathdart.json
File metadata and controls
50 lines (50 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"$schema": "https://raw.githubusercontent.com/nodelook/data/refs/heads/main/.schema.json",
"name": {
"en": "Dart",
"fa": "دارت"
},
"description": {
"en": "Dart Pub Mirrors\n\nPOSIX Shells:\nexport PUB_HOSTED_URL=\"https://pub.dev/\"\n\nCommand Prompt:\nset PUB_HOSTED_URL=https://pub.dev\n\nPowerShell:\n$env:PUB_HOSTED_URL=\"https://pub.dev/\"",
"fa": "آینههای پاب دارت\n\nشلهای پازیکس:\nexport PUB_HOSTED_URL=\"https://pub.dev/\"\n\nخط فرمان:\nset PUB_HOSTED_URL=https://pub.dev\n\nپاورشل:\n$env:PUB_HOSTED_URL=\"https://pub.dev/\""
},
"color": "#FF34A853",
"items": [
{
"name": {
"en": "Pub",
"fa": "پاب"
},
"url": "https://pub.dev/api/packages/http",
"shouldContain": "http",
"address": "https://pub.dev/"
},
{
"name": {
"en": "[China] Tsinghua University",
"fa": "[چین] دانشگاه تسینگهوا"
},
"url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/api/packages/http",
"shouldContain": "http",
"address": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
},
{
"name": {
"en": "[Iran] Myket",
"fa": "[ایران] مایکت"
},
"url": "https://pub.myket.ir/api/packages/http",
"shouldContain": "http",
"address": "https://pub.myket.ir/"
},
{
"name": {
"en": "[Iran] Hesabix (Myket Mirror)",
"fa": "[ایران] حسابیکس (آینهی مایکت)"
},
"url": "https://f.mirror.hesabix.ir/pub/api/packages/http",
"shouldContain": "http",
"address": "https://f.mirror.hesabix.ir/pub/"
}
]
}