Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1059
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 5, 2023
1 parent 67a9971 commit 7522ddf
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": 2482142,
"last": 25390770,
"latest": 25406872,
"error": true,
"packages": 2483355,
"last": 25417360,
"latest": 25419732,
"runs": {
"total": 1059,
"total": 1060,
"status": {
"init": 918,
"timeout": 79,
"killed": 61,
"killed": 62,
"restart": 1
}
},
"repos": {
"unsets": 986575,
"github": 1465619,
"gitlab": 5526,
"unsets": 987203,
"github": 1466193,
"gitlab": 5527,
"bitbucket": 1359,
"others": 23063
"others": 23073
},
"stats": {
"changes": 14353006,
"inserts": 3392270,
"updates": 9138855,
"deletes": 1502327,
"invalid": 319554,
"changes": 14370288,
"inserts": 3393657,
"updates": 9154146,
"deletes": 1502604,
"invalid": 319881,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 1,
"since": 25390765,
"index": 25390770,
"until": 25390766,
"started": "2023-08-04T12:05:13.400Z",
"finished": "2023-08-04T12:05:15.270Z",
"took_ms": 1870,
"found": 1
"status": "killed",
"limit": 28962,
"since": 25390770,
"index": 25417360,
"until": 25419732,
"started": "2023-08-05T00:14:17.275Z",
"finished": "2023-08-05T05:59:17.517Z",
"took_ms": 20700242,
"found": 17282
},
"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.1058",
"version": "2.0.1059",
"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 | 1495567 | 60.25%
Null repository | 986575 | 39.75%
**Total** | 2482142 | 100.00%
With repository | 1496152 | 60.25%
Null repository | 987203 | 39.75%
**Total** | 2483355 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1465619 | 59.05%
GitLab | 5526 | 0.22%
GitHub | 1466193 | 59.04%
GitLab | 5527 | 0.22%
Bitbucket | 1359 | 0.05%
Others | 23063 | 0.93%
**Total** | 1495567 | 60.25%
Others | 23073 | 0.93%
**Total** | 1496152 | 60.25%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 7522ddf

Please sign in to comment.