synchronize_f2
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"name" : "synchronize_f2", | ||
"main" : "./sync", | ||
"version" : "2.0.1", | ||
"homepage" : "http://alexeypetrushin.github.com/synchronize", | ||
"name": "synchronize_f2", | ||
"main": "./sync", | ||
"version": "3.0.0", | ||
"homepage": "http://alexeypetrushin.github.com/synchronize", | ||
"repository": { | ||
@@ -10,19 +10,24 @@ "type": "git", | ||
}, | ||
"dependencies" : { | ||
"fibers" : "2.0.x" | ||
"dependencies": { | ||
"fibers": "3.x" | ||
}, | ||
"devDependencies" : { | ||
"mocha" : "1.0.x", | ||
"chai" : "1.3.x" | ||
"devDependencies": { | ||
"mocha": "1.0.x", | ||
"chai": "1.3.x" | ||
}, | ||
"scripts" : { | ||
"scripts": { | ||
"test": "mocha -R spec test/*.js" | ||
}, | ||
"description" : "Turns asynchronous function into synchronous", | ||
"keywords" : ["Fibers", "Sync", "Async", "Control Flow"], | ||
"author" : { | ||
"name" : "Alexey Petrushin", | ||
"url" : "http://petrush.in" | ||
"description": "Turns asynchronous function into synchronous", | ||
"keywords": [ | ||
"Fibers", | ||
"Sync", | ||
"Async", | ||
"Control Flow" | ||
], | ||
"author": { | ||
"name": "Alexey Petrushin", | ||
"url": "http://petrush.in" | ||
}, | ||
"license" : "MIT" | ||
"license": "MIT" | ||
} |
204397
+ Addeddetect-libc@1.0.3(transitive)
+ Addedfibers@3.1.1(transitive)
- Removedfibers@2.0.2(transitive)
Updatedfibers@3.x