Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2092
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 8, 2025
1 parent a7ca21f commit 0c6f63e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
44 changes: 22 additions & 22 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3377352,
"last": 37786567,
"latest": 37786567,
"packages": 3377764,
"last": 37800879,
"latest": 37800879,
"runs": {
"total": 2092,
"total": 2093,
"status": {
"init": 1879,
"init": 1880,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1393357,
"github": 1949030,
"unsets": 1393566,
"github": 1949225,
"gitlab": 6260,
"bitbucket": 1383,
"others": 27322
"bitbucket": 1384,
"others": 27329
},
"stats": {
"changes": 24214939,
"inserts": 4735582,
"updates": 17034945,
"deletes": 1979522,
"invalid": 464890,
"changes": 24225017,
"inserts": 4736146,
"updates": 17043974,
"deletes": 1979751,
"invalid": 465146,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 15719,
"since": 37770848,
"index": 37786567,
"until": 37786567,
"started": "2025-01-08T00:18:43.246Z",
"finished": "2025-01-08T02:14:37.850Z",
"took_ms": 6954604,
"found": 11233
"limit": 14312,
"since": 37786567,
"index": 37800879,
"until": 37800879,
"started": "2025-01-08T12:07:32.024Z",
"finished": "2025-01-08T13:57:07.178Z",
"took_ms": 6575154,
"found": 10078
},
"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.2091",
"version": "2.0.2092",
"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
14 changes: 7 additions & 7 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 | 1983995 | 58.74%
Null repository | 1393357 | 41.26%
**Total** | 3377352 | 100.00%
With repository | 1984198 | 58.74%
Null repository | 1393566 | 41.26%
**Total** | 3377764 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1949030 | 57.71%
GitHub | 1949225 | 57.71%
GitLab | 6260 | 0.19%
Bitbucket | 1383 | 0.04%
Others | 27322 | 0.81%
**Total** | 1983995 | 58.74%
Bitbucket | 1384 | 0.04%
Others | 27329 | 0.81%
**Total** | 1984198 | 58.74%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 0c6f63e

Please sign in to comment.