File tree Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change 30
30
},
31
31
"homepage" : " https://github.com/lgaticaq/simple-reverse-geocoder#readme" ,
32
32
"dependencies" : {
33
- "bluebird" : " ^3.3.1" ,
34
- "hiredis" : " ^0.4.1" ,
35
- "node-geocoder" : " ^3.7.0" ,
36
- "redis-url" : " ^1.2.1"
33
+ "bluebird" : " ^3.3.3" ,
34
+ "node-geocoder" : " ^3.8.0"
37
35
},
38
36
"devDependencies" : {
39
- "babel-cli" : " ^6.5.1 " ,
40
- "babel-core" : " ^6.5.2 " ,
41
- "babel-preset-es2015" : " ^6.5 .0" ,
37
+ "babel-cli" : " ^6.6.0 " ,
38
+ "babel-core" : " ^6.6.0 " ,
39
+ "babel-preset-es2015" : " ^6.6 .0" ,
42
40
"chai" : " ^3.5.0" ,
43
- "eslint" : " 1.10.3 " ,
41
+ "eslint" : " 2.2.0 " ,
44
42
"mocha" : " ^2.4.5" ,
43
+ "redis" : " ^2.4.2" ,
45
44
"rimraf" : " ^2.5.2"
46
45
},
47
46
"eslintConfig" : {
47
+ "env" : {
48
+ "es6" : true ,
49
+ "node" : true ,
50
+ "mocha" : true
51
+ },
52
+ "extends" : " eslint:recommended" ,
53
+ "parserOptions" : {
54
+ "sourceType" : " module"
55
+ },
48
56
"rules" : {
49
- "strict" : 0 ,
50
57
"indent" : [
51
58
2 ,
52
59
2
53
60
],
54
- "quotes" : [
55
- 2 ,
56
- " single"
57
- ],
58
61
"linebreak-style" : [
59
62
2 ,
60
63
" unix"
61
64
],
65
+ "quotes" : [
66
+ 2 ,
67
+ " single"
68
+ ],
62
69
"semi" : [
63
70
2 ,
64
71
" always"
65
72
]
66
- },
67
- "ecmaFeatures" : {
68
- "modules" : true
69
- },
70
- "env" : {
71
- "es6" : true ,
72
- "node" : true ,
73
- "mocha" : true
74
- },
75
- "extends" : " eslint:recommended"
73
+ }
76
74
},
77
75
"babel" : {
78
76
"presets" : [
You can’t perform that action at this time.
0 commit comments