UNPKG

@superjs/future

Version:
57 lines (56 loc) 1 kB
{ "name": "@superjs/future", "version": "1.0.2", "description": "wrap an async result", "main": "index.js", "engines": { "node": ">=6" }, "author": "mr_jin <liang.jr@foxmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jinCN/future" }, "keywords": [ "super", "superjs", "wait", "await", "awaitor", "future", "awaitable", "waitable", "callback", "thunk", "promise", "async", "sync", "es7", "debug" ], "bugs": { "url": "https://github.com/jinCN/future/issues" }, "homepage": "https://github.com/jinCN/future#readme", "scripts": { "lint": "standard --fix | snazzy" }, "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" ] } }