forked from Ericsson/codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vendor_projects.json
115 lines (115 loc) · 3.03 KB
/
vendor_projects.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[
{
"name":"thrift",
"directory":"vendor/thrift",
"version":"0.9.2",
"description":"thrift is required to generate api modules, and thrift.js required for the web viewer client",
"homepage":"https://thrift.apache.org/",
"repository":{
"type":"git",
"git_tag":"0.9.2",
"url":"https://github.com/apache/thrift.git"
}
},
{
"name":"codemirror",
"directory":"vendor/codemirror",
"version":"5.25.0",
"description":"codemirror",
"homepage":"https://codemirror.net/",
"repository":{
"type":"git",
"git_tag":"5.25.0",
"url":"https://github.com/codemirror/CodeMirror.git"
}
},
{
"name":"codemirror-dist",
"directory":"vendor/codemirror/dist",
"version":"5.25.0",
"description":"codemirror",
"homepage":"https://codemirror.net/",
"source_package":{
"download_cmd":"curl",
"url":"https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.0/codemirror.min.js",
"option":"-o",
"name":"codemirror.min.js"
}
},
{
"name":"jsplumb",
"directory":"vendor/jsplumb",
"version":"2.2.0",
"description":"jsplumb",
"homepage":"https://jsplumbtoolkit.com/",
"repository":{
"type":"git",
"git_tag":"2.2.0",
"url":"https://github.com/sporritt/jsPlumb.git"
}
},
{
"name":"jquery",
"directory":"vendor/jquery",
"version":"3.1.1",
"description":"jquery",
"homepage":"https://jquery.com/",
"source_package":{
"download_cmd":"curl",
"url":"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js",
"option":"-o",
"name":"jquery-3.1.1-min.js"
}
},
{
"name":"marked",
"directory":"vendor/marked",
"version":"0.3.3",
"description":"marked",
"homepage":"https://github.com/chjj/marked",
"repository":{
"type":"git",
"git_tag":"v0.3.3",
"url":"https://github.com/chjj/marked.git"
}
},
{
"name":"dojotoolkit",
"directory":"vendor/dojotoolkit",
"version":"1.10.4",
"description":"dojo",
"homepage":"http://dojotoolkit.org/",
"source_package":{
"download_cmd":"curl",
"url":"https://download.dojotoolkit.org/release-1.10.4/dojo-release-1.10.4.tar.gz",
"option":"-o",
"name":"dojo-release-1.10.4.tar.gz"
}
},
{
"name":"highlightjs",
"directory":"vendor/highlightjs",
"version":"9.0.0",
"description":"highlightjs",
"homepage":"https://highlightjs.org/",
"source_package":{
"download_cmd":"curl",
"url":"http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/highlight.min.js",
"option":"-o",
"name":"highlight.min.js"
}
},
{
"name":"highlightjs_css",
"directory":"vendor/highlightjs/css",
"version":"9.0.0",
"description":"highlightjs_css",
"homepage":"https://highlightjs.org/",
"source_package":{
"download_cmd":"curl",
"url":"http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/styles/xcode.min.css",
"option":"-o",
"name":"xcode.min.css"
}
}
]