Skip to content

Commit

Permalink
update all-the-package-repos to 2.0.1917
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 13, 2024
1 parent 7f32546 commit b51bd81
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": 3318477,
"last": 35660711,
"latest": 35660711,
"packages": 3319086,
"last": 35679649,
"latest": 35679649,
"runs": {
"total": 1917,
"total": 1918,
"status": {
"init": 1705,
"init": 1706,
"timeout": 84,
"killed": 127,
"restart": 1
}
},
"repos": {
"unsets": 1355633,
"github": 1928363,
"unsets": 1355984,
"github": 1928617,
"gitlab": 6200,
"bitbucket": 1377,
"others": 26904
"others": 26908
},
"stats": {
"changes": 22755418,
"inserts": 4651089,
"updates": 15717678,
"deletes": 1946567,
"invalid": 440084,
"changes": 22772414,
"inserts": 4651808,
"updates": 15733721,
"deletes": 1946707,
"invalid": 440178,
"ignored": 5
},
"batch": {
"status": "init",
"limit": 16764,
"since": 35643947,
"index": 35660711,
"until": 35660711,
"started": "2024-10-12T12:06:25.211Z",
"finished": "2024-10-12T14:07:07.219Z",
"took_ms": 7242008,
"found": 15715
"limit": 18938,
"since": 35660711,
"index": 35679649,
"until": 35679649,
"started": "2024-10-13T00:19:48.340Z",
"finished": "2024-10-13T01:18:28.059Z",
"took_ms": 3519719,
"found": 16996
},
"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.1916",
"version": "2.0.1917",
"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 | 1962844 | 59.15%
Null repository | 1355633 | 40.85%
**Total** | 3318477 | 100.00%
With repository | 1963102 | 59.15%
Null repository | 1355984 | 40.85%
**Total** | 3319086 | 100.00%

Providers | Count | Percentage
:-------- | -----:| ----------:
GitHub | 1928363 | 58.11%
GitHub | 1928617 | 58.11%
GitLab | 6200 | 0.19%
Bitbucket | 1377 | 0.04%
Others | 26904 | 0.81%
**Total** | 1962844 | 59.15%
Others | 26908 | 0.81%
**Total** | 1963102 | 59.15%
<!-- /stats -->

## Installation
Expand Down

0 comments on commit b51bd81

Please sign in to comment.