Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2040
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 13, 2024
1 parent e38c604 commit 56e7522
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
44 changes: 22 additions & 22 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3358836,
"last": 37210682,
"latest": 37210682,
"packages": 3359180,
"last": 37222801,
"latest": 37222801,
"runs": {
"total": 2040,
"total": 2041,
"status": {
"init": 1827,
"init": 1828,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1383330,
"github": 1940669,
"gitlab": 6248,
"unsets": 1383475,
"github": 1940859,
"gitlab": 6251,
"bitbucket": 1380,
"others": 27209
"others": 27215
},
"stats": {
"changes": 23857719,
"inserts": 4712933,
"updates": 16712584,
"deletes": 1972502,
"invalid": 459700,
"changes": 23867166,
"inserts": 4713431,
"updates": 16721176,
"deletes": 1972691,
"invalid": 459868,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 13964,
"since": 37196718,
"index": 37210682,
"until": 37210682,
"started": "2024-12-13T00:20:26.142Z",
"finished": "2024-12-13T02:09:29.457Z",
"took_ms": 6543315,
"found": 11860
"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
},
"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.2039",
"version": "2.0.2040",
"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
14 changes: 7 additions & 7 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 | 1975506 | 58.82%
Null repository | 1383330 | 41.18%
**Total** | 3358836 | 100.00%
With repository | 1975705 | 58.82%
Null repository | 1383475 | 41.18%
**Total** | 3359180 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1940669 | 57.78%
GitLab | 6248 | 0.19%
GitHub | 1940859 | 57.78%
GitLab | 6251 | 0.19%
Bitbucket | 1380 | 0.04%
Others | 27209 | 0.81%
**Total** | 1975506 | 58.82%
Others | 27215 | 0.81%
**Total** | 1975705 | 58.82%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 56e7522

Please sign in to comment.