all-the-package-repos 2.0.2617 → 2.0.2619
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/metadata.json +28 -22
- package/data/packages.json +1640 -158
- package/package.json +1 -1
- package/readme.md +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "all-the-package-repos",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2619",
|
|
4
4
|
"description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs",
|
|
5
5
|
"main": "data/packages.json",
|
|
6
6
|
"repository": "https://github.com/nice-registry/all-the-package-repos",
|
package/readme.md
CHANGED
|
@@ -11,17 +11,17 @@ This package weighs in at about 200 MB.
|
|
|
11
11
|
<!-- stats -->
|
|
12
12
|
Packages | Count | Percentage
|
|
13
13
|
:------- | -----:| ----------:
|
|
14
|
-
With repository |
|
|
15
|
-
Null repository |
|
|
16
|
-
**Total** |
|
|
14
|
+
With repository | 2240650 | 60.21%
|
|
15
|
+
Null repository | 1480966 | 39.79%
|
|
16
|
+
**Total** | 3721616 | 100.00%
|
|
17
17
|
|
|
18
18
|
Providers | Count | Percentage
|
|
19
19
|
:-------- | -----:| ----------:
|
|
20
|
-
GitHub |
|
|
20
|
+
GitHub | 2202767 | 59.19%
|
|
21
21
|
GitLab | 6618 | 0.18%
|
|
22
22
|
Bitbucket | 1334 | 0.04%
|
|
23
|
-
Others |
|
|
24
|
-
**Total** |
|
|
23
|
+
Others | 29931 | 0.80%
|
|
24
|
+
**Total** | 2240650 | 60.21%
|
|
25
25
|
<!-- /stats -->
|
|
26
26
|
|
|
27
27
|
## Installation
|