package.json
1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_args": [
[
"thunky@1.0.3",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "thunky@1.0.3",
"_id": "thunky@1.0.3",
"_inBundle": false,
"_integrity": "sha1-9d9zJFNAewkZHa5z4qjMc/OBqCY=",
"_location": "/thunky",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "thunky@1.0.3",
"name": "thunky",
"escapedName": "thunky",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/multicast-dns"
],
"_resolved": "http://registry.npm.taobao.org/thunky/download/thunky-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/thunky/issues"
},
"description": "delay the evaluation of a paramless async function and cache the result",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.9.1"
},
"homepage": "https://github.com/mafintosh/thunky#readme",
"keywords": [
"memo",
"thunk",
"async",
"lazy",
"control",
"flow",
"cache"
],
"license": "MIT",
"main": "index.js",
"name": "thunky",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/thunky.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.3"
}