Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1194
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 11, 2023
1 parent 47600da commit 3cd77f5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
50 changes: 25 additions & 25 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 2541106,
"last": 26807532,
"latest": 26825252,
"error": true,
"packages": 2541887,
"last": 26829441,
"latest": 26836417,
"runs": {
"total": 1194,
"total": 1195,
"status": {
"init": 1012,
"timeout": 79,
"killed": 102,
"killed": 103,
"restart": 1
}
},
"repos": {
"unsets": 1017177,
"github": 1493149,
"gitlab": 5657,
"bitbucket": 1354,
"others": 23769
"unsets": 1017524,
"github": 1493577,
"gitlab": 5660,
"bitbucket": 1353,
"others": 23773
},
"stats": {
"changes": 15306854,
"inserts": 3462845,
"updates": 9988104,
"deletes": 1518782,
"invalid": 337123,
"changes": 15322707,
"inserts": 3463799,
"updates": 10002469,
"deletes": 1518978,
"invalid": 337461,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 1,
"since": 26807531,
"index": 26807532,
"until": 26807532,
"started": "2023-10-11T00:13:49.826Z",
"finished": "2023-10-11T00:15:40.416Z",
"took_ms": 110590,
"found": 1
"status": "killed",
"limit": 28885,
"since": 26807532,
"index": 26829441,
"until": 26836417,
"started": "2023-10-11T12:05:50.351Z",
"finished": "2023-10-11T17:50:50.577Z",
"took_ms": 20700226,
"found": 15853
},
"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.1193",
"version": "2.0.1194",
"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 | 1523929 | 59.97%
Null repository | 1017177 | 40.03%
**Total** | 2541106 | 100.00%
With repository | 1524363 | 59.97%
Null repository | 1017524 | 40.03%
**Total** | 2541887 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1493149 | 58.76%
GitLab | 5657 | 0.22%
Bitbucket | 1354 | 0.05%
Others | 23769 | 0.94%
**Total** | 1523929 | 59.97%
GitHub | 1493577 | 58.76%
GitLab | 5660 | 0.22%
Bitbucket | 1353 | 0.05%
Others | 23773 | 0.94%
**Total** | 1524363 | 59.97%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 3cd77f5

Please sign in to comment.