Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2110
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 18, 2025
1 parent 952a0da commit 101715e
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": 3385491,
"last": 38038640,
"latest": 38038640,
"packages": 3385963,
"last": 38054201,
"latest": 38054201,
"runs": {
"total": 2110,
"total": 2111,
"status": {
"init": 1897,
"init": 1898,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1398119,
"github": 1952326,
"unsets": 1398382,
"github": 1952531,
"gitlab": 6263,
"bitbucket": 1384,
"others": 27399
"others": 27403
},
"stats": {
"changes": 24385316,
"inserts": 4745599,
"updates": 17189199,
"deletes": 1982231,
"invalid": 468287,
"changes": 24396030,
"inserts": 4746133,
"updates": 17199156,
"deletes": 1982323,
"invalid": 468418,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 12958,
"since": 38025682,
"index": 38038640,
"until": 38038640,
"started": "2025-01-17T12:06:44.336Z",
"finished": "2025-01-17T13:31:14.702Z",
"took_ms": 5070366,
"found": 8955
"limit": 15561,
"since": 38038640,
"index": 38054201,
"until": 38054201,
"started": "2025-01-18T00:17:26.349Z",
"finished": "2025-01-18T01:24:14.013Z",
"took_ms": 4007664,
"found": 10714
},
"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.2109",
"version": "2.0.2110",
"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 | 1987372 | 58.70%
Null repository | 1398119 | 41.30%
**Total** | 3385491 | 100.00%
With repository | 1987581 | 58.70%
Null repository | 1398382 | 41.30%
**Total** | 3385963 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1952326 | 57.67%
GitHub | 1952531 | 57.67%
GitLab | 6263 | 0.18%
Bitbucket | 1384 | 0.04%
Others | 27399 | 0.81%
**Total** | 1987372 | 58.70%
Others | 27403 | 0.81%
**Total** | 1987581 | 58.70%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 101715e

Please sign in to comment.