UNPKG

csk-async

Version:

DUMMY PACKAGE: only encapsulate the 'async-kit' replacement package - A simple and powerful async abstraction lib for easily writing Node.js code.

47 lines (46 loc) 889 B
{ "name": "csk-async", "version": "0.4.1", "description": "DUMMY PACKAGE: only encapsulate the 'async-kit' replacement package - A simple and powerful async abstraction lib for easily writing Node.js code.", "main": "index.js", "dependencies": { "async-kit": "0.4.1" }, "repository": { "type": "git", "url": "https://github.com/cronvel/async-kit.git" }, "keywords": [ "async", "asynchronous", "flow", "jobs", "series", "parallel", "conditionnal", "if", "then", "else", "catch", "finally", "waterfall", "race", "foreach", "map", "reduce", "while", "loop", "callback", "retry", "events", "scheduler", "progress", "csk", "easy" ], "author": "Cédric Ronvel", "license": "MIT", "bugs": { "url": "https://github.com/cronvel/async-kit/issues" } }