Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1989
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 18, 2024
1 parent 8ca14cf commit 63f3780
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": 3341511,
"last": 36584358,
"latest": 36584358,
"packages": 3341801,
"last": 36592166,
"latest": 36592166,
"runs": {
"total": 1989,
"total": 1990,
"status": {
"init": 1777,
"init": 1778,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1372164,
"github": 1934688,
"gitlab": 6227,
"bitbucket": 1378,
"unsets": 1372282,
"github": 1934863,
"gitlab": 6223,
"bitbucket": 1379,
"others": 27054
},
"stats": {
"changes": 23405586,
"inserts": 4686921,
"updates": 16306077,
"deletes": 1962064,
"invalid": 450524,
"changes": 23409674,
"inserts": 4687257,
"updates": 16309649,
"deletes": 1962157,
"invalid": 450611,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 5947,
"since": 36578411,
"index": 36584358,
"until": 36584358,
"started": "2024-11-17T12:06:46.706Z",
"finished": "2024-11-17T12:41:08.712Z",
"took_ms": 2062006,
"found": 3496
"limit": 7808,
"since": 36584358,
"index": 36592166,
"until": 36592166,
"started": "2024-11-18T00:20:10.252Z",
"finished": "2024-11-18T01:05:45.929Z",
"took_ms": 2735677,
"found": 4088
},
"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.1988",
"version": "2.0.1989",
"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 | 1969347 | 58.94%
Null repository | 1372164 | 41.06%
**Total** | 3341511 | 100.00%
With repository | 1969519 | 58.94%
Null repository | 1372282 | 41.06%
**Total** | 3341801 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1934688 | 57.90%
GitLab | 6227 | 0.19%
Bitbucket | 1378 | 0.04%
GitHub | 1934863 | 57.90%
GitLab | 6223 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27054 | 0.81%
**Total** | 1969347 | 58.94%
**Total** | 1969519 | 58.94%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 63f3780

Please sign in to comment.