Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1950
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 29, 2024
1 parent 2a53f07 commit b1cd06a
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": 3328706,
"last": 36090643,
"latest": 36090643,
"packages": 3327751,
"last": 36105677,
"latest": 36105677,
"runs": {
"total": 1950,
"total": 1951,
"status": {
"init": 1738,
"init": 1739,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1363721,
"github": 1930431,
"gitlab": 6202,
"unsets": 1363960,
"github": 1929231,
"gitlab": 6204,
"bitbucket": 1378,
"others": 26974
"others": 26978
},
"stats": {
"changes": 23054226,
"inserts": 4667532,
"updates": 15987279,
"deletes": 1953952,
"invalid": 445463,
"changes": 23065149,
"inserts": 4668090,
"updates": 15995897,
"deletes": 1955499,
"invalid": 445663,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 17485,
"since": 36073158,
"index": 36090643,
"until": 36090643,
"started": "2024-10-29T00:18:54.299Z",
"finished": "2024-10-29T01:58:25.031Z",
"took_ms": 5970732,
"found": 11702
"limit": 15034,
"since": 36090643,
"index": 36105677,
"until": 36105677,
"started": "2024-10-29T12:07:34.985Z",
"finished": "2024-10-29T13:18:07.893Z",
"took_ms": 4232908,
"found": 10923
},
"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.1949",
"version": "2.0.1950",
"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 | 1964985 | 59.03%
Null repository | 1363721 | 40.97%
**Total** | 3328706 | 100.00%
With repository | 1963791 | 59.01%
Null repository | 1363960 | 40.99%
**Total** | 3327751 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1930431 | 57.99%
GitLab | 6202 | 0.19%
GitHub | 1929231 | 57.97%
GitLab | 6204 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 26974 | 0.81%
**Total** | 1964985 | 59.03%
Others | 26978 | 0.81%
**Total** | 1963791 | 59.01%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit b1cd06a

Please sign in to comment.