File tree 4 files changed +51
-1
lines changed
4 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1
- node_modules
1
+ lib-cov
2
+ * .seed
3
+ * .log
4
+ * .csv
5
+ * .dat
6
+ * .out
7
+ * .pid
8
+ * .gz
9
+
10
+ pids
11
+ logs
12
+ results
13
+
14
+ node_modules
15
+ npm-debug.log
Original file line number Diff line number Diff line change
1
+ node_modules
2
+ .git
Original file line number Diff line number Diff line change
1
+ {
2
+ "bitwise" : true ,
3
+ "curly" : true ,
4
+ "eqeqeq" : true ,
5
+ "forin" : true ,
6
+ "immed" : true ,
7
+ "latedef" : false ,
8
+ "newcap" : true ,
9
+ "noarg" : true ,
10
+ "noempty" : false ,
11
+ "nonew" : true ,
12
+ "plusplus" : false ,
13
+ "regexp" : false ,
14
+ "undef" : true ,
15
+ "strict" : false ,
16
+ "trailing" : true ,
17
+
18
+ "eqnull" : true ,
19
+ "laxcomma" : true ,
20
+
21
+ "node" : true ,
22
+
23
+ "onevar" : true ,
24
+ "white" : true ,
25
+
26
+ "indent" : 2
27
+ }
Original file line number Diff line number Diff line change 8
8
"url" : " git://github.com/jjrdn/node-open.git"
9
9
},
10
10
"main" : " lib/open.js" ,
11
+ "keywords" : [
12
+ " start" ,
13
+ " open" ,
14
+ " browser" ,
15
+ " editor" ,
16
+ " default"
17
+ ],
11
18
"scripts" : {
12
19
"test" : " mocha"
13
20
},
You can’t perform that action at this time.
0 commit comments