Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1931
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 20, 2024
1 parent 3a02fe1 commit 53137fe
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
42 changes: 21 additions & 21 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3322470,
"last": 35849505,
"latest": 35849505,
"packages": 3321853,
"last": 35857226,
"latest": 35857226,
"runs": {
"total": 1931,
"total": 1932,
"status": {
"init": 1719,
"init": 1720,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1359141,
"github": 1928812,
"unsets": 1359216,
"github": 1928119,
"gitlab": 6198,
"bitbucket": 1377,
"others": 26942
"others": 26943
},
"stats": {
"changes": 22894335,
"inserts": 4658378,
"updates": 15842979,
"deletes": 1950315,
"invalid": 442663,
"changes": 22899128,
"inserts": 4658711,
"updates": 15846433,
"deletes": 1951301,
"invalid": 442683,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 8870,
"since": 35840635,
"index": 35849505,
"until": 35849505,
"started": "2024-10-19T12:06:42.269Z",
"finished": "2024-10-19T12:43:02.064Z",
"took_ms": 2179795,
"found": 5628
"limit": 7721,
"since": 35849505,
"index": 35857226,
"until": 35857226,
"started": "2024-10-20T00:20:16.956Z",
"finished": "2024-10-20T00:53:43.262Z",
"took_ms": 2006306,
"found": 4793
},
"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.1930",
"version": "2.0.1931",
"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
12 changes: 6 additions & 6 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 | 1963329 | 59.09%
Null repository | 1359141 | 40.91%
**Total** | 3322470 | 100.00%
With repository | 1962637 | 59.08%
Null repository | 1359216 | 40.92%
**Total** | 3321853 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1928812 | 58.05%
GitHub | 1928119 | 58.04%
GitLab | 6198 | 0.19%
Bitbucket | 1377 | 0.04%
Others | 26942 | 0.81%
**Total** | 1963329 | 59.09%
Others | 26943 | 0.81%
**Total** | 1962637 | 59.08%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 53137fe

Please sign in to comment.