UNPKG

relike

Version:

Simple promisify async or sync function with sane defaults. Lower level than `promisify` thing. Can be used to create `promisify` method.

82 lines 1.7 kB
{ "name": "relike", "version": "1.1.5", "description": "Simple promisify async or sync function with sane defaults. Lower level than `promisify` thing. Can be used to create `promisify` method.", "repository": "hybridables/relike", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "test": "standard && node test.js" }, "dependencies": { "dezalgo": "^1.0.3", "handle-arguments": "^3.1.0", "is-async-function": "^1.1.3", "lazy-cache": "^2.0.1", "native-or-another": "^3.0.2", "onetime": "^1.1.0", "sliced": "^1.0.1" }, "devDependencies": { "is-buffer": "^1.1.3", "isarray": "^1.0.0", "mukla": "^0.4.1", "pinkie": "^2.0.4", "pre-commit": "*", "semver": "^5.1.0" }, "files": [ "index.js", "utils.js" ], "keywords": [ "anything", "bluebird", "callback", "defaults", "everywhere", "native", "native-promise", "promise", "promisify", "simple" ], "verb": { "reflinks": [ "bluebird", "common-callback-names", "is-async-function", "relike", "relike-all", "through2", "use", "hybridify", "hybridify-all", "letta" ], "run": true, "toc": false, "layout": "empty", "lint": { "reflinks": true }, "tasks": [ "readme" ], "related": { "list": [ "callback2stream", "hybridify", "letta", "limon", "promise2stream", "relike-all", "use", "use-ware", "value2stream" ] } } }