Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2048
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 17, 2024
1 parent e8d5b46 commit ef35f4e
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": 3361516,
"last": 37298643,
"latest": 37298642,
"packages": 3362025,
"last": 37313283,
"latest": 37313283,
"runs": {
"total": 2048,
"total": 2049,
"status": {
"init": 1835,
"init": 1836,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1384801,
"github": 1941852,
"unsets": 1385070,
"github": 1942088,
"gitlab": 6252,
"bitbucket": 1379,
"others": 27232
"others": 27236
},
"stats": {
"changes": 23917083,
"inserts": 4716223,
"updates": 16766884,
"deletes": 1973404,
"invalid": 460572,
"changes": 23926598,
"inserts": 4716810,
"updates": 16775488,
"deletes": 1973585,
"invalid": 460715,
"ignored": 5
},
"batch": {
"status": "init",
"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
"limit": 14640,
"since": 37298643,
"index": 37313283,
"until": 37313283,
"started": "2024-12-17T12:07:40.596Z",
"finished": "2024-12-17T13:39:18.740Z",
"took_ms": 5498144,
"found": 9515
},
"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.2047",
"version": "2.0.2048",
"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 | 1976715 | 58.80%
Null repository | 1384801 | 41.20%
**Total** | 3361516 | 100.00%
With repository | 1976955 | 58.80%
Null repository | 1385070 | 41.20%
**Total** | 3362025 | 100.00%

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

## Installation
Expand Down

0 comments on commit ef35f4e

Please sign in to comment.