Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1988
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 17, 2024
1 parent 090540f commit 8ca14cf
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": 3341264,
"last": 36578411,
"latest": 36578411,
"packages": 3341511,
"last": 36584358,
"latest": 36584358,
"runs": {
"total": 1988,
"total": 1989,
"status": {
"init": 1776,
"init": 1777,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1372035,
"github": 1934567,
"unsets": 1372164,
"github": 1934688,
"gitlab": 6227,
"bitbucket": 1379,
"others": 27056
"bitbucket": 1378,
"others": 27054
},
"stats": {
"changes": 23402090,
"inserts": 4686626,
"updates": 16302993,
"deletes": 1961974,
"invalid": 450497,
"changes": 23405586,
"inserts": 4686921,
"updates": 16306077,
"deletes": 1962064,
"invalid": 450524,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 8062,
"since": 36570349,
"index": 36578411,
"until": 36578411,
"started": "2024-11-17T00:20:48.616Z",
"finished": "2024-11-17T00:54:23.581Z",
"took_ms": 2014965,
"found": 4266
"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
},
"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.1987",
"version": "2.0.1988",
"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 | 1969229 | 58.94%
Null repository | 1372035 | 41.06%
**Total** | 3341264 | 100.00%
With repository | 1969347 | 58.94%
Null repository | 1372164 | 41.06%
**Total** | 3341511 | 100.00%

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

## Installation
Expand Down

0 comments on commit 8ca14cf

Please sign in to comment.