Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2101
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 13, 2025
1 parent a4dff1b commit 16ee022
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": 3381120,
"last": 37894320,
"latest": 37894319,
"packages": 3381246,
"last": 37903300,
"latest": 37903300,
"runs": {
"total": 2101,
"total": 2102,
"status": {
"init": 1888,
"init": 1889,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1395490,
"github": 1950613,
"unsets": 1395678,
"github": 1950551,
"gitlab": 6263,
"bitbucket": 1384,
"others": 27370
},
"stats": {
"changes": 24289152,
"inserts": 4740082,
"updates": 17102044,
"deletes": 1980611,
"invalid": 466415,
"changes": 24294046,
"inserts": 4740461,
"updates": 17106220,
"deletes": 1980912,
"invalid": 466453,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 6391,
"since": 37887928,
"index": 37894320,
"until": 37894319,
"started": "2025-01-12T12:06:37.712Z",
"finished": "2025-01-12T12:50:18.254Z",
"took_ms": 2620542,
"found": 3851
"limit": 8980,
"since": 37894320,
"index": 37903300,
"until": 37903300,
"started": "2025-01-13T00:20:34.203Z",
"finished": "2025-01-13T01:07:38.174Z",
"took_ms": 2823971,
"found": 4894
},
"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.2100",
"version": "2.0.2101",
"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 | 1985630 | 58.73%
Null repository | 1395490 | 41.27%
**Total** | 3381120 | 100.00%
With repository | 1985568 | 58.72%
Null repository | 1395678 | 41.28%
**Total** | 3381246 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1950613 | 57.69%
GitHub | 1950551 | 57.69%
GitLab | 6263 | 0.19%
Bitbucket | 1384 | 0.04%
Others | 27370 | 0.81%
**Total** | 1985630 | 58.73%
**Total** | 1985568 | 58.72%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 16ee022

Please sign in to comment.