-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 2.37 KB
/
package.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "letta",
"version": "0.5.2",
"description": "Promisify sync, async or generator function, using [relike][]. Kind of promisify, but lower level. Full compatibility with [co][]4 and passing 100% of its tests.",
"repository": "hybridables/letta",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"co": "^4.6.0",
"is-es6-generator-function": "^1.0.0",
"lazy-cache": "^2.0.1",
"native-or-another": "^4.0.0",
"relike": "^1.1.1",
"sliced": "^1.0.1"
},
"devDependencies": {
"mukla": "^0.4.1",
"mz": "^2.4.0",
"pinkie": "^2.0.4",
"pre-commit": "*",
"semver": "^5.1.0",
"simple-get": "^2.1.0"
},
"files": [
"index.js",
"utils.js"
],
"keywords": [
"all",
"async",
"callback",
"callbacks",
"cb",
"co",
"common",
"compatibility",
"compatible",
"control",
"control-flow",
"coro",
"coroutine",
"coroutines",
"correct",
"ctor",
"err",
"errors",
"exception",
"flow",
"fn",
"func",
"function",
"future",
"futuristic",
"gen",
"generator",
"generators",
"gens",
"letta",
"letta-all",
"level",
"lower",
"lower-level",
"native",
"native-promise",
"now",
"promise",
"promises",
"promisify",
"reject",
"rejected",
"rejection",
"relike",
"relike-all",
"resolve",
"resolved",
"resolver",
"resolving",
"silent",
"solve",
"solved",
"strict",
"sync",
"synchronous",
"then",
"thunks",
"uncaught",
"unhandled",
"yield",
"yieldables"
],
"verb": {
"reflinks": [
"bluebird",
"co",
"common-callback-names",
"is-async-function",
"letta-value",
"relike",
"relike-all",
"relike-value",
"through2",
"async-done"
],
"run": true,
"toc": true,
"layout": "empty",
"lint": {
"reflinks": true
},
"tasks": [
"readme"
],
"related": {
"list": [
"callback2stream",
"letta-value",
"mukla",
"promise2stream",
"relike",
"relike-all",
"relike-value",
"value2stream"
]
}
}
}