Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2115
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2025
1 parent 98fcd29 commit e265be1
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": 3387115,
"last": 38084566,
"latest": 38084566,
"packages": 3387595,
"last": 38098389,
"latest": 38098389,
"runs": {
"total": 2115,
"total": 2116,
"status": {
"init": 1902,
"init": 1903,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1398995,
"github": 1953061,
"gitlab": 6263,
"unsets": 1399101,
"github": 1953428,
"gitlab": 6265,
"bitbucket": 1384,
"others": 27412
"others": 27417
},
"stats": {
"changes": 24412335,
"inserts": 4747521,
"updates": 17213506,
"deletes": 1982763,
"invalid": 468545,
"changes": 24421025,
"inserts": 4748112,
"updates": 17221244,
"deletes": 1982949,
"invalid": 468720,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 8072,
"since": 38076494,
"index": 38084566,
"until": 38084566,
"started": "2025-01-20T00:19:03.545Z",
"finished": "2025-01-20T00:46:47.943Z",
"took_ms": 1664398,
"found": 4286
"limit": 13823,
"since": 38084566,
"index": 38098389,
"until": 38098389,
"started": "2025-01-20T12:07:26.006Z",
"finished": "2025-01-20T13:06:36.343Z",
"took_ms": 3550337,
"found": 8690
},
"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.2114",
"version": "2.0.2115",
"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 | 1988120 | 58.70%
Null repository | 1398995 | 41.30%
**Total** | 3387115 | 100.00%
With repository | 1988494 | 58.70%
Null repository | 1399101 | 41.30%
**Total** | 3387595 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1953061 | 57.66%
GitLab | 6263 | 0.18%
GitHub | 1953428 | 57.66%
GitLab | 6265 | 0.18%
Bitbucket | 1384 | 0.04%
Others | 27412 | 0.81%
**Total** | 1988120 | 58.70%
Others | 27417 | 0.81%
**Total** | 1988494 | 58.70%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit e265be1

Please sign in to comment.