UNPKG

synchronize_f2

Version:

Turns asynchronous function into synchronous

33 lines (32 loc) 652 B
{ "name": "synchronize_f2", "main": "./sync", "version": "3.0.0", "homepage": "http://alexeypetrushin.github.com/synchronize", "repository": { "type": "git", "url": "https://github.com/zakdav/synchronize.git" }, "dependencies": { "fibers": "3.x" }, "devDependencies": { "mocha": "1.0.x", "chai": "1.3.x" }, "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" }, "license": "MIT" }