Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2087
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 6, 2025
1 parent 96666d3 commit 22e5085
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": 3375265,
"last": 37717818,
"latest": 37717818,
"packages": 3375553,
"last": 37726047,
"latest": 37726047,
"runs": {
"total": 2087,
"total": 2088,
"status": {
"init": 1874,
"init": 1875,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1392263,
"github": 1948049,
"unsets": 1392444,
"github": 1948155,
"gitlab": 6259,
"bitbucket": 1383,
"others": 27311
"others": 27312
},
"stats": {
"changes": 24170051,
"inserts": 4733038,
"updates": 16994078,
"deletes": 1978814,
"invalid": 464121,
"changes": 24174207,
"inserts": 4733404,
"updates": 16997694,
"deletes": 1978953,
"invalid": 464156,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 5490,
"since": 37712328,
"index": 37717818,
"until": 37717818,
"started": "2025-01-05T12:06:35.475Z",
"finished": "2025-01-05T12:37:43.479Z",
"took_ms": 1868004,
"found": 3226
"limit": 8229,
"since": 37717818,
"index": 37726047,
"until": 37726047,
"started": "2025-01-06T00:19:44.072Z",
"finished": "2025-01-06T01:00:28.810Z",
"took_ms": 2444738,
"found": 4156
},
"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.2086",
"version": "2.0.2087",
"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 | 1983002 | 58.75%
Null repository | 1392263 | 41.25%
**Total** | 3375265 | 100.00%
With repository | 1983109 | 58.75%
Null repository | 1392444 | 41.25%
**Total** | 3375553 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1948049 | 57.72%
GitHub | 1948155 | 57.71%
GitLab | 6259 | 0.19%
Bitbucket | 1383 | 0.04%
Others | 27311 | 0.81%
**Total** | 1983002 | 58.75%
Others | 27312 | 0.81%
**Total** | 1983109 | 58.75%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 22e5085

Please sign in to comment.