Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1934
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 21, 2024
1 parent ed98757 commit b9c3016
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": 3322012,
"last": 35871442,
"latest": 35871441,
"packages": 3322590,
"last": 35885478,
"latest": 35885478,
"runs": {
"total": 1934,
"total": 1935,
"status": {
"init": 1722,
"init": 1723,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1359500,
"github": 1927987,
"unsets": 1359908,
"github": 1928151,
"gitlab": 6198,
"bitbucket": 1378,
"others": 26949
"others": 26955
},
"stats": {
"changes": 22907457,
"inserts": 4659345,
"updates": 15853534,
"deletes": 1951856,
"invalid": 442722,
"changes": 22916784,
"inserts": 4660009,
"updates": 15861785,
"deletes": 1951987,
"invalid": 443003,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 7122,
"since": 35864319,
"index": 35871442,
"until": 35871441,
"started": "2024-10-21T00:21:43.557Z",
"finished": "2024-10-21T00:59:40.029Z",
"took_ms": 2276472,
"found": 3878
"limit": 14036,
"since": 35871442,
"index": 35885478,
"until": 35885478,
"started": "2024-10-21T12:07:33.865Z",
"finished": "2024-10-21T13:38:06.115Z",
"took_ms": 5432250,
"found": 9327
},
"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.1933",
"version": "2.0.1934",
"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 | 1962512 | 59.08%
Null repository | 1359500 | 40.92%
**Total** | 3322012 | 100.00%
With repository | 1962682 | 59.07%
Null repository | 1359908 | 40.93%
**Total** | 3322590 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1927987 | 58.04%
GitHub | 1928151 | 58.03%
GitLab | 6198 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 26949 | 0.81%
**Total** | 1962512 | 59.08%
Others | 26955 | 0.81%
**Total** | 1962682 | 59.07%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit b9c3016

Please sign in to comment.