Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2064
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 25, 2024
1 parent 22a1cad commit 2dff43c
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": 3367921,
"last": 37502923,
"latest": 37502922,
"packages": 3368218,
"last": 37512305,
"latest": 37512305,
"runs": {
"total": 2064,
"total": 2065,
"status": {
"init": 1851,
"init": 1852,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1388276,
"github": 1944734,
"unsets": 1388455,
"github": 1944851,
"gitlab": 6250,
"bitbucket": 1383,
"others": 27278
"others": 27279
},
"stats": {
"changes": 24044048,
"inserts": 4724020,
"updates": 16881837,
"deletes": 1975769,
"invalid": 462422,
"changes": 24049892,
"inserts": 4724407,
"updates": 16887039,
"deletes": 1975955,
"invalid": 462491,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 9416,
"since": 37493506,
"index": 37502923,
"until": 37502922,
"started": "2024-12-25T00:18:24.719Z",
"finished": "2024-12-25T01:14:48.747Z",
"took_ms": 3384028,
"found": 5334
"limit": 9382,
"since": 37502923,
"index": 37512305,
"until": 37512305,
"started": "2024-12-25T12:06:50.025Z",
"finished": "2024-12-25T12:59:18.796Z",
"took_ms": 3148771,
"found": 5844
},
"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.2063",
"version": "2.0.2064",
"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 | 1979645 | 58.78%
Null repository | 1388276 | 41.22%
**Total** | 3367921 | 100.00%
With repository | 1979763 | 58.78%
Null repository | 1388455 | 41.22%
**Total** | 3368218 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1944734 | 57.74%
GitHub | 1944851 | 57.74%
GitLab | 6250 | 0.19%
Bitbucket | 1383 | 0.04%
Others | 27278 | 0.81%
**Total** | 1979645 | 58.78%
Others | 27279 | 0.81%
**Total** | 1979763 | 58.78%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 2dff43c

Please sign in to comment.