-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.58 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.58 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
{
"name": "cb-bufferify",
"version": "1.1.14",
"description": "Convert any async function to a cb-buffer handler.",
"main": "lib/index.js",
"dependencies": {
"cb-buffer": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/cb-bufferify.git"
},
"keywords": [
"callback",
"function",
"buffer"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/cb-bufferify/issues"
},
"homepage": "https://github.com/IonicaBizau/cb-bufferify#readme",
"blah": {
"description": {
"p": [
[
"At [**@jillix**](https://github.com/jillix) we created",
"[`cb-buffer`](https://github.com/jillix/node-cb-buffer)–a low-level",
"library for callback buffering."
],
[
"`cb-bufferify` (this library) abstracts the things a little: it takes as input",
"the async function and it returns another function that is a `cb-buffer` handler",
"you can call as many times you want, the first async function being called just once."
]
]
}
},
"directories": {
"example": "example"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}