-
Notifications
You must be signed in to change notification settings - Fork 13
/
Source.json
87 lines (87 loc) · 2.88 KB
/
Source.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"version": 1,
"items": [
{
"id": "cocoapod",
"name": "Cocoapods",
"description": "CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.",
"homepage": "https://cocoapods.org/",
"image": "https://pbs.twimg.com/profile_images/378800000632309165/e1cbdef9d4b11484049a033886578e54_400x400.png",
"locations": [
"~/Library/Caches/CocoaPods"
]
},
{
"id": "carthage",
"name": "Carthage",
"description": "A simple, decentralized dependency manager for Cocoa",
"homepage": "https://github.com/Carthage/Carthage",
"locations": [
"~/Library/Caches/org.carthage.CarthageKit"
]
},
{
"id": "homebrew",
"name": "Homebrew",
"description": "The missing package manager for macOS",
"homepage": "https://brew.sh/",
"image": "https://brew.sh/img/homebrew-256x256.png",
"locations": [
"~/Library/Caches/Homebrew",
"~/Library/Logs/Homebrew/"
]
},
{
"id": "npm",
"name": "npm",
"description": "npm is the package manager for JavaScript and the world’s largest software registry.",
"homepage": "https://www.npmjs.com/",
"image": "https://pbs.twimg.com/profile_images/765333670366355456/q5ACQ8i3_400x400.jpg",
"locations": [
"~/.npm"
]
},
{
"id": "xcode-derived",
"name": "Xcode Derived Data",
"description": "Place where Xcode stores all kinds of intermediate build results, generated indexes etc",
"image": "https://pbs.twimg.com/profile_images/925502788032798721/qbxHDQKt_400x400.jpg",
"locations": [
"~/Library/Developer/Xcode/DerivedData"
]
},
{
"id": "yarn",
"name": "Yarn",
"homepage": "https://yarnpkg.com/lang/en/",
"image": "https://raw.githubusercontent.com/yarnpkg/assets/master/yarn-kitten-full.png",
"description": "Fast, Reliable, and Secure dependency management.",
"locations": [
"~/Library/Caches/Yarn"
]
},
{
"id": "chrome",
"name": "Google Chrome",
"description": "One fast, simple, and secure browser for all your devices.",
"homepage": "https://www.google.com/chrome/",
"image": "https://www.google.com/chrome/static/images/chrome-logo.svg",
"locations": [
"~/Library/Caches/Google/Chrome",
"~/Library/Application Support/Google/Chrome",
"~/Library/Caches/com.google.Chrome"
]
},
{
"id": "firefox",
"name": "Mozilla Firefox",
"description": "Firefox is a free and open-source web browser.",
"homepage": "https://www.mozilla.org",
"image": "https://www.mozilla.org/media/img/logos/firefox/logo-quantum-wordmark-white-high-res.3ccf0070280e.png",
"locations": [
"~/Library/Caches/Firefox",
"~/Library/Caches/org.mozilla.firefox"
]
}
]
}