Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2036
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2024
1 parent 1e09e99 commit 13476bd
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": 3357102,
"last": 37156519,
"latest": 37156519,
"packages": 3357309,
"last": 37168509,
"latest": 37168509,
"runs": {
"total": 2036,
"total": 2037,
"status": {
"init": 1823,
"init": 1824,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1382407,
"github": 1939874,
"gitlab": 6244,
"unsets": 1382596,
"github": 1939891,
"gitlab": 6245,
"bitbucket": 1380,
"others": 27197
},
"stats": {
"changes": 23812893,
"inserts": 4710638,
"updates": 16671551,
"deletes": 1971864,
"invalid": 458840,
"changes": 23822658,
"inserts": 4711126,
"updates": 16680246,
"deletes": 1972175,
"invalid": 459111,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 15715,
"since": 37140804,
"index": 37156519,
"until": 37156519,
"started": "2024-12-11T00:20:22.596Z",
"finished": "2024-12-11T02:16:23.573Z",
"took_ms": 6960977,
"found": 13291
"limit": 11990,
"since": 37156519,
"index": 37168509,
"until": 37168509,
"started": "2024-12-11T12:07:44.256Z",
"finished": "2024-12-11T13:45:50.446Z",
"took_ms": 5886190,
"found": 9765
},
"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.2035",
"version": "2.0.2036",
"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 | 1974695 | 58.82%
Null repository | 1382407 | 41.18%
**Total** | 3357102 | 100.00%
With repository | 1974713 | 58.82%
Null repository | 1382596 | 41.18%
**Total** | 3357309 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1939874 | 57.78%
GitLab | 6244 | 0.19%
GitHub | 1939891 | 57.78%
GitLab | 6245 | 0.19%
Bitbucket | 1380 | 0.04%
Others | 27197 | 0.81%
**Total** | 1974695 | 58.82%
**Total** | 1974713 | 58.82%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit 13476bd

Please sign in to comment.