Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1947
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2024
1 parent f56a72a commit d98f82f
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": 3327407,
"last": 36051857,
"latest": 36051856,
"packages": 3327737,
"last": 36059501,
"latest": 36059501,
"runs": {
"total": 1947,
"total": 1948,
"status": {
"init": 1735,
"init": 1736,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1362990,
"github": 1929869,
"gitlab": 6203,
"unsets": 1363185,
"github": 1930005,
"gitlab": 6204,
"bitbucket": 1378,
"others": 26967
"others": 26965
},
"stats": {
"changes": 23030037,
"inserts": 4665948,
"updates": 15965577,
"deletes": 1953518,
"invalid": 444994,
"changes": 23034160,
"inserts": 4666392,
"updates": 15969041,
"deletes": 1953690,
"invalid": 445037,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 7057,
"since": 36044799,
"index": 36051857,
"until": 36051856,
"started": "2024-10-27T12:06:43.959Z",
"finished": "2024-10-27T12:36:02.588Z",
"took_ms": 1758629,
"found": 4375
"limit": 7644,
"since": 36051857,
"index": 36059501,
"until": 36059501,
"started": "2024-10-28T00:19:57.934Z",
"finished": "2024-10-28T00:51:34.285Z",
"took_ms": 1896351,
"found": 4123
},
"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.1946",
"version": "2.0.1947",
"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 | 1964417 | 59.04%
Null repository | 1362990 | 40.96%
**Total** | 3327407 | 100.00%
With repository | 1964552 | 59.04%
Null repository | 1363185 | 40.96%
**Total** | 3327737 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1929869 | 58.00%
GitLab | 6203 | 0.19%
GitHub | 1930005 | 58.00%
GitLab | 6204 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 26967 | 0.81%
**Total** | 1964417 | 59.04%
Others | 26965 | 0.81%
**Total** | 1964552 | 59.04%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit d98f82f

Please sign in to comment.