Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2030
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 8, 2024
1 parent e622d41 commit ee0ee23
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": 3354665,
"last": 37088170,
"latest": 37088170,
"packages": 3354937,
"last": 37094951,
"latest": 37094951,
"runs": {
"total": 2030,
"total": 2031,
"status": {
"init": 1817,
"init": 1818,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1381111,
"github": 1938739,
"unsets": 1381262,
"github": 1938858,
"gitlab": 6243,
"bitbucket": 1380,
"others": 27192
"others": 27194
},
"stats": {
"changes": 23761196,
"inserts": 4707703,
"updates": 16624594,
"deletes": 1971162,
"invalid": 457737,
"changes": 23765239,
"inserts": 4708023,
"updates": 16628140,
"deletes": 1971255,
"invalid": 457821,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 6563,
"since": 37081607,
"index": 37088170,
"until": 37088170,
"started": "2024-12-08T00:22:09.867Z",
"finished": "2024-12-08T00:50:55.513Z",
"took_ms": 1725646,
"found": 3409
"limit": 6781,
"since": 37088170,
"index": 37094951,
"until": 37094951,
"started": "2024-12-08T12:07:06.341Z",
"finished": "2024-12-08T13:03:57.665Z",
"took_ms": 3411324,
"found": 4043
},
"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.2029",
"version": "2.0.2030",
"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 | 1973554 | 58.83%
Null repository | 1381111 | 41.17%
**Total** | 3354665 | 100.00%
With repository | 1973675 | 58.83%
Null repository | 1381262 | 41.17%
**Total** | 3354937 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1938739 | 57.79%
GitHub | 1938858 | 57.79%
GitLab | 6243 | 0.19%
Bitbucket | 1380 | 0.04%
Others | 27192 | 0.81%
**Total** | 1973554 | 58.83%
Others | 27194 | 0.81%
**Total** | 1973675 | 58.83%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit ee0ee23

Please sign in to comment.