Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1943
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 26, 2024
1 parent 87113f4 commit 3de323f
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": 3326070,
"last": 36015276,
"latest": 36015276,
"packages": 3326534,
"last": 36030124,
"latest": 36030124,
"runs": {
"total": 1943,
"total": 1944,
"status": {
"init": 1731,
"init": 1732,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1362209,
"github": 1929317,
"unsets": 1362470,
"github": 1929519,
"gitlab": 6204,
"bitbucket": 1378,
"others": 26962
"others": 26963
},
"stats": {
"changes": 23007822,
"inserts": 4664398,
"updates": 15945609,
"deletes": 1953160,
"invalid": 444655,
"changes": 23017603,
"inserts": 4664925,
"updates": 15954518,
"deletes": 1953256,
"invalid": 444904,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 13099,
"since": 36002177,
"index": 36015276,
"until": 36015276,
"started": "2024-10-25T12:07:32.257Z",
"finished": "2024-10-25T14:09:04.729Z",
"took_ms": 7292472,
"found": 9418
"limit": 14848,
"since": 36015276,
"index": 36030124,
"until": 36030124,
"started": "2024-10-26T00:17:58.532Z",
"finished": "2024-10-26T02:20:04.439Z",
"took_ms": 7325907,
"found": 9781
},
"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.1942",
"version": "2.0.1943",
"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 | 1963861 | 59.04%
Null repository | 1362209 | 40.96%
**Total** | 3326070 | 100.00%
With repository | 1964064 | 59.04%
Null repository | 1362470 | 40.96%
**Total** | 3326534 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1929317 | 58.01%
GitHub | 1929519 | 58.00%
GitLab | 6204 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 26962 | 0.81%
**Total** | 1963861 | 59.04%
Others | 26963 | 0.81%
**Total** | 1964064 | 59.04%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 3de323f

Please sign in to comment.