File tree 3 files changed +20
-400
lines changed
3 files changed +20
-400
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " mocha"
7
+ "test" : " mocha" ,
8
+ "lint" : " eslint ."
8
9
},
9
10
"repository" : {
10
11
"type" : " git" ,
24
25
"devDependencies" : {
25
26
"JSONStream" : " ~0.7.1" ,
26
27
"concat-stream" : " ~1.0.1" ,
27
- "eslint" : " ^4.4.0" ,
28
- "eslint-config-standard" : " ^10.2.1" ,
29
- "eslint-plugin-import" : " ^2.7.0" ,
30
- "eslint-plugin-node" : " ^5.1.1" ,
31
28
"eslint-plugin-promise" : " ^3.5.0" ,
32
- "eslint-plugin-standard" : " ^3.0.1" ,
33
29
"mocha" : " ^6.2.2" ,
34
30
"pg" : " ^7.5.0" ,
35
- "prettier" : " ^1.18.2" ,
36
31
"stream-spec" : " ~0.3.5" ,
37
32
"stream-tester" : " 0.0.5" ,
38
33
"through" : " ~2.3.4"
39
34
},
40
- "prettier" : {
41
- "semi" : false ,
42
- "printWidth" : 120 ,
43
- "trailingComma" : " es5" ,
44
- "singleQuote" : true
45
- },
46
35
"dependencies" : {
47
36
"pg-cursor" : " ^2.0.1"
48
37
}
You can’t perform that action at this time.
0 commit comments