all-the-package-repos 2.0.2263 → 2.0.2264
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": 3453980,
|
|
4
|
+
"last": 63007002,
|
|
5
|
+
"latest": 63007002,
|
|
6
6
|
"runs": {
|
|
7
|
-
"total":
|
|
7
|
+
"total": 2208,
|
|
8
8
|
"status": {
|
|
9
|
-
"init":
|
|
9
|
+
"init": 1986,
|
|
10
10
|
"timeout": 84,
|
|
11
11
|
"killed": 133,
|
|
12
12
|
"restart": 2
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"repos": {
|
|
16
|
-
"unsets":
|
|
16
|
+
"unsets": 1429536,
|
|
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":
|
|
23
|
+
"changes": 26342737,
|
|
24
|
+
"inserts": 4852932,
|
|
25
|
+
"updates": 18963556,
|
|
26
26
|
"deletes": 2015212,
|
|
27
27
|
"invalid": 511037,
|
|
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": 55265,
|
|
34
|
+
"since": 62951737,
|
|
35
|
+
"index": 63007002,
|
|
36
|
+
"until": 63007002,
|
|
37
|
+
"started": "2025-04-18T12:07:28.437Z",
|
|
38
|
+
"finished": "2025-04-18T12:07:34.357Z",
|
|
39
|
+
"took_ms": 5920,
|
|
40
|
+
"found": 33
|
|
41
41
|
},
|
|
42
42
|
"ignored": [
|
|
43
43
|
20012191,
|
package/data/packages.json
CHANGED
|
@@ -2983233,6 +2983233,7 @@
|
|
|
2983233
2983233
|
"spellbind": "https://github.com/hollowdoor/spellbind",
|
|
2983234
2983234
|
"spellbinder": "https://github.com/Hammertail/spellbinder",
|
|
2983235
2983235
|
"spellbinder-ui": null,
|
|
2983236
|
+
"spellbindr": null,
|
|
2983236
2983237
|
"spellbook": "https://github.com/warlock/spellbook",
|
|
2983237
2983238
|
"spellbook-forge": "https://github.com/rafalzawadzki/spellbook-forge",
|
|
2983238
2983239
|
"spellbook-of-modern-webdev": "https://github.com/dexteryy/spellbook-of-modern-webdev",
|
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.2264",
|
|
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 | 1429536 | 41.39%
|
|
16
|
+
**Total** | 3453980 | 100.00%
|
|
17
17
|
|
|
18
18
|
Providers | Count | Percentage
|
|
19
19
|
:-------- | -----:| ----------:
|