Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1963
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 5, 2024
1 parent e9f9166 commit c04e251
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": 3332745,
"last": 36248060,
"latest": 36248060,
"packages": 3333275,
"last": 36264717,
"latest": 36264717,
"runs": {
"total": 1963,
"total": 1964,
"status": {
"init": 1751,
"init": 1752,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1366413,
"github": 1931737,
"unsets": 1366731,
"github": 1931952,
"gitlab": 6209,
"bitbucket": 1379,
"others": 27007
"bitbucket": 1377,
"others": 27006
},
"stats": {
"changes": 23161608,
"inserts": 4674139,
"updates": 16083181,
"deletes": 1957137,
"invalid": 447151,
"changes": 23174039,
"inserts": 4674767,
"updates": 16094696,
"deletes": 1957249,
"invalid": 447327,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 10749,
"since": 36237311,
"index": 36248060,
"until": 36248060,
"started": "2024-11-04T12:07:42.805Z",
"finished": "2024-11-04T13:13:27.786Z",
"took_ms": 3944981,
"found": 7225
"limit": 16657,
"since": 36248060,
"index": 36264717,
"until": 36264717,
"started": "2024-11-05T00:18:21.787Z",
"finished": "2024-11-05T02:08:35.118Z",
"took_ms": 6613331,
"found": 12431
},
"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.1962",
"version": "2.0.1963",
"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 | 1966332 | 59.00%
Null repository | 1366413 | 41.00%
**Total** | 3332745 | 100.00%
With repository | 1966544 | 59.00%
Null repository | 1366731 | 41.00%
**Total** | 3333275 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1931737 | 57.96%
GitHub | 1931952 | 57.96%
GitLab | 6209 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27007 | 0.81%
**Total** | 1966332 | 59.00%
Bitbucket | 1377 | 0.04%
Others | 27006 | 0.81%
**Total** | 1966544 | 59.00%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit c04e251

Please sign in to comment.