Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1941
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 25, 2024
1 parent ca3463a commit e4eb80f
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": 3325034,
"last": 35984484,
"latest": 35984484,
"packages": 3325586,
"last": 36002177,
"latest": 36002177,
"runs": {
"total": 1941,
"total": 1942,
"status": {
"init": 1729,
"init": 1730,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1361597,
"github": 1928901,
"gitlab": 6202,
"unsets": 1361865,
"github": 1929184,
"gitlab": 6203,
"bitbucket": 1378,
"others": 26956
},
"stats": {
"changes": 22985828,
"inserts": 4663159,
"updates": 15925580,
"deletes": 1952895,
"invalid": 444194,
"changes": 22998404,
"inserts": 4663781,
"updates": 15937151,
"deletes": 1952995,
"invalid": 444477,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 15522,
"since": 35968962,
"index": 35984484,
"until": 35984484,
"started": "2024-10-24T12:07:27.656Z",
"finished": "2024-10-24T13:24:43.407Z",
"took_ms": 4635751,
"found": 10680
"limit": 17693,
"since": 35984484,
"index": 36002177,
"until": 36002177,
"started": "2024-10-25T00:18:52.343Z",
"finished": "2024-10-25T02:15:38.864Z",
"took_ms": 7006521,
"found": 12576
},
"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.1940",
"version": "2.0.1941",
"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 | 1963437 | 59.05%
Null repository | 1361597 | 40.95%
**Total** | 3325034 | 100.00%
With repository | 1963721 | 59.05%
Null repository | 1361865 | 40.95%
**Total** | 3325586 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1928901 | 58.01%
GitLab | 6202 | 0.19%
GitHub | 1929184 | 58.01%
GitLab | 6203 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 26956 | 0.81%
**Total** | 1963437 | 59.05%
**Total** | 1963721 | 59.05%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit e4eb80f

Please sign in to comment.