@wcj/github-rank 22.10.23 → 22.10.25

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.
Files changed (40) hide show
  1. package/README.md +2 -2
  2. package/dist/repos.json +27218 -27209
  3. package/dist/trending-daily.json +171 -171
  4. package/dist/trending-monthly.json +153 -153
  5. package/dist/trending-weekly.json +173 -173
  6. package/dist/users.china.json +2933 -3393
  7. package/dist/users.json +2681 -2579
  8. package/package.json +4 -6
  9. package/web/data/repos.json +27218 -27209
  10. package/web/data/trending-daily.json +171 -171
  11. package/web/data/trending-monthly.json +153 -153
  12. package/web/data/trending-weekly.json +173 -173
  13. package/web/data/users.china.json +2933 -3393
  14. package/web/data/users.json +2681 -2579
  15. package/web/index.html +1718 -1724
  16. package/web/repos.html +3363 -3369
  17. package/web/trending-monthly.html +138 -144
  18. package/web/trending-weekly.html +154 -152
  19. package/web/trending.html +146 -156
  20. package/web/users.china.html +2545 -2551
  21. package/dist/36kr.json +0 -6963
  22. package/dist/sifou-daily.json +0 -20
  23. package/dist/sifou-monthly.json +0 -272
  24. package/dist/sifou-weekly.json +0 -272
  25. package/dist/toutiao-30.json +0 -1
  26. package/dist/toutiao-7.json +0 -1
  27. package/dist/toutiao-90.json +0 -1
  28. package/web/data/36kr.json +0 -6963
  29. package/web/data/sifou-daily.json +0 -20
  30. package/web/data/sifou-monthly.json +0 -272
  31. package/web/data/sifou-weekly.json +0 -272
  32. package/web/data/toutiao-30.json +0 -1
  33. package/web/data/toutiao-7.json +0 -1
  34. package/web/data/toutiao-90.json +0 -1
  35. package/web/sifou-daily.html +0 -220
  36. package/web/sifou-monthly.html +0 -1004
  37. package/web/sifou-weekly.html +0 -1004
  38. package/web/toutiao-30.html +0 -171
  39. package/web/toutiao-7.html +0 -171
  40. package/web/toutiao-90.html +0 -171
package/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "name": "@wcj/github-rank",
3
- "version": "22.10.23",
3
+ "version": "22.10.25",
4
4
  "description": "Github Users Ranking for China.",
5
5
  "scripts": {
6
6
  "start": "node lib/build.js",
7
- "get:toutiao": "node lib/geToutiao.js",
8
7
  "get": "npm run get:users && npm run get:users:china && npm run get:users:info",
9
- "get:o": "npm run get:trending && npm run get:repos && npm run get:sifou && npm run get:toutiao",
8
+ "get:o": "npm run get:trending && npm run get:repos",
10
9
  "get:users:info": "node lib/getUserInfo.js",
11
- "get:sifou": "node lib/getSifou.js",
12
10
  "get:users": "node lib/getUsers.js",
13
11
  "get:users:china": "node lib/getUsersChina.js",
14
12
  "get:repos": "node lib/getRepos.js",
@@ -47,7 +45,7 @@
47
45
  "@types/dotenv": "~8.2.0",
48
46
  "@types/ejs": "~3.1.1",
49
47
  "@types/fs-extra": "~9.0.13",
50
- "@types/node": "~18.0.1",
48
+ "@types/node": "~18.11.4",
51
49
  "@types/node-fetch": "~2.6.2",
52
50
  "@uiw/formatter": "~1.3.3",
53
51
  "cheerio": "~1.0.0-rc.12",
@@ -56,6 +54,6 @@
56
54
  "ejs": "~3.1.8",
57
55
  "fs-extra": "~10.1.0",
58
56
  "node-fetch": "~3.2.6",
59
- "tsbb": "~3.7.6"
57
+ "tsbb": "~3.7.8"
60
58
  }
61
59
  }