-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.45 KB
/
index.html
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
<!DOCTYPE html>
<head>
<title>Fedora Node.js Package Lists</title>
</head>
<body>
<h1>Fedora Node.js Package Lists</h1>
<table border="1">
<thead>
<tr>
<td></td>
<td><strong>npm name only</strong></td>
<td><strong>npm and RPM name</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>All modules, including those under review</td>
<td><a href="all.txt">all.txt</a></td>
<td><a href="all-rpm.txt">all-rpm.txt</a></td>
</tr>
<tr>
<td>All modules in the distribution</td>
<td><a href="modules.txt">modules.txt</a></td>
<td><a href="modules-rpm.txt">modules-rpm.txt</a></td>
</tr>
<tr>
<td>Pure JS modules</td>
<td><a href="purejs.txt">purejs.txt</a></td>
<td><a href="purejs-rpm.txt">purejs-rpm.txt</a></td>
</tr>
<tr>
<td>Native modules</td>
<td><a href="native.txt">native.txt</a></td>
<td><a href="native-rpm.txt">native-rpm.txt</a></td>
</tr>
<tr>
<td>Under Review</td>
<td><a href="reviews.txt">reviews.txt</a></td>
<td><a href="reviews-rpm.txt">reviews-rpm.txt</a></td>
</tr>
</tbody>
</table>
<p><a href="counts.txt">package counts</a></p>
<p><a href="https://github.com/tchollingsworth/nodepkgs">the code that generates this</a></p>
</body>
</html>