Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1980
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 13, 2024
1 parent c9e3e0a commit 4792acc
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": 3337748,
"last": 36476524,
"latest": 36476524,
"packages": 3338202,
"last": 36490141,
"latest": 36490141,
"runs": {
"total": 1980,
"total": 1981,
"status": {
"init": 1768,
"init": 1769,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1370062,
"github": 1933058,
"unsets": 1370315,
"github": 1933255,
"gitlab": 6220,
"bitbucket": 1379,
"others": 27029
"others": 27033
},
"stats": {
"changes": 23325829,
"inserts": 4682450,
"updates": 16232923,
"deletes": 1961047,
"invalid": 449409,
"changes": 23336581,
"inserts": 4682986,
"updates": 16242849,
"deletes": 1961169,
"invalid": 449577,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 14656,
"since": 36461868,
"index": 36476524,
"until": 36476524,
"started": "2024-11-13T00:18:18.206Z",
"finished": "2024-11-13T02:10:02.564Z",
"took_ms": 6704358,
"found": 12583
"limit": 13617,
"since": 36476524,
"index": 36490141,
"until": 36490141,
"started": "2024-11-13T12:07:17.464Z",
"finished": "2024-11-13T13:47:09.856Z",
"took_ms": 5992392,
"found": 10752
},
"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.1979",
"version": "2.0.1980",
"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 | 1967686 | 58.95%
Null repository | 1370062 | 41.05%
**Total** | 3337748 | 100.00%
With repository | 1967887 | 58.95%
Null repository | 1370315 | 41.05%
**Total** | 3338202 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1933058 | 57.92%
GitHub | 1933255 | 57.91%
GitLab | 6220 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27029 | 0.81%
**Total** | 1967686 | 58.95%
Others | 27033 | 0.81%
**Total** | 1967887 | 58.95%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 4792acc

Please sign in to comment.