Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1916
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 12, 2024
1 parent 574afb3 commit 7f32546
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": 3317815,
"last": 35643947,
"latest": 35643947,
"packages": 3318477,
"last": 35660711,
"latest": 35660711,
"runs": {
"total": 1916,
"total": 1917,
"status": {
"init": 1704,
"init": 1705,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1355234,
"github": 1928073,
"gitlab": 6199,
"unsets": 1355633,
"github": 1928363,
"gitlab": 6200,
"bitbucket": 1377,
"others": 26932
"others": 26904
},
"stats": {
"changes": 22739703,
"inserts": 4650298,
"updates": 15703117,
"deletes": 1946438,
"invalid": 439850,
"changes": 22755418,
"inserts": 4651089,
"updates": 15717678,
"deletes": 1946567,
"invalid": 440084,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 10387,
"since": 35633560,
"index": 35643947,
"until": 35643947,
"started": "2024-10-12T00:17:31.771Z",
"finished": "2024-10-12T01:59:38.552Z",
"took_ms": 6126781,
"found": 8038
"limit": 16764,
"since": 35643947,
"index": 35660711,
"until": 35660711,
"started": "2024-10-12T12:06:25.211Z",
"finished": "2024-10-12T14:07:07.219Z",
"took_ms": 7242008,
"found": 15715
},
"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.1915",
"version": "2.0.1916",
"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 | 1962581 | 59.15%
Null repository | 1355234 | 40.85%
**Total** | 3317815 | 100.00%
With repository | 1962844 | 59.15%
Null repository | 1355633 | 40.85%
**Total** | 3318477 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1928073 | 58.11%
GitLab | 6199 | 0.19%
GitHub | 1928363 | 58.11%
GitLab | 6200 | 0.19%
Bitbucket | 1377 | 0.04%
Others | 26932 | 0.81%
**Total** | 1962581 | 59.15%
Others | 26904 | 0.81%
**Total** | 1962844 | 59.15%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 7f32546

Please sign in to comment.