Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1883
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 26, 2024
1 parent a294fa3 commit 0ce7a19
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": 3305006,
"last": 35227857,
"latest": 35227857,
"packages": 3305488,
"last": 35244727,
"latest": 35244726,
"runs": {
"total": 1883,
"total": 1884,
"status": {
"init": 1672,
"init": 1673,
"timeout": 83,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1348465,
"github": 1922097,
"gitlab": 6166,
"unsets": 1348731,
"github": 1922311,
"gitlab": 6167,
"bitbucket": 1377,
"others": 26901
"others": 26902
},
"stats": {
"changes": 22457333,
"inserts": 4634866,
"updates": 15444741,
"deletes": 1942625,
"invalid": 435101,
"changes": 22471452,
"inserts": 4635455,
"updates": 15457974,
"deletes": 1942742,
"invalid": 435281,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 15982,
"since": 35211875,
"index": 35227857,
"until": 35227857,
"started": "2024-09-25T12:07:36.087Z",
"finished": "2024-09-25T13:58:52.579Z",
"took_ms": 6676492,
"found": 13493
"limit": 16869,
"since": 35227857,
"index": 35244727,
"until": 35244726,
"started": "2024-09-26T00:18:01.052Z",
"finished": "2024-09-26T02:42:31.170Z",
"took_ms": 8670118,
"found": 14119
},
"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.1882",
"version": "2.0.1883",
"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 | 1956541 | 59.20%
Null repository | 1348465 | 40.80%
**Total** | 3305006 | 100.00%
With repository | 1956757 | 59.20%
Null repository | 1348731 | 40.80%
**Total** | 3305488 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1922097 | 58.16%
GitLab | 6166 | 0.19%
GitHub | 1922311 | 58.16%
GitLab | 6167 | 0.19%
Bitbucket | 1377 | 0.04%
Others | 26901 | 0.81%
**Total** | 1956541 | 59.20%
Others | 26902 | 0.81%
**Total** | 1956757 | 59.20%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 0ce7a19

Please sign in to comment.