thunky-with-args
Version:
Delay the evaluation of a variadic async function and cache the result
34 lines (33 loc) • 745 B
JSON
{
"name": "thunky-with-args",
"version": "1.0.0",
"description": "Delay the evaluation of a variadic async function and cache the result",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && node test"
},
"dependencies": {
"sigmund": "~1.0.1",
"thunky": "~1.0.2"
},
"devDependencies": {
"run-parallel": "~1.1.9",
"standard": "~11.0.1",
"tape": "~4.9.0"
},
"keywords": [
"async",
"cache",
"mem",
"memoize",
"thunk",
"thunky"
],
"engines": {
"node": ">=6.4.0"
},
"repository": "vweevers/thunky-with-args",
"bugs": "https://github.com/vweevers/thunky-with-args/issues",
"homepage": "https://github.com/vweevers/thunky-with-args"
}