Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1108
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 29, 2023
1 parent d7c1f39 commit 35bad65
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": 2504055,
"last": 25914965,
"latest": 25914965,
"packages": 2504234,
"last": 25922492,
"latest": 25922492,
"runs": {
"total": 1108,
"total": 1109,
"status": {
"init": 954,
"init": 955,
"timeout": 79,
"killed": 74,
"restart": 1
}
},
"repos": {
"unsets": 997673,
"github": 1476136,
"unsets": 997689,
"github": 1476297,
"gitlab": 5603,
"bitbucket": 1362,
"others": 23281
"others": 23283
},
"stats": {
"changes": 14707859,
"inserts": 3418907,
"updates": 9454064,
"deletes": 1508970,
"invalid": 325918,
"changes": 14714598,
"inserts": 3419295,
"updates": 9460106,
"deletes": 1509200,
"invalid": 325997,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 5866,
"since": 25909099,
"index": 25914965,
"until": 25914965,
"started": "2023-08-29T00:13:18.971Z",
"finished": "2023-08-29T02:45:10.748Z",
"took_ms": 9111777,
"found": 5654
"limit": 7527,
"since": 25914965,
"index": 25922492,
"until": 25922492,
"started": "2023-08-29T12:05:13.889Z",
"finished": "2023-08-29T17:10:07.473Z",
"took_ms": 18293584,
"found": 6739
},
"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.1107",
"version": "2.0.1108",
"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 | 1506382 | 60.16%
Null repository | 997673 | 39.84%
**Total** | 2504055 | 100.00%
With repository | 1506545 | 60.16%
Null repository | 997689 | 39.84%
**Total** | 2504234 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1476136 | 58.95%
GitHub | 1476297 | 58.95%
GitLab | 5603 | 0.22%
Bitbucket | 1362 | 0.05%
Others | 23281 | 0.93%
**Total** | 1506382 | 60.16%
Others | 23283 | 0.93%
**Total** | 1506545 | 60.16%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 35bad65

Please sign in to comment.