Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1965
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2024
1 parent bd989fc commit 3be7256
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
46 changes: 23 additions & 23 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3333656,
"last": 36277835,
"latest": 36277835,
"packages": 3334212,
"last": 36296113,
"latest": 36296113,
"runs": {
"total": 1965,
"total": 1966,
"status": {
"init": 1753,
"init": 1754,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1366968,
"github": 1932092,
"gitlab": 6212,
"bitbucket": 1377,
"others": 27007
"unsets": 1367296,
"github": 1932323,
"gitlab": 6213,
"bitbucket": 1378,
"others": 27002
},
"stats": {
"changes": 23183402,
"inserts": 4675262,
"updates": 16103202,
"deletes": 1957431,
"invalid": 447507,
"changes": 23197028,
"inserts": 4675907,
"updates": 16115925,
"deletes": 1957539,
"invalid": 447657,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 13118,
"since": 36264717,
"index": 36277835,
"until": 36277835,
"started": "2024-11-05T12:07:34.919Z",
"finished": "2024-11-05T13:15:57.066Z",
"took_ms": 4102147,
"found": 9363
"limit": 18278,
"since": 36277835,
"index": 36296113,
"until": 36296113,
"started": "2024-11-06T00:18:05.036Z",
"finished": "2024-11-06T02:27:53.886Z",
"took_ms": 7788850,
"found": 13626
},
"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.1964",
"version": "2.0.1965",
"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
16 changes: 8 additions & 8 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 | 1966688 | 58.99%
Null repository | 1366968 | 41.01%
**Total** | 3333656 | 100.00%
With repository | 1966916 | 58.99%
Null repository | 1367296 | 41.01%
**Total** | 3334212 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1932092 | 57.96%
GitLab | 6212 | 0.19%
Bitbucket | 1377 | 0.04%
Others | 27007 | 0.81%
**Total** | 1966688 | 58.99%
GitHub | 1932323 | 57.95%
GitLab | 6213 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 27002 | 0.81%
**Total** | 1966916 | 58.99%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 3be7256

Please sign in to comment.