Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1953
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent b420b4a commit 9d1dd93
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": 3328774,
"last": 36138009,
"latest": 36138009,
"packages": 3329504,
"last": 36154509,
"latest": 36154509,
"runs": {
"total": 1953,
"total": 1954,
"status": {
"init": 1741,
"init": 1742,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1364467,
"github": 1929742,
"gitlab": 6205,
"unsets": 1364878,
"github": 1930059,
"gitlab": 6204,
"bitbucket": 1379,
"others": 26981
"others": 26984
},
"stats": {
"changes": 23087961,
"inserts": 4669440,
"updates": 16016591,
"deletes": 1955920,
"invalid": 446010,
"changes": 23100190,
"inserts": 4670214,
"updates": 16027839,
"deletes": 1955988,
"invalid": 446149,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 14132,
"since": 36123877,
"index": 36138009,
"until": 36138009,
"started": "2024-10-30T12:07:07.002Z",
"finished": "2024-10-30T13:26:21.438Z",
"took_ms": 4754436,
"found": 9457
"limit": 16500,
"since": 36138009,
"index": 36154509,
"until": 36154509,
"started": "2024-10-31T00:18:57.459Z",
"finished": "2024-10-31T02:09:11.129Z",
"took_ms": 6613670,
"found": 12229
},
"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.1952",
"version": "2.0.1953",
"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 | 1964307 | 59.01%
Null repository | 1364467 | 40.99%
**Total** | 3328774 | 100.00%
With repository | 1964626 | 59.01%
Null repository | 1364878 | 40.99%
**Total** | 3329504 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1929742 | 57.97%
GitLab | 6205 | 0.19%
GitHub | 1930059 | 57.97%
GitLab | 6204 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 26981 | 0.81%
**Total** | 1964307 | 59.01%
Others | 26984 | 0.81%
**Total** | 1964626 | 59.01%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 9d1dd93

Please sign in to comment.