File tree 4 files changed +3016
-4108
lines changed
4 files changed +3016
-4108
lines changed Original file line number Diff line number Diff line change
1
+ # OS #
2
+ # ##################
3
+ .DS_Store
4
+ .idea
5
+ Thumbs.db
6
+ tmp /
7
+ temp /
8
+
9
+
10
+ # Node.js #
11
+ # ##################
1
12
node_modules
13
+
14
+
15
+ # NYC #
16
+ # ##################
2
17
coverage
18
+ * .lcov
3
19
.nyc_output
4
- .idea
20
+
21
+
22
+ # Files #
23
+ # ##################
5
24
* .log
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
33
},
34
34
"dependencies" : {
35
35
"methods" : " ^1.1.2" ,
36
- "superagent" : " ^6.1.0 "
36
+ "superagent" : " ^7.0.1 "
37
37
},
38
38
"devDependencies" : {
39
- "body-parser" : " 1.19.0 " ,
40
- "cookie-parser" : " 1.4.5 " ,
41
- "coveralls" : " 3.1.0 " ,
42
- "eslint" : " 7.17 .0" ,
43
- "eslint-config-airbnb-base" : " 14.2.1 " ,
44
- "eslint-plugin-import" : " 2.22.1 " ,
45
- "express" : " 4.17.1 " ,
46
- "mocha" : " 8.2.1 " ,
47
- "nock" : " 13.0.5 " ,
48
- "nyc" : " 15.1.0" ,
49
- "should" : " 13.2.3"
39
+ "body-parser" : " ^ 1.19.1 " ,
40
+ "cookie-parser" : " ^ 1.4.6 " ,
41
+ "coveralls" : " ^ 3.1.1 " ,
42
+ "eslint" : " ^8.6 .0" ,
43
+ "eslint-config-airbnb-base" : " ^15.0.0 " ,
44
+ "eslint-plugin-import" : " ^2.25.4 " ,
45
+ "express" : " ^ 4.17.2 " ,
46
+ "mocha" : " ^9.1.3 " ,
47
+ "nock" : " ^ 13.2.1 " ,
48
+ "nyc" : " ^ 15.1.0" ,
49
+ "should" : " ^ 13.2.3"
50
50
}
51
51
}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments