File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 0.11"
4- - " 0.10"
3+ - " 0.12"
4+ - " 0.10"
5+ - " iojs"
Original file line number Diff line number Diff line change 1919 ],
2020 "author" : " Eric Florenzano <floguy@gmail.com> (eflorenzano.com)" ,
2121 "dependencies" : {
22- "jsonparse" : " 0 .x.x" ,
23- "debug" : " 1 .x.x" ,
24- "lodash" : " 2 .x.x" ,
22+ "jsonparse" : " 1 .x.x" ,
23+ "debug" : " 2 .x.x" ,
24+ "lodash" : " 3 .x.x" ,
2525 "es5class" : " 2.x.x" ,
2626 "faye-websocket" : " 0.x.x" ,
27- "eventemitter3" : " 0 .x.x"
27+ "eventemitter3" : " 1 .x.x"
2828 },
2929 "engines" : {
30- "node" : " 0.10.x"
30+ "node" : " 0.10.x || 0.12.x "
3131 },
3232 "contributors" : [
3333 " Bill Casarin <bill@casarin.ca> (jb55.com)" ,
3939 "url" : " git://github.com/pocesar/node-jsonrpc2.git"
4040 },
4141 "devDependencies" : {
42- "mocha" : " 1 .x.x" ,
42+ "mocha" : " 2 .x.x" ,
4343 "expect.js" : " 0.x.x" ,
4444 "jshint" : " 2.x.x" ,
4545 "istanbul" : " 0.x.x"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = function (classes){
2525 ( typeof ( request [ 'id' ] ) === 'string' ) || ( request [ 'id' ] === null )
2626 ) ;
2727 }
28- } ) . $inherit ( require ( 'eventemitter3' ) . EventEmitter , [ ] ) ;
28+ } ) . $inherit ( require ( 'eventemitter3' ) , [ ] ) ;
2929
3030 return EventEmitter ;
3131} ;
Original file line number Diff line number Diff line change 11--reporter list
22--ui exports
33--check-leaks
4- --debug-brk
54test/jsonrpc-test.js
You can’t perform that action at this time.
0 commit comments