-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "pipe-io",
"version": "4.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Pipe streams and handle events",
"homepage": "http://github.com/coderaiser/pipe-io",
"keywords": [
"pipe",
"stream"
],
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/pipe-io.git"
},
"scripts": {
"test": "madrun test",
"fix:lint": "madrun fix:lint",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"lint:test": "madrun lint:test",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {},
"license": "MIT",
"engines": {
"node": ">=8"
},
"main": "lib/pipe.js",
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"coveralls": "^3.0.0",
"eslint": "^7.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-putout": "^6.11.1",
"gunzip-maybe": "^1.4.1",
"madrun": "^8.3.8",
"nodemon": "^2.0.3",
"nyc": "^15.0.1",
"pullout": "^4.0.0",
"pump": "^3.0.0",
"putout": "^13.1.2",
"serve-once": "^2.0.0",
"supertape": "^4.4.0",
"tar-fs": "^2.0.0",
"tar-stream": "^2.1.0",
"through2": "^4.0.2",
"try-to-catch": "^3.0.0"
}
}