Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1998
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2024
1 parent 4c4ce8f commit 05cb091
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": 3345686,
"last": 36721120,
"latest": 36721120,
"packages": 3346167,
"last": 36735371,
"latest": 36735371,
"runs": {
"total": 1998,
"total": 1999,
"status": {
"init": 1786,
"init": 1787,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1374505,
"github": 1936488,
"gitlab": 6228,
"unsets": 1374789,
"github": 1936682,
"gitlab": 6229,
"bitbucket": 1379,
"others": 27086
"others": 27088
},
"stats": {
"changes": 23495793,
"inserts": 4691915,
"updates": 16387969,
"deletes": 1963337,
"invalid": 452572,
"changes": 23504966,
"inserts": 4692528,
"updates": 16396154,
"deletes": 1963563,
"invalid": 452721,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 16999,
"since": 36704121,
"index": 36721120,
"until": 36721120,
"started": "2024-11-22T00:20:00.241Z",
"finished": "2024-11-22T02:03:12.091Z",
"took_ms": 6191850,
"found": 11792
"limit": 14251,
"since": 36721120,
"index": 36735371,
"until": 36735371,
"started": "2024-11-22T12:07:41.891Z",
"finished": "2024-11-22T13:45:26.323Z",
"took_ms": 5864432,
"found": 9173
},
"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.1997",
"version": "2.0.1998",
"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 | 1971181 | 58.92%
Null repository | 1374505 | 41.08%
**Total** | 3345686 | 100.00%
With repository | 1971378 | 58.91%
Null repository | 1374789 | 41.09%
**Total** | 3346167 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1936488 | 57.88%
GitLab | 6228 | 0.19%
GitHub | 1936682 | 57.88%
GitLab | 6229 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27086 | 0.81%
**Total** | 1971181 | 58.92%
Others | 27088 | 0.81%
**Total** | 1971378 | 58.91%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 05cb091

Please sign in to comment.