Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2039
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 13, 2024
1 parent ca82c8a commit e38c604
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": 3358408,
"last": 37196718,
"latest": 37196718,
"packages": 3358836,
"last": 37210682,
"latest": 37210682,
"runs": {
"total": 2039,
"total": 2040,
"status": {
"init": 1826,
"init": 1827,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1383162,
"github": 1940410,
"unsets": 1383330,
"github": 1940669,
"gitlab": 6248,
"bitbucket": 1380,
"others": 27208
"others": 27209
},
"stats": {
"changes": 23845859,
"inserts": 4712409,
"updates": 16701501,
"deletes": 1972405,
"invalid": 459544,
"changes": 23857719,
"inserts": 4712933,
"updates": 16712584,
"deletes": 1972502,
"invalid": 459700,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 13099,
"since": 37183619,
"index": 37196718,
"until": 37196718,
"started": "2024-12-12T12:07:54.554Z",
"finished": "2024-12-12T13:45:23.622Z",
"took_ms": 5849068,
"found": 9723
"limit": 13964,
"since": 37196718,
"index": 37210682,
"until": 37210682,
"started": "2024-12-13T00:20:26.142Z",
"finished": "2024-12-13T02:09:29.457Z",
"took_ms": 6543315,
"found": 11860
},
"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.2038",
"version": "2.0.2039",
"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 | 1975246 | 58.81%
Null repository | 1383162 | 41.19%
**Total** | 3358408 | 100.00%
With repository | 1975506 | 58.82%
Null repository | 1383330 | 41.18%
**Total** | 3358836 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1940410 | 57.78%
GitHub | 1940669 | 57.78%
GitLab | 6248 | 0.19%
Bitbucket | 1380 | 0.04%
Others | 27208 | 0.81%
**Total** | 1975246 | 58.81%
Others | 27209 | 0.81%
**Total** | 1975506 | 58.82%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit e38c604

Please sign in to comment.