-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.38 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
{
"name": "bizzy",
"version": "3.0.3",
"description": "extract .tar.bz2 archives with emitter",
"main": "lib/bizzy.js",
"bin": {
"bizzy": "bin/bizzy.js"
},
"dependencies": {
"bzip2-maybe": "^1.0.0",
"glob": "^7.1.0",
"minimist": "^1.2.0",
"pipe-io": "^4.0.0",
"tar-fs": "^2.0.0",
"tar-stream": "^2.1.0",
"try-to-catch": "^3.0.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^6.4.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^3.2.1",
"madrun": "^3.0.3",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"putout": "^7.13.4",
"supertape": "^1.2.3"
},
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:coverage": "madrun watch:coverage"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/coderaiser/node-bizzy"
},
"keywords": [
"extract",
"bzip2",
"bz2",
"pack",
"tar"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/node-bizzy/issues"
},
"homepage": "https://github.com/coderaiser/node-bizzy"
}