-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnologies.json
171 lines (171 loc) · 12.5 KB
/
technologies.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"urls": {
"http://10.129.125.29/": {
"status": 200
}
},
"technologies": [
{
"slug": "google-maps",
"name": "Google Maps",
"description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360┬░ interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.",
"confidence": 100,
"version": null,
"icon": "Google Maps.svg",
"website": "http://maps.google.com",
"cpe": null,
"categories": [
{
"id": 35,
"slug": "maps",
"name": "Maps"
}
],
"rootPath": true
},
{
"slug": "ubuntu",
"name": "Ubuntu",
"description": "Ubuntu is a free and open-source operating system on Linux for the enterprise server, desktop, cloud, and IoT.",
"confidence": 100,
"version": null,
"icon": "Ubuntu.svg",
"website": "http://www.ubuntu.com/server",
"cpe": "cpe:2.3:o:canonical:ubuntu_linux:*:*:*:*:*:*:*:*",
"categories": [
{
"id": 28,
"slug": "operating-systems",
"name": "Operating systems"
}
],
"rootPath": true
},
{
"slug": "bootstrap",
"name": "Bootstrap",
"description": "Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.",
"confidence": 100,
"version": "4.3.1",
"icon": "Bootstrap.svg",
"website": "https://getbootstrap.com",
"cpe": "cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:*",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
],
"rootPath": true
},
{
"slug": "apache-http-server",
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"confidence": 100,
"version": "2.4.41",
"icon": "Apache.svg",
"website": "https://httpd.apache.org/",
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*",
"categories": [
{
"id": 22,
"slug": "web-servers",
"name": "Web servers"
}
],
"rootPath": true
},
{
"slug": "slick",
"name": "Slick",
"description": null,
"confidence": 100,
"version": null,
"icon": "Slick.svg",
"website": "https://kenwheeler.github.io/slick",
"cpe": null,
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"rootPath": true
},
{
"slug": "modernizr",
"name": "Modernizr",
"description": "Modernizr is a JavaScript library that detects the features available in a user's browser.",
"confidence": 100,
"version": null,
"icon": "Modernizr.svg",
"website": "https://modernizr.com",
"cpe": null,
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"rootPath": true
},
{
"slug": "jquery",
"name": "jQuery",
"description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.",
"confidence": 100,
"version": "1.12.4",
"icon": "jQuery.svg",
"website": "https://jquery.com",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"rootPath": true
},
{
"slug": "isotope",
"name": "Isotope",
"description": "Isotope.js is a JavaScript library that makes it easy to sort, filter, and add Masonry layouts to items on a webpage.",
"confidence": 100,
"version": null,
"icon": "Isotope.svg",
"website": "https://isotope.metafizzy.co",
"cpe": null,
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"rootPath": true
},
{
"slug": "popper",
"name": "Popper",
"description": "Popper is a positioning engine, its purpose is to calculate the position of an element to make it possible to position it near a given reference element.",
"confidence": 100,
"version": null,
"icon": "Popper.svg",
"website": "https://popper.js.org",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"rootPath": true
}
]
}