all-the-package-repos 2.0.2290 → 2.0.2292
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 +21 -21
- 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
|
-
"error":
|
|
3
|
-
"packages":
|
|
4
|
-
"last":
|
|
5
|
-
"latest":
|
|
2
|
+
"error": true,
|
|
3
|
+
"packages": 3454782,
|
|
4
|
+
"last": 64607633,
|
|
5
|
+
"latest": 42081053,
|
|
6
6
|
"runs": {
|
|
7
|
-
"total":
|
|
7
|
+
"total": 2236,
|
|
8
8
|
"status": {
|
|
9
|
-
"init":
|
|
9
|
+
"init": 2013,
|
|
10
10
|
"timeout": 84,
|
|
11
|
-
"killed":
|
|
11
|
+
"killed": 134,
|
|
12
12
|
"restart": 2
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"repos": {
|
|
16
|
-
"unsets":
|
|
16
|
+
"unsets": 1429966,
|
|
17
17
|
"github": 1988953,
|
|
18
18
|
"gitlab": 6457,
|
|
19
19
|
"bitbucket": 1397,
|
|
20
20
|
"others": 28009
|
|
21
21
|
},
|
|
22
22
|
"stats": {
|
|
23
|
-
"changes":
|
|
24
|
-
"inserts":
|
|
25
|
-
"updates":
|
|
26
|
-
"deletes":
|
|
23
|
+
"changes": 26351507,
|
|
24
|
+
"inserts": 4853736,
|
|
25
|
+
"updates": 18971370,
|
|
26
|
+
"deletes": 2015256,
|
|
27
27
|
"invalid": 511145,
|
|
28
28
|
"ignored": 6,
|
|
29
29
|
"notFound": 8
|
|
30
30
|
},
|
|
31
31
|
"batch": {
|
|
32
|
-
"status": "
|
|
33
|
-
"limit":
|
|
34
|
-
"since":
|
|
35
|
-
"index":
|
|
36
|
-
"until":
|
|
37
|
-
"started": "2025-05-
|
|
38
|
-
"finished": "2025-05-
|
|
39
|
-
"took_ms":
|
|
40
|
-
"found":
|
|
32
|
+
"status": "killed",
|
|
33
|
+
"limit": -22526580,
|
|
34
|
+
"since": 64607633,
|
|
35
|
+
"index": 64607633,
|
|
36
|
+
"until": 42081053,
|
|
37
|
+
"started": "2025-05-07T00:21:22.799Z",
|
|
38
|
+
"finished": "2025-05-07T06:06:22.902Z",
|
|
39
|
+
"took_ms": 20700103,
|
|
40
|
+
"found": 0
|
|
41
41
|
},
|
|
42
42
|
"ignored": [
|
|
43
43
|
20012191,
|
package/data/packages.json
CHANGED
|
@@ -2708638,6 +2708638,7 @@
|
|
|
2708638
2708638
|
"react-agc": null,
|
|
2708639
2708639
|
"react-age-calculator": "https://github.com/Kashifalirajper/react-age-calculator",
|
|
2708640
2708640
|
"react-age-gate": null,
|
|
2708641
|
+
"react-agency-boilerplate-plops": null,
|
|
2708641
2708642
|
"react-agenda": "https://github.com/revln9/react-agenda",
|
|
2708642
2708643
|
"react-agenda-calendar": "https://github.com/Jhamali/react-schedule-calendar",
|
|
2708643
2708644
|
"react-agendfy": "https://github.com/Zebedeu/react-agendfy",
|
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.2292",
|
|
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 | 2024816 | 58.61%
|
|
15
|
-
Null repository |
|
|
16
|
-
**Total** |
|
|
15
|
+
Null repository | 1429966 | 41.39%
|
|
16
|
+
**Total** | 3454782 | 100.00%
|
|
17
17
|
|
|
18
18
|
Providers | Count | Percentage
|
|
19
19
|
:-------- | -----:| ----------:
|