Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2041
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 14, 2024
1 parent 56e7522 commit 7253133
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
46 changes: 23 additions & 23 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3359180,
"last": 37222801,
"latest": 37222801,
"packages": 3359616,
"last": 37237763,
"latest": 37237763,
"runs": {
"total": 2041,
"total": 2042,
"status": {
"init": 1828,
"init": 1829,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1383475,
"github": 1940859,
"gitlab": 6251,
"bitbucket": 1380,
"others": 27215
"unsets": 1383719,
"github": 1941050,
"gitlab": 6252,
"bitbucket": 1379,
"others": 27216
},
"stats": {
"changes": 23867166,
"inserts": 4713431,
"updates": 16721176,
"deletes": 1972691,
"invalid": 459868,
"changes": 23878907,
"inserts": 4713943,
"updates": 16732098,
"deletes": 1972787,
"invalid": 460079,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 12119,
"since": 37210682,
"index": 37222801,
"until": 37222801,
"started": "2024-12-13T12:07:29.391Z",
"finished": "2024-12-13T13:34:05.070Z",
"took_ms": 5195679,
"found": 9447
"limit": 14962,
"since": 37222801,
"index": 37237763,
"until": 37237763,
"started": "2024-12-14T00:19:32.812Z",
"finished": "2024-12-14T02:07:35.487Z",
"took_ms": 6482675,
"found": 11741
},
"ignored": [
20012191,
Expand Down
4 changes: 2 additions & 2 deletions data/packages.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-the-package-repos",
"version": "2.0.2040",
"version": "2.0.2041",
"description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs",
"main": "data/packages.json",
"repository": "https://github.com/nice-registry/all-the-package-repos",
Expand Down
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ This package weighs in at about 100 MB.
<!-- stats -->
Packages | Count | Percentage
:------- | -----:| ----------:
With repository | 1975705 | 58.82%
Null repository | 1383475 | 41.18%
**Total** | 3359180 | 100.00%
With repository | 1975897 | 58.81%
Null repository | 1383719 | 41.19%
**Total** | 3359616 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1940859 | 57.78%
GitLab | 6251 | 0.19%
Bitbucket | 1380 | 0.04%
Others | 27215 | 0.81%
**Total** | 1975705 | 58.82%
GitHub | 1941050 | 57.78%
GitLab | 6252 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27216 | 0.81%
**Total** | 1975897 | 58.81%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 7253133

Please sign in to comment.