all-the-package-repos 2.0.1024 → 2.0.1025

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.
@@ -1,42 +1,42 @@
1
1
  {
2
- "error": true,
3
- "packages": 2467458,
4
- "last": 25032856,
5
- "latest": 25037731,
2
+ "error": false,
3
+ "packages": 2467459,
4
+ "last": 25032860,
5
+ "latest": 25051727,
6
6
  "runs": {
7
- "total": 1025,
7
+ "total": 1026,
8
8
  "status": {
9
- "init": 898,
9
+ "init": 899,
10
10
  "timeout": 75,
11
11
  "killed": 51,
12
12
  "restart": 1
13
13
  }
14
14
  },
15
15
  "repos": {
16
- "unsets": 978771,
16
+ "unsets": 978772,
17
17
  "github": 1458918,
18
18
  "gitlab": 5488,
19
19
  "bitbucket": 1359,
20
20
  "others": 22922
21
21
  },
22
22
  "stats": {
23
- "changes": 14129970,
24
- "inserts": 3374771,
23
+ "changes": 14129971,
24
+ "inserts": 3374772,
25
25
  "updates": 8941815,
26
26
  "deletes": 1498202,
27
27
  "invalid": 315182,
28
28
  "ignored": 5
29
29
  },
30
30
  "batch": {
31
- "status": "killed",
32
- "limit": 27988,
33
- "since": 25009743,
34
- "index": 25032856,
35
- "until": 25037731,
36
- "started": "2023-07-18T12:05:33.069Z",
37
- "finished": "2023-07-18T17:50:42.460Z",
38
- "took_ms": 20709391,
39
- "found": 14534
31
+ "status": "init",
32
+ "limit": 1,
33
+ "since": 25032856,
34
+ "index": 25032860,
35
+ "until": 25032857,
36
+ "started": "2023-07-19T00:24:58.153Z",
37
+ "finished": "2023-07-19T00:24:59.191Z",
38
+ "took_ms": 1038,
39
+ "found": 1
40
40
  },
41
41
  "ignored": [
42
42
  20012191,
@@ -1492507,6 +1492507,7 @@
1492507
1492507
  "js-mine": null,
1492508
1492508
  "js-miner": "https://github.com/Skarlso/js-miner",
1492509
1492509
  "js-mini-library": "https://github.com/deezyto/js_mini_library",
1492510
+ "js-mini-store": null,
1492510
1492511
  "js-miniapp-bridge": "https://github.com/mhushang/js-miniapp-sdk",
1492511
1492512
  "js-miniapp-sdk": "https://github.com/rakutentech/js-miniapp",
1492512
1492513
  "js-minify": "https://github.com/webartwork/gulp-minify",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-repos",
3
- "version": "2.0.1024",
3
+ "version": "2.0.1025",
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 | 1488687 | 60.33%
15
- Null repository | 978771 | 39.67%
16
- **Total** | 2467458 | 100.00%
15
+ Null repository | 978772 | 39.67%
16
+ **Total** | 2467459 | 100.00%
17
17
 
18
18
  Providers | Count | Percentage
19
19
  :-------- | -----:| ----------: