Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2047
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 17, 2024
1 parent 663dd33 commit e8d5b46
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": 3361021,
"last": 37279101,
"latest": 37279101,
"packages": 3361516,
"last": 37298643,
"latest": 37298642,
"runs": {
"total": 2047,
"total": 2048,
"status": {
"init": 1834,
"init": 1835,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1384552,
"github": 1941609,
"unsets": 1384801,
"github": 1941852,
"gitlab": 6252,
"bitbucket": 1379,
"others": 27229
"others": 27232
},
"stats": {
"changes": 23903795,
"inserts": 4715627,
"updates": 16754499,
"deletes": 1973264,
"invalid": 460405,
"changes": 23917083,
"inserts": 4716223,
"updates": 16766884,
"deletes": 1973404,
"invalid": 460572,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 13660,
"since": 37265441,
"index": 37279101,
"until": 37279101,
"started": "2024-12-16T12:07:51.368Z",
"finished": "2024-12-16T13:36:57.150Z",
"took_ms": 5345782,
"found": 9503
"limit": 19541,
"since": 37279101,
"index": 37298643,
"until": 37298642,
"started": "2024-12-17T00:20:06.076Z",
"finished": "2024-12-17T02:12:46.456Z",
"took_ms": 6760380,
"found": 13288
},
"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.2046",
"version": "2.0.2047",
"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 | 1976469 | 58.81%
Null repository | 1384552 | 41.19%
**Total** | 3361021 | 100.00%
With repository | 1976715 | 58.80%
Null repository | 1384801 | 41.20%
**Total** | 3361516 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1941609 | 57.77%
GitHub | 1941852 | 57.77%
GitLab | 6252 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27229 | 0.81%
**Total** | 1976469 | 58.81%
Others | 27232 | 0.81%
**Total** | 1976715 | 58.80%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit e8d5b46

Please sign in to comment.