all-the-package-repos 2.0.2282 → 2.0.2283
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 +17 -17
- package/data/packages.json +1 -0
- package/package.json +1 -1
- package/readme.md +2 -2
package/data/metadata.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"error": false,
|
|
3
|
-
"packages":
|
|
4
|
-
"last":
|
|
5
|
-
"latest":
|
|
3
|
+
"packages": 3454750,
|
|
4
|
+
"last": 64032710,
|
|
5
|
+
"latest": 64032708,
|
|
6
6
|
"runs": {
|
|
7
|
-
"total":
|
|
7
|
+
"total": 2227,
|
|
8
8
|
"status": {
|
|
9
|
-
"init":
|
|
9
|
+
"init": 2005,
|
|
10
10
|
"timeout": 84,
|
|
11
11
|
"killed": 133,
|
|
12
12
|
"restart": 2
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"repos": {
|
|
16
|
-
"unsets":
|
|
16
|
+
"unsets": 1429951,
|
|
17
17
|
"github": 1988936,
|
|
18
18
|
"gitlab": 6457,
|
|
19
19
|
"bitbucket": 1397,
|
|
20
20
|
"others": 28009
|
|
21
21
|
},
|
|
22
22
|
"stats": {
|
|
23
|
-
"changes":
|
|
24
|
-
"inserts":
|
|
25
|
-
"updates":
|
|
23
|
+
"changes": 26350690,
|
|
24
|
+
"inserts": 4853704,
|
|
25
|
+
"updates": 18970608,
|
|
26
26
|
"deletes": 2015238,
|
|
27
27
|
"invalid": 511140,
|
|
28
28
|
"ignored": 6,
|
|
@@ -30,14 +30,14 @@
|
|
|
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": 32038,
|
|
34
|
+
"since": 64000670,
|
|
35
|
+
"index": 64032710,
|
|
36
|
+
"until": 64032708,
|
|
37
|
+
"started": "2025-04-28T00:21:52.990Z",
|
|
38
|
+
"finished": "2025-04-28T00:22:15.789Z",
|
|
39
|
+
"took_ms": 22799,
|
|
40
|
+
"found": 30
|
|
41
41
|
},
|
|
42
42
|
"ignored": [
|
|
43
43
|
20012191,
|
package/data/packages.json
CHANGED
|
@@ -794098,6 +794098,7 @@
|
|
|
794098
794098
|
"@re-editor/core": null,
|
|
794099
794099
|
"@re-editor/examples": null,
|
|
794100
794100
|
"@re-editor/toolbar-antd": null,
|
|
794101
|
+
"@re-factor/core": null,
|
|
794101
794102
|
"@re-factor/sdk": null,
|
|
794102
794103
|
"@re-flex/animatable": "https://github.com/meftunca/reflex",
|
|
794103
794104
|
"@re-flex/form": "https://github.com/meftunca/reflex",
|
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.2283",
|
|
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 | 2024799 | 58.61%
|
|
15
|
-
Null repository |
|
|
16
|
-
**Total** |
|
|
15
|
+
Null repository | 1429951 | 41.39%
|
|
16
|
+
**Total** | 3454750 | 100.00%
|
|
17
17
|
|
|
18
18
|
Providers | Count | Percentage
|
|
19
19
|
:-------- | -----:| ----------:
|