Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1993
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 20, 2024
1 parent 58fb353 commit 0dbba52
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": 3343195,
"last": 36642016,
"latest": 36642016,
"packages": 3343648,
"last": 36660361,
"latest": 36660361,
"runs": {
"total": 1993,
"total": 1994,
"status": {
"init": 1781,
"init": 1782,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1373091,
"github": 1935433,
"gitlab": 6224,
"unsets": 1373306,
"github": 1935668,
"gitlab": 6227,
"bitbucket": 1379,
"others": 27068
},
"stats": {
"changes": 23441190,
"inserts": 4689002,
"updates": 16338362,
"deletes": 1962720,
"invalid": 451106,
"changes": 23453373,
"inserts": 4689555,
"updates": 16349622,
"deletes": 1962844,
"invalid": 451352,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 16483,
"since": 36625533,
"index": 36642016,
"until": 36642016,
"started": "2024-11-19T12:07:34.694Z",
"finished": "2024-11-19T13:28:09.552Z",
"took_ms": 4834858,
"found": 10699
"limit": 18345,
"since": 36642016,
"index": 36660361,
"until": 36660361,
"started": "2024-11-20T00:19:17.105Z",
"finished": "2024-11-20T02:19:49.632Z",
"took_ms": 7232527,
"found": 12183
},
"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.1992",
"version": "2.0.1993",
"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 | 1970104 | 58.93%
Null repository | 1373091 | 41.07%
**Total** | 3343195 | 100.00%
With repository | 1970342 | 58.93%
Null repository | 1373306 | 41.07%
**Total** | 3343648 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1935433 | 57.89%
GitLab | 6224 | 0.19%
GitHub | 1935668 | 57.89%
GitLab | 6227 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27068 | 0.81%
**Total** | 1970104 | 58.93%
**Total** | 1970342 | 58.93%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 0dbba52

Please sign in to comment.