PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` { "name": "gensync", "version": "1.0.0-beta.2", "license": "MIT", "description": "Allows users to use generators in order to write common functions that can be both sync or async.", "main": "index.js", "author": "Logan Smyth ", "homepage": "https://github.com/loganfsmyth/gensync", "repository": { "type": "git", "url": "https://github.com/loganfsmyth/gensync.git" }, "scripts": { "test": "jest" }, "engines": { "node": ">=6.9.0" }, "keywords": [ "async", "sync", "generators", "async-await", "callbacks" ], "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.6.1", "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-prettier": "^2.6.0", "flow-bin": "^0.71.0", "jest": "^22.4.3", "prettier": "^1.12.1" } }