Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1914
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 11, 2024
1 parent 49dd475 commit 190fabb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
40 changes: 20 additions & 20 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"error": false,
"packages": 3317403,
"last": 35628040,
"latest": 35628040,
"packages": 3317484,
"last": 35633560,
"latest": 35633560,
"runs": {
"total": 1914,
"total": 1915,
"status": {
"init": 1702,
"init": 1703,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1355023,
"github": 1927874,
"unsets": 1355055,
"github": 1927923,
"gitlab": 6199,
"bitbucket": 1377,
"others": 26930
},
"stats": {
"changes": 22729184,
"inserts": 4649803,
"updates": 15693304,
"deletes": 1946321,
"invalid": 439756,
"changes": 22731665,
"inserts": 4649893,
"updates": 15695658,
"deletes": 1946340,
"invalid": 439774,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 11113,
"since": 35616927,
"index": 35628040,
"until": 35628040,
"started": "2024-10-11T00:17:53.178Z",
"finished": "2024-10-11T01:40:45.614Z",
"took_ms": 4972436,
"found": 6055
"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
},
"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.1913",
"version": "2.0.1914",
"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
10 changes: 5 additions & 5 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 | 1962380 | 59.15%
Null repository | 1355023 | 40.85%
**Total** | 3317403 | 100.00%
With repository | 1962429 | 59.15%
Null repository | 1355055 | 40.85%
**Total** | 3317484 | 100.00%

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

## Installation
Expand Down

0 comments on commit 190fabb

Please sign in to comment.