Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1188
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 8, 2023
1 parent 6d963f0 commit a7081d4
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": 2538518,
"last": 26747051,
"latest": 26761016,
"packages": 2539523,
"last": 26769789,
"latest": 26769789,
"runs": {
"total": 1188,
"total": 1189,
"status": {
"init": 1007,
"init": 1008,
"timeout": 79,
"killed": 101,
"restart": 1
}
},
"repos": {
"unsets": 1015773,
"github": 1492009,
"gitlab": 5652,
"unsets": 1016321,
"github": 1492446,
"gitlab": 5654,
"bitbucket": 1354,
"others": 23730
"others": 23748
},
"stats": {
"changes": 15266988,
"inserts": 3459821,
"updates": 9952562,
"deletes": 1518100,
"invalid": 336505,
"changes": 15278702,
"inserts": 3460990,
"updates": 9962650,
"deletes": 1518414,
"invalid": 336648,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 1,
"since": 26747040,
"index": 26747051,
"until": 26747041,
"started": "2023-10-08T00:14:49.108Z",
"finished": "2023-10-08T00:14:50.509Z",
"took_ms": 1401,
"found": 1
"limit": 22738,
"since": 26747051,
"index": 26769789,
"until": 26769789,
"started": "2023-10-08T12:04:54.061Z",
"finished": "2023-10-08T17:11:46.005Z",
"took_ms": 18411944,
"found": 11714
},
"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.1187",
"version": "2.0.1188",
"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 | 1522745 | 59.99%
Null repository | 1015773 | 40.01%
**Total** | 2538518 | 100.00%
With repository | 1523202 | 59.98%
Null repository | 1016321 | 40.02%
**Total** | 2539523 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1492009 | 58.77%
GitLab | 5652 | 0.22%
GitHub | 1492446 | 58.77%
GitLab | 5654 | 0.22%
Bitbucket | 1354 | 0.05%
Others | 23730 | 0.93%
**Total** | 1522745 | 59.99%
Others | 23748 | 0.94%
**Total** | 1523202 | 59.98%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit a7081d4

Please sign in to comment.