Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1972
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 9, 2024
1 parent 9c4a29f commit f48fbe2
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": 3336418,
"last": 36387879,
"latest": 36387879,
"packages": 3336694,
"last": 36395324,
"latest": 36395324,
"runs": {
"total": 1972,
"total": 1973,
"status": {
"init": 1760,
"init": 1761,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1368452,
"github": 1933361,
"unsets": 1368610,
"github": 1933476,
"gitlab": 6214,
"bitbucket": 1378,
"others": 27013
"others": 27016
},
"stats": {
"changes": 23261335,
"inserts": 4678980,
"updates": 16175170,
"deletes": 1958624,
"invalid": 448561,
"changes": 23266001,
"inserts": 4679289,
"updates": 16179407,
"deletes": 1958699,
"invalid": 448606,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 14203,
"since": 36373676,
"index": 36387879,
"until": 36387879,
"started": "2024-11-09T00:17:53.481Z",
"finished": "2024-11-09T02:02:14.213Z",
"took_ms": 6260732,
"found": 11049
"limit": 7445,
"since": 36387879,
"index": 36395324,
"until": 36395324,
"started": "2024-11-09T12:06:12.083Z",
"finished": "2024-11-09T12:36:09.577Z",
"took_ms": 1797494,
"found": 4666
},
"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.1971",
"version": "2.0.1972",
"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 | 1967966 | 58.98%
Null repository | 1368452 | 41.02%
**Total** | 3336418 | 100.00%
With repository | 1968084 | 58.98%
Null repository | 1368610 | 41.02%
**Total** | 3336694 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1933361 | 57.95%
GitHub | 1933476 | 57.95%
GitLab | 6214 | 0.19%
Bitbucket | 1378 | 0.04%
Others | 27013 | 0.81%
**Total** | 1967966 | 58.98%
Others | 27016 | 0.81%
**Total** | 1968084 | 58.98%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit f48fbe2

Please sign in to comment.