UNPKG

synchronize3

Version:

Turns asynchronous function into synchronous

33 lines (32 loc) 662 B
{ "name": "synchronize3", "main": "./sync", "version": "3.0.0", "homepage": "http://alexeypetrushin.github.com/synchronize", "repository": { "type": "git", "url": "https://github.com/alexeypetrushin/synchronize.git" }, "dependencies": { "fibers": "^3.0.0" }, "devDependencies": { "mocha": "5.2.x", "chai": "4.1.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" }