Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2003
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 25, 2024
1 parent 147a6a4 commit db4d94c
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": 3347479,
"last": 36774307,
"latest": 36774307,
"packages": 3347936,
"last": 36782586,
"latest": 36782586,
"runs": {
"total": 2003,
"total": 2004,
"status": {
"init": 1791,
"init": 1792,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1375511,
"github": 1937264,
"unsets": 1375708,
"github": 1937518,
"gitlab": 6229,
"bitbucket": 1379,
"others": 27096
"others": 27102
},
"stats": {
"changes": 23527436,
"inserts": 4694034,
"updates": 16416358,
"deletes": 1963934,
"invalid": 453110,
"changes": 23531866,
"inserts": 4694544,
"updates": 16420014,
"deletes": 1964042,
"invalid": 453266,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 7075,
"since": 36767232,
"index": 36774307,
"until": 36774307,
"started": "2024-11-24T12:06:56.052Z",
"finished": "2024-11-24T12:39:35.840Z",
"took_ms": 1959788,
"found": 3850
"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
},
"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.2002",
"version": "2.0.2003",
"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 | 1971968 | 58.91%
Null repository | 1375511 | 41.09%
**Total** | 3347479 | 100.00%
With repository | 1972228 | 58.91%
Null repository | 1375708 | 41.09%
**Total** | 3347936 | 100.00%

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

## Installation
Expand Down

0 comments on commit db4d94c

Please sign in to comment.