@wcj/github-rank 22.10.24 → 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.
- package/README.md +2 -2
- package/dist/repos.json +22665 -22664
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +141 -141
- package/dist/trending-weekly.json +151 -151
- package/dist/users.china.json +2394 -2854
- package/dist/users.json +1236 -1134
- package/package.json +4 -6
- package/web/data/repos.json +22665 -22664
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +141 -141
- package/web/data/trending-weekly.json +151 -151
- package/web/data/users.china.json +2394 -2854
- package/web/data/users.json +1236 -1134
- package/web/index.html +846 -852
- package/web/repos.html +2826 -2832
- package/web/trending-monthly.html +131 -137
- package/web/trending-weekly.html +135 -141
- package/web/trending.html +144 -158
- package/web/users.china.html +2280 -2286
- package/dist/36kr.json +0 -6963
- package/dist/sifou-daily.json +0 -47
- package/dist/sifou-monthly.json +0 -272
- package/dist/sifou-weekly.json +0 -272
- package/dist/toutiao-30.json +0 -1
- package/dist/toutiao-7.json +0 -1
- package/dist/toutiao-90.json +0 -1
- package/web/data/36kr.json +0 -6963
- package/web/data/sifou-daily.json +0 -47
- package/web/data/sifou-monthly.json +0 -272
- package/web/data/sifou-weekly.json +0 -272
- package/web/data/toutiao-30.json +0 -1
- package/web/data/toutiao-7.json +0 -1
- package/web/data/toutiao-90.json +0 -1
- package/web/sifou-daily.html +0 -304
- package/web/sifou-monthly.html +0 -1004
- package/web/sifou-weekly.html +0 -1004
- package/web/toutiao-30.html +0 -171
- package/web/toutiao-7.html +0 -171
- 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.
|
|
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
|
|
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.
|
|
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.
|
|
57
|
+
"tsbb": "~3.7.8"
|
|
60
58
|
}
|
|
61
59
|
}
|