-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 920 Bytes
/
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
{
"name": "on-stream-end",
"version": "1.0.0",
"description": "Handles completion and errors of any stream - readable/writable/duplex.",
"repository": "tunnckoCore/on-stream-end",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"dezalgo": "^1.0.3",
"is-child-process": "^1.0.0",
"is-node-stream": "^1.0.0",
"is-real-object": "^1.0.1",
"is-request-stream": "^1.0.1",
"onetime": "^1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"concat-stream": "^1.5.0",
"through2": "^0.6.5"
},
"files": [
"index.js"
],
"keywords": [
"complete",
"completion",
"duplex",
"duplexify",
"errors",
"handle",
"nodejs",
"readable",
"real",
"stream",
"streams",
"writable"
]
}