1
|
{
|
2
|
"name": "thunky",
|
3
|
"version": "1.1.0",
|
4
|
"description": "delay the evaluation of a paramless async function and cache the result",
|
5
|
"main": "index.js",
|
6
|
"devDependencies": {
|
7
|
"standard": "^12.0.1",
|
8
|
"tape": "^4.9.1"
|
9
|
},
|
10
|
"repository": {
|
11
|
"type": "git",
|
12
|
"url": "git://github.com/mafintosh/thunky.git"
|
13
|
},
|
14
|
"scripts": {
|
15
|
"test": "standard && tape test.js"
|
16
|
},
|
17
|
"keywords": [
|
18
|
"memo",
|
19
|
"thunk",
|
20
|
"async",
|
21
|
"lazy",
|
22
|
"control",
|
23
|
"flow",
|
24
|
"cache"
|
25
|
],
|
26
|
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
|
27
|
"bugs": {
|
28
|
"url": "https://github.com/mafintosh/thunky/issues"
|
29
|
},
|
30
|
"homepage": "https://github.com/mafintosh/thunky#readme",
|
31
|
"license": "MIT"
|
32
|
}
|