Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2004
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 25, 2024
1 parent db4d94c commit b2c4e79
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": 3347936,
"last": 36782586,
"latest": 36782586,
"packages": 3348340,
"last": 36796345,
"latest": 36796345,
"runs": {
"total": 2004,
"total": 2005,
"status": {
"init": 1792,
"init": 1793,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1375708,
"github": 1937518,
"unsets": 1375859,
"github": 1937768,
"gitlab": 6229,
"bitbucket": 1379,
"others": 27102
"others": 27105
},
"stats": {
"changes": 23531866,
"inserts": 4694544,
"updates": 16420014,
"deletes": 1964042,
"invalid": 453266,
"changes": 23540657,
"inserts": 4695105,
"updates": 16427922,
"deletes": 1964243,
"invalid": 453387,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 8279,
"since": 36774307,
"index": 36782586,
"until": 36782586,
"started": "2024-11-25T00:20:10.487Z",
"finished": "2024-11-25T01:12:20.062Z",
"took_ms": 3129575,
"found": 4430
"limit": 13759,
"since": 36782586,
"index": 36796345,
"until": 36796345,
"started": "2024-11-25T12:07:48.476Z",
"finished": "2024-11-25T13:21:54.735Z",
"took_ms": 4446259,
"found": 8791
},
"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.2003",
"version": "2.0.2004",
"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 | 1972228 | 58.91%
Null repository | 1375708 | 41.09%
**Total** | 3347936 | 100.00%
With repository | 1972481 | 58.91%
Null repository | 1375859 | 41.09%
**Total** | 3348340 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1937518 | 57.87%
GitHub | 1937768 | 57.87%
GitLab | 6229 | 0.19%
Bitbucket | 1379 | 0.04%
Others | 27102 | 0.81%
**Total** | 1972228 | 58.91%
Others | 27105 | 0.81%
**Total** | 1972481 | 58.91%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit b2c4e79

Please sign in to comment.