Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1191
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 10, 2023
1 parent dde3bff commit 4b5fec4
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": 2540230,
"last": 26785143,
"latest": 26785143,
"packages": 2540872,
"last": 26800292,
"latest": 26800292,
"runs": {
"total": 1191,
"total": 1192,
"status": {
"init": 1010,
"init": 1011,
"timeout": 79,
"killed": 101,
"restart": 1
}
},
"repos": {
"unsets": 1016698,
"github": 1492761,
"unsets": 1017043,
"github": 1493053,
"gitlab": 5656,
"bitbucket": 1354,
"others": 23761
"others": 23766
},
"stats": {
"changes": 15289409,
"inserts": 3461837,
"updates": 9972044,
"deletes": 1518623,
"invalid": 336905,
"changes": 15301660,
"inserts": 3462555,
"updates": 9983346,
"deletes": 1518707,
"invalid": 337052,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 8575,
"since": 26776568,
"index": 26785143,
"until": 26785143,
"started": "2023-10-09T12:05:51.201Z",
"finished": "2023-10-09T15:27:54.518Z",
"took_ms": 12123317,
"found": 6980
"limit": 15149,
"since": 26785143,
"index": 26800292,
"until": 26800292,
"started": "2023-10-10T00:13:19.843Z",
"finished": "2023-10-10T04:29:27.374Z",
"took_ms": 15367531,
"found": 12251
},
"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.1190",
"version": "2.0.1191",
"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 | 1523532 | 59.98%
Null repository | 1016698 | 40.02%
**Total** | 2540230 | 100.00%
With repository | 1523829 | 59.97%
Null repository | 1017043 | 40.03%
**Total** | 2540872 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1492761 | 58.76%
GitHub | 1493053 | 58.76%
GitLab | 5656 | 0.22%
Bitbucket | 1354 | 0.05%
Others | 23761 | 0.94%
**Total** | 1523532 | 59.98%
Others | 23766 | 0.94%
**Total** | 1523829 | 59.97%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 4b5fec4

Please sign in to comment.