Comparing version 3.4.9-3 to 3.4.9-4
{ | ||
"name": "zookeeper" | ||
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)" | ||
,"version": "3.4.9-3" | ||
,"author": "Yuri Finkelstein <yurif2003@yahoo.com>" | ||
,"contributors": [ | ||
"Yuri Finkelstein <yurif2003@yahoo.com>" | ||
,"Woody Anderson <woody.anderson@gmail.com>" | ||
,"Mark Cavage <mcavage@gmail.com>" | ||
,"Dave Dopson <ddopson@gmail.com>" | ||
,"David Trejo <david.daniel.trejo@gmail.com>" | ||
,"Pooya Karimian <pkarimian@sencha.com>" | ||
,"Jakub Lekstan <kuebzky@gmail.com>" | ||
,"Matt Lavin <matt.lavin@gmail.com>" | ||
,"Roy Cheng <roy.b.cheng@newegg.com>" | ||
] | ||
,"repository": { | ||
"type": "git" | ||
,"url": "https://github.com/yfinkelstein/node-zookeeper" | ||
"name": "zookeeper", | ||
"description": "apache zookeeper client (zookeeper async API >= 3.4.0)", | ||
"version": "3.4.9-4", | ||
"author": "Yuri Finkelstein <yurif2003@yahoo.com>", | ||
"contributors": [ | ||
"Yuri Finkelstein <yurif2003@yahoo.com>", | ||
"Woody Anderson <woody.anderson@gmail.com>", | ||
"Mark Cavage <mcavage@gmail.com>", | ||
"Dave Dopson <ddopson@gmail.com>", | ||
"David Trejo <david.daniel.trejo@gmail.com>", | ||
"Pooya Karimian <pkarimian@sencha.com>", | ||
"Jakub Lekstan <kuebzky@gmail.com>", | ||
"Matt Lavin <matt.lavin@gmail.com>", | ||
"Roy Cheng <roy.b.cheng@newegg.com>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yfinkelstein/node-zookeeper" | ||
}, | ||
"keywords": [ | ||
"apache", | ||
"zookeeper", | ||
"client" | ||
], | ||
"dependencies": { | ||
"async": "~2.6.1", | ||
"nan": "~2.11.0", | ||
"lodash": "~4.17.11" | ||
}, | ||
"devDependencies": { | ||
"log4js": "~3.0.5", | ||
"webworker": ">=0.8.4" | ||
}, | ||
"main": "lib/index", | ||
"scripts": { | ||
"build": "node-gyp configure build", | ||
"test": "pushd test; ./test; popd", | ||
"prepublish": "./scripts/prepublish.sh" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
} | ||
,"keywords": ["apache", "zookeeper", "client"] | ||
,"dependencies": { | ||
"async": "~2.1.4" | ||
,"nan": "~2.5.0" | ||
,"lodash": "~4.17.2" | ||
} | ||
,"devDependencies": { | ||
"log4js": "~1.0.1" | ||
,"webworker": ">=0.8.4" | ||
} | ||
,"main": "lib/index" | ||
,"scripts" : { | ||
"build" : "node-gyp configure build" | ||
,"test" : "pushd test; ./test; popd" | ||
,"prepublish" : "./scripts/prepublish.sh" | ||
} | ||
,"engines": { "node": ">=0.10" } | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5072189
136
+ Addedasync@2.6.4(transitive)
+ Addednan@2.11.1(transitive)
- Removedasync@2.1.5(transitive)
- Removednan@2.5.1(transitive)
Updatedasync@~2.6.1
Updatedlodash@~4.17.11
Updatednan@~2.11.0