Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1994
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 20, 2024
1 parent 0dbba52 commit 3712bd0
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
44 changes: 22 additions & 22 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3343648,
"last": 36660361,
"latest": 36660361,
"packages": 3344108,
"last": 36672690,
"latest": 36672690,
"runs": {
"total": 1994,
"total": 1995,
"status": {
"init": 1782,
"init": 1783,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1373306,
"github": 1935668,
"gitlab": 6227,
"unsets": 1373615,
"github": 1935809,
"gitlab": 6228,
"bitbucket": 1379,
"others": 27068
"others": 27077
},
"stats": {
"changes": 23453373,
"inserts": 4689555,
"updates": 16349622,
"deletes": 1962844,
"invalid": 451352,
"changes": 23462202,
"inserts": 4690081,
"updates": 16357495,
"deletes": 1962955,
"invalid": 451671,
"ignored": 5
},
"batch": {
"status": "init",
"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
"limit": 12329,
"since": 36660361,
"index": 36672690,
"until": 36672690,
"started": "2024-11-20T12:07:40.387Z",
"finished": "2024-11-20T13:44:05.726Z",
"took_ms": 5785339,
"found": 8829
},
"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.1993",
"version": "2.0.1994",
"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 | 1970342 | 58.93%
Null repository | 1373306 | 41.07%
**Total** | 3343648 | 100.00%
With repository | 1970493 | 58.92%
Null repository | 1373615 | 41.08%
**Total** | 3344108 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1935668 | 57.89%
GitLab | 6227 | 0.19%
GitHub | 1935809 | 57.89%
GitLab | 6228 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27068 | 0.81%
**Total** | 1970342 | 58.93%
Others | 27077 | 0.81%
**Total** | 1970493 | 58.92%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 3712bd0

Please sign in to comment.