File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # fork-dep-monitor
1+ # fork-dep-monitor
2+
3+ 用于监控 midway fork 出来的代码库变更,方便及时同步。
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " midway_dep_monitor" ,
3+ "description" : " a lib to monitor fork lib for midway" ,
4+ "version" : " 1.0.0" ,
5+ "devDependencies" : {
6+ "@types/koa-bodyparser" : " 4.3.5" ,
7+ "@types/koa-session" : " 5.10.4" ,
8+ "extend2" : " 1.0.0" ,
9+ "koa-session" : " 6.2.0" ,
10+ "uuid" : " 8.3.2" ,
11+ "egg-multipart" : " 2.13.1" ,
12+ "egg-view" : " 2.1.3" ,
13+ "egg-view-ejs" : " 2.0.1" ,
14+ "egg-view-nunjucks" : " 2.3.0" ,
15+ "egg-security" : " 2.9.0" ,
16+ "camelcase" : " 6.2.0" ,
17+ "koa-passport" : " 4.1.4" ,
18+ "cookies" : " 0.8.0"
19+ },
20+ "scripts" : {
21+ "test" : " " ,
22+ "cov" : " "
23+ },
24+ "license" : " MIT"
25+ }
26+
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ " config:base"
4+ ]
5+ }
6+
You can’t perform that action at this time.
0 commit comments