all-the-package-repos 2.0.2264 → 2.0.2265
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/metadata.json +18 -18
- package/data/packages.json +1 -0
- package/package.json +1 -1
- package/readme.md +2 -2
package/data/metadata.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"error": false,
|
|
3
|
-
"packages":
|
|
4
|
-
"last":
|
|
5
|
-
"latest":
|
|
3
|
+
"packages": 3453981,
|
|
4
|
+
"last": 63068736,
|
|
5
|
+
"latest": 63068736,
|
|
6
6
|
"runs": {
|
|
7
|
-
"total":
|
|
7
|
+
"total": 2209,
|
|
8
8
|
"status": {
|
|
9
|
-
"init":
|
|
9
|
+
"init": 1987,
|
|
10
10
|
"timeout": 84,
|
|
11
11
|
"killed": 133,
|
|
12
12
|
"restart": 2
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"repos": {
|
|
16
|
-
"unsets":
|
|
16
|
+
"unsets": 1429537,
|
|
17
17
|
"github": 1988588,
|
|
18
18
|
"gitlab": 6454,
|
|
19
19
|
"bitbucket": 1397,
|
|
20
20
|
"others": 28005
|
|
21
21
|
},
|
|
22
22
|
"stats": {
|
|
23
|
-
"changes":
|
|
24
|
-
"inserts":
|
|
25
|
-
"updates":
|
|
26
|
-
"deletes":
|
|
23
|
+
"changes": 26342781,
|
|
24
|
+
"inserts": 4852933,
|
|
25
|
+
"updates": 18963598,
|
|
26
|
+
"deletes": 2015213,
|
|
27
27
|
"invalid": 511037,
|
|
28
28
|
"ignored": 6,
|
|
29
29
|
"notFound": 8
|
|
30
30
|
},
|
|
31
31
|
"batch": {
|
|
32
32
|
"status": "init",
|
|
33
|
-
"limit":
|
|
34
|
-
"since":
|
|
35
|
-
"index":
|
|
36
|
-
"until":
|
|
37
|
-
"started": "2025-04-
|
|
38
|
-
"finished": "2025-04-
|
|
39
|
-
"took_ms":
|
|
40
|
-
"found":
|
|
33
|
+
"limit": 61734,
|
|
34
|
+
"since": 63007002,
|
|
35
|
+
"index": 63068736,
|
|
36
|
+
"until": 63068736,
|
|
37
|
+
"started": "2025-04-19T00:19:43.661Z",
|
|
38
|
+
"finished": "2025-04-19T00:19:54.547Z",
|
|
39
|
+
"took_ms": 10886,
|
|
40
|
+
"found": 44
|
|
41
41
|
},
|
|
42
42
|
"ignored": [
|
|
43
43
|
20012191,
|
package/data/packages.json
CHANGED
|
@@ -752748,6 +752748,7 @@
|
|
|
752748
752748
|
"@pksilen/reactive-js": "https://github.com/pksilen/reactive-js",
|
|
752749
752749
|
"@pksingh1508/common": null,
|
|
752750
752750
|
"@pksm/is-wds": null,
|
|
752751
|
+
"@pkspratik/medium-common": null,
|
|
752751
752752
|
"@pkstar/banana": null,
|
|
752752
752753
|
"@pkstar/define-sass": null,
|
|
752753
752754
|
"@pkstar/utils": null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "all-the-package-repos",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2265",
|
|
4
4
|
"description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs",
|
|
5
5
|
"main": "data/packages.json",
|
|
6
6
|
"repository": "https://github.com/nice-registry/all-the-package-repos",
|
package/readme.md
CHANGED
|
@@ -12,8 +12,8 @@ This package weighs in at about 100 MB.
|
|
|
12
12
|
Packages | Count | Percentage
|
|
13
13
|
:------- | -----:| ----------:
|
|
14
14
|
With repository | 2024444 | 58.61%
|
|
15
|
-
Null repository |
|
|
16
|
-
**Total** |
|
|
15
|
+
Null repository | 1429537 | 41.39%
|
|
16
|
+
**Total** | 3453981 | 100.00%
|
|
17
17
|
|
|
18
18
|
Providers | Count | Percentage
|
|
19
19
|
:-------- | -----:| ----------:
|