UNPKG

@superjs/wait

Version:

await anything synchronously

59 lines (58 loc) 1.04 kB
{ "name": "@superjs/wait", "version": "1.1.6", "description": "await anything synchronously", "main": "index.js", "engines": { "node": ">=6" }, "author": "mr_jin <liang.jr@foxmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jinCN/wait" }, "keywords": [ "super", "superjs", "wait", "await", "awaitor", "awaitable", "waitable", "callback", "thunk", "promise", "async", "sync", "es7", "debug" ], "bugs": { "url": "https://github.com/jinCN/wait/issues" }, "homepage": "https://github.com/jinCN/wait#readme", "scripts": { "lint": "standard --fix | snazzy" }, "dependencies": { "deasync": "^0.1.14" }, "devDependencies": { "husky": "^1.1.3", "lint-staged": "^8.0.4", "snazzy": "^8.0.0", "standard": "^12.0.1" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "standard --fix", "git add" ] } }