Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.2100
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 12, 2025
1 parent 8937f67 commit a4dff1b
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": 3380847,
"last": 37887928,
"latest": 37887928,
"packages": 3381120,
"last": 37894320,
"latest": 37894319,
"runs": {
"total": 2100,
"total": 2101,
"status": {
"init": 1887,
"init": 1888,
"timeout": 84,
"killed": 127,
"restart": 2
}
},
"repos": {
"unsets": 1395340,
"github": 1950491,
"unsets": 1395490,
"github": 1950613,
"gitlab": 6263,
"bitbucket": 1384,
"others": 27369
"others": 27370
},
"stats": {
"changes": 24285301,
"inserts": 4739762,
"updates": 17098647,
"deletes": 1980507,
"invalid": 466385,
"changes": 24289152,
"inserts": 4740082,
"updates": 17102044,
"deletes": 1980611,
"invalid": 466415,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 6276,
"since": 37881652,
"index": 37887928,
"until": 37887928,
"started": "2025-01-12T00:20:57.189Z",
"finished": "2025-01-12T00:47:42.461Z",
"took_ms": 1605272,
"found": 3124
"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
},
"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.2099",
"version": "2.0.2100",
"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 | 1985507 | 58.73%
Null repository | 1395340 | 41.27%
**Total** | 3380847 | 100.00%
With repository | 1985630 | 58.73%
Null repository | 1395490 | 41.27%
**Total** | 3381120 | 100.00%

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

## Installation
Expand Down

0 comments on commit a4dff1b

Please sign in to comment.