Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1071
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 11, 2023
1 parent ee6cf88 commit 797ad01
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
48 changes: 24 additions & 24 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 2487357,
"last": 25512595,
"latest": 25532436,
"error": true,
"packages": 2488291,
"last": 25540058,
"latest": 25545680,
"runs": {
"total": 1071,
"total": 1072,
"status": {
"init": 926,
"timeout": 79,
"killed": 65,
"killed": 66,
"restart": 1
}
},
"repos": {
"unsets": 989372,
"github": 1467947,
"gitlab": 5540,
"unsets": 989903,
"github": 1468328,
"gitlab": 5539,
"bitbucket": 1360,
"others": 23138
"others": 23161
},
"stats": {
"changes": 14430070,
"inserts": 3398506,
"updates": 9206609,
"deletes": 1503849,
"invalid": 321106,
"changes": 14447562,
"inserts": 3399814,
"updates": 9222061,
"deletes": 1504278,
"invalid": 321409,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 1,
"since": 25512593,
"index": 25512595,
"until": 25512594,
"started": "2023-08-10T12:05:36.241Z",
"finished": "2023-08-10T12:08:37.401Z",
"took_ms": 181160,
"found": 1
"status": "killed",
"limit": 33085,
"since": 25512595,
"index": 25540058,
"until": 25545680,
"started": "2023-08-11T00:12:36.004Z",
"finished": "2023-08-11T05:57:39.373Z",
"took_ms": 20703369,
"found": 17492
},
"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.1070",
"version": "2.0.1071",
"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 | 1497985 | 60.22%
Null repository | 989372 | 39.78%
**Total** | 2487357 | 100.00%
With repository | 1498388 | 60.22%
Null repository | 989903 | 39.78%
**Total** | 2488291 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1467947 | 59.02%
GitLab | 5540 | 0.22%
GitHub | 1468328 | 59.01%
GitLab | 5539 | 0.22%
Bitbucket | 1360 | 0.05%
Others | 23138 | 0.93%
**Total** | 1497985 | 60.22%
Others | 23161 | 0.93%
**Total** | 1498388 | 60.22%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 797ad01

Please sign in to comment.