Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1915
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 12, 2024
1 parent 190fabb commit 574afb3
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": 3317484,
"last": 35633560,
"latest": 35633560,
"packages": 3317815,
"last": 35643947,
"latest": 35643947,
"runs": {
"total": 1915,
"total": 1916,
"status": {
"init": 1703,
"init": 1704,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1355055,
"github": 1927923,
"unsets": 1355234,
"github": 1928073,
"gitlab": 6199,
"bitbucket": 1377,
"others": 26930
"others": 26932
},
"stats": {
"changes": 22731665,
"inserts": 4649893,
"updates": 15695658,
"deletes": 1946340,
"invalid": 439774,
"changes": 22739703,
"inserts": 4650298,
"updates": 15703117,
"deletes": 1946438,
"invalid": 439850,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 5520,
"since": 35628040,
"index": 35633560,
"until": 35633560,
"started": "2024-10-11T12:07:01.919Z",
"finished": "2024-10-11T12:45:29.340Z",
"took_ms": 2307421,
"found": 2481
"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
},
"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.1914",
"version": "2.0.1915",
"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 | 1962429 | 59.15%
Null repository | 1355055 | 40.85%
**Total** | 3317484 | 100.00%
With repository | 1962581 | 59.15%
Null repository | 1355234 | 40.85%
**Total** | 3317815 | 100.00%

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

## Installation
Expand Down

0 comments on commit 574afb3

Please sign in to comment.